!38 添加bundle.json

Merge pull request !38 from yorere/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci 2021-12-30 02:18:43 +00:00 committed by Gitee
commit c3e591a842
1 changed files with 58 additions and 0 deletions

58
bundle.json Normal file
View File

@ -0,0 +1,58 @@
{
"name": "@ohos/distributedschedule_samgr_lite",
"version": "",
"description": "提供系统服务的注册、发现能力。",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/distributedschedule_samgr_lite",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"distributedschedule",
"samgr",
"lite"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/distributedschedule/samgr_lite"
},
"component": {
"name": "samgr_lite",
"subsystem": "distributedschedule",
"syscap": [],
"features": [],
"adapted_system_type": [
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}