diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..28e3c17bd0f63253e291811b55ef4689efb32df9 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/applications_sample_wifi_iot", + "version": "", + "description": "供开发者参考的代码示例。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/applications_sample_wifi_iot/tree/OpenHarmony-v3.0-LTS", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "applications" + ], + "keywords": [ + "applications", + "sample", + "wifi", + "iot" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "applications/sample/wifi-iot" + }, + "component": { + "name": "samples", + "subsystem": "sample", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file