diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..46815a421cce3f6b022922178909a68710e04491 --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/libwebsockets", + "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.", + "version": "3.1", + "license": "Apache V2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/libwebsockets" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "component": { + "name": "libwebsockets", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": [ "standard" ], + "rom": "319KB", + "ram": "13865KB", + "deps": { + "components": [], + "third_party": [ + "openssl", + "zlib" + ] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file