diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..2322f0095426e445a32b3720d56fb3cfac734ff1 --- /dev/null +++ b/bundle.json @@ -0,0 +1,38 @@ +{ + "name": "@openharmony/wifi_lite", + "version": "3.1.0", + "description": "wifi_lite", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "component": { + "name": "wifi_lite", + "subsystem": "communication", + "adapted_system_type": [ + "mini" + ], + "features": [ + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + ], + "third_party": [ + ] + }, + "build": { + "sub_component": [ + "//foundation/communication/wifi_lite:wifi" + ], + "inner_kits": [ + ], + "test": [ + ] + } + } + }