diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..6eff266b530a45e550a77debf8092de19d95ec3f --- /dev/null +++ b/bundle.json @@ -0,0 +1,43 @@ +{ + "name": "@openharmony/wifi_aware", + "version": "3.1.0", + "description": "wifi_aware", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_aware && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "component": { + "name": "wifi_aware", + "subsystem": "communication", + "adapted_system_type": [ + "mini" + ], + "features": [], + "rom": "4KB", + "ram": "4KB", + "deps": { + "components": [ + "hal_wifiaware" + ], + "third_party": [ ] + }, + "build": { + "sub_component": [ + "//foundation/communication/wifi_aware:wifiaware" + ], + "inner_kits": [ + { + "name": "//foundation/communication/wifi_aware:wifiaware", + "header": { + "header_files": [ "interfaces/kits/wifiaware.h" ], + "header_base": "//foundation/communication/wifi_aware/interfaces/kits" + } + } + ], + "test": [ ] + } + } + }