diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..2efba3182b085721d095d55214c7bfeb767fe09c --- /dev/null +++ b/bundle.json @@ -0,0 +1,55 @@ +{ + "name": "@ohos/iot_link", + "version": "", + "description": "Compilation framework for third-party SDK integration | 三方SDK集成编译框架", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/iot_link", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "domains" + ], + "keywords": [ + "iot", + "link" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "domains/iot/link" + }, + "component": { + "name": "iot_link", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file