1d4afb5ceSopenharmony_ci## Library sources layout
2d4afb5ceSopenharmony_ci
3d4afb5ceSopenharmony_ciCode that goes in the libwebsockets library itself lives down ./lib
4d4afb5ceSopenharmony_ci
5d4afb5ceSopenharmony_ciPath|Sources
6d4afb5ceSopenharmony_ci---|---
7d4afb5ceSopenharmony_cilib/core|Core lws code related to generic fd and wsi servicing and management
8d4afb5ceSopenharmony_cilib/core-net|Core lws code that applies only if networking enabled
9d4afb5ceSopenharmony_cilib/event-libs|Code containing optional event-lib specific adaptations
10d4afb5ceSopenharmony_cilib/jose|JOSE / JWS / JWK / JWE implementations
11d4afb5ceSopenharmony_cilib/misc|Code for various mostly optional miscellaneous features
12d4afb5ceSopenharmony_cilib/plat|Platform-specific adaptation code
13d4afb5ceSopenharmony_cilib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
14d4afb5ceSopenharmony_cilib/system|Code for system-level features, eg, dhcpclient
15d4afb5ceSopenharmony_cilib/tls|Code supporting the various TLS libraries
16d4afb5ceSopenharmony_ci
17