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 "glib", 24 "openssl", 25 "zlib" 26 ], 27 "third_party": [] 28 }, 29 "build": { 30 "sub_component": [], 31 "inner_kits": [ 32 { 33 "name":"//third_party/libwebsockets:websockets", 34 "header":{ 35 "header_files": [], 36 "header_base": [ 37 "//third_party/libwebsockets/plugins", 38 "//third_party/libwebsockets/lib/core", 39 "//third_party/libwebsockets/lib/core-net", 40 "//third_party/libwebsockets/lib/event-libs", 41 "//third_party/libwebsockets/lib/abstract", 42 "//third_party/libwebsockets/lib/tls", 43 "//third_party/libwebsockets/lib/roles", 44 "//third_party/libwebsockets/lib/event-libs/libuv", 45 "//third_party/libwebsockets/lib/event-libs/poll", 46 "//third_party/libwebsockets/lib/event-libs/libevent", 47 "//third_party/libwebsockets/lib/event-libs/glib", 48 "//third_party/libwebsockets/lib/event-libs/libev", 49 "//third_party/libwebsockets/lib/jose/jwe", 50 "//third_party/libwebsockets/lib/jose/jws", 51 "//third_party/libwebsockets/lib/jose", 52 "//third_party/libwebsockets/lib/misc", 53 "//third_party/libwebsockets/lib/roles/http", 54 "//third_party/libwebsockets/lib/roles/http/compression", 55 "//third_party/libwebsockets/lib/roles/h1", 56 "//third_party/libwebsockets/lib/roles/h2", 57 "//third_party/libwebsockets/lib/roles/ws", 58 "//third_party/libwebsockets/lib/roles/cgi", 59 "//third_party/libwebsockets/lib/roles/dbus", 60 "//third_party/libwebsockets/lib/roles/raw-proxy", 61 "//third_party/libwebsockets/lib/abstract", 62 "//third_party/libwebsockets/lib/system/async-dns", 63 "//third_party/libwebsockets/lib/roles/mqtt", 64 "//third_party/libwebsockets/lib/system/metrics", 65 "//third_party/libwebsockets/lib", 66 "//third_party/libwebsockets/win32port/win32helpers", 67 "//third_party/libwebsockets/include" 68 ] 69 } 70 } 71 ], 72 "test": [] 73 } 74 } 75}