diff --git a/app/bundle.json b/app/bundle.json new file mode 100755 index 0000000000000000000000000000000000000000..2f19a7095fe96e0dd6f2be397737552e49e48571 --- /dev/null +++ b/app/bundle.json @@ -0,0 +1,36 @@ +{ + "name": "@ohos/wifi_iot_sample_app", + "description": "Wifi iot samples.", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "applications/sample/wifi-iot/app" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "wifi_iot_sample_app", + "subsystem": "applications", + "syscap": [], + "features": [], + "adapted_system_type": [ + "mini" + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + "utils_base" + ], + "third_party": [] + }, + "build": { + "sub_component": [ + "//applications/sample/wifi-iot/app:app" + ], + "inner_kits": [], + "test": [] + } + } +}