diff --git a/bundle.json b/bundle.json new file mode 100755 index 0000000000000000000000000000000000000000..7ad4aebaecd2f454534a44c4a2607276387c6f04 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/wifi_iot_sample_app", + "description": "Samples of wifi_iot", + "homePage":"https://gitee.com/openharmony", + "version": "1.1", + "license": "Apache License 2.0", + "repository":"https://gitee.com/openharmony/applications_sample_wifi_iot", + "supplier": "Organization: OpenHarmony", + "publishAs": "code-segment", + "segment": { + "destPath": "applications/sample/wifi-iot" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "wifi_iot_sample_app", + "subsystem": "applications", + "syscap": [], + "features": [], + "adapted_system_type": ["mini"], + "rom": "0KB", + "ram": "0KB", + "deps": { + "components": [ + "utils_lite", + "liteos_m", + "peripheral", + "acts", + "samgr_lite" + ], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +}