1{ 2 "name": "@ohos/libwebsockets", 3 "description": "Libwebsockets is a simple-to-use, MIT-license, pure C library providing client and server for http/1, http/2, websockets, MQTT and other protocols in a security-minded, lightweight, configurable, scalable and flexible way.", 4 "version": "4.3.3", 5 "license": "Apache-2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/libwebsockets" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "COPYING", 13 "component": { 14 "name": "libwebsockets", 15 "subsystem": "thirdparty", 16 "syscap": [], 17 "features": [], 18 "adapted_system_type": [ "standard" ], 19 "rom": "319KB", 20 "ram": "13865KB", 21 "deps": { 22 "components": [ 23 "openssl", 24 "zlib" 25 ], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [ 31 { 32 "name":"//third_party/libwebsockets:websockets", 33 "header":{ 34 "header_files": [], 35 "header_base": [ 36 "//third_party/libwebsockets/plugins", 37 "//third_party/libwebsockets/lib/core", 38 "//third_party/libwebsockets/lib/core-net", 39 "//third_party/libwebsockets/lib/event-libs", 40 "//third_party/libwebsockets/lib/abstract", 41 "//third_party/libwebsockets/lib/tls", 42 "//third_party/libwebsockets/lib/roles", 43 "//third_party/libwebsockets/lib/event-libs/libuv", 44 "//third_party/libwebsockets/lib/event-libs/poll", 45 "//third_party/libwebsockets/lib/event-libs/libevent", 46 "//third_party/libwebsockets/lib/event-libs/libev", 47 "//third_party/libwebsockets/lib/jose/jwe", 48 "//third_party/libwebsockets/lib/jose/jws", 49 "//third_party/libwebsockets/lib/jose", 50 "//third_party/libwebsockets/lib/misc", 51 "//third_party/libwebsockets/lib/roles/http", 52 "//third_party/libwebsockets/lib/roles/http/compression", 53 "//third_party/libwebsockets/lib/roles/h1", 54 "//third_party/libwebsockets/lib/roles/h2", 55 "//third_party/libwebsockets/lib/roles/ws", 56 "//third_party/libwebsockets/lib/roles/cgi", 57 "//third_party/libwebsockets/lib/roles/dbus", 58 "//third_party/libwebsockets/lib/roles/raw-proxy", 59 "//third_party/libwebsockets/lib/abstract", 60 "//third_party/libwebsockets/lib/system/async-dns", 61 "//third_party/libwebsockets/lib/roles/mqtt", 62 "//third_party/libwebsockets/lib/system/metrics", 63 "//third_party/libwebsockets/lib", 64 "//third_party/libwebsockets/win32port/win32helpers", 65 "//third_party/libwebsockets/include" 66 ] 67 } 68 } 69 ], 70 "test": [] 71 } 72 } 73}