!6 feat: add bundle.json

Merge pull request !6 from 33/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci
2022-02-16 02:27:36 +00:00
committed by Gitee
+55
View File
@@ -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": []
}
}
}