!92 添加bundle.json

Merge pull request !92 from 33/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci 2021-12-30 02:29:35 +00:00 committed by Gitee
commit df5cf8152a

58
bundle.json Normal file
View File

@ -0,0 +1,58 @@
{
"name": "@ohos/distributedschedule_dms_fwk",
"version": "",
"description": "提供远程组件管理和调度的能力",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/distributedschedule_dms_fwk",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"distributedschedule",
"dms",
"fwk"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/distributedschedule/dmsfwk"
},
"component": {
"name": "dmsfwk",
"subsystem": "distributedschedule",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}