up samgr lite bundle.json

Signed-off-by: caochao <caochao@huawei.com>
Change-Id: Ic581fecbe2dfa4a69adda59657b3c9c5e273dba0
This commit is contained in:
caochao 2022-01-18 17:22:31 +08:00
parent 6ee164c442
commit e409fa4fc5
1 changed files with 74 additions and 0 deletions

74
bundle.json Normal file
View File

@ -0,0 +1,74 @@
{
"name": "@ohos/distributedschedule_samgr_lite",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/distributedschedule_samgr_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedschedule/samgr_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_lite",
"subsystem": "distributedschedule",
"adapted_system_type": [
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast",
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//foundation/distributedschedule/samgr_lite/samgr_server:server"
],
"inner_kits": [
{
"header": {
"header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/",
"header_files": [
"registry/iproxy_client.h",
"registry/iproxy_server.h",
"registry/registry.h",
"samgr/common.h",
"samgr/feature.h",
"samgr/iunknown.h",
"samgr/message.h",
"samgr/samgr_lite.h",
"samgr/service.h"
]
},
"name": "//foundation/distributedschedule/samgr_lite/samgr:samgr"
},
{
"header": {
"header_base": "foundation/distributedschedule/samgr_lite/samgr_server/source/",
"header_files": [
"samgr_server.h"
]
},
"name": "//foundation/distributedschedule/samgr_lite/samgr_server:server"
},
{
"header": {
"header_base": "foundation/distributedschedule/samgr_lite/interfaces/kits/communication/broadcast/",
"header_files": [
"broadcast_interface.h"
]
},
"name": "//foundation/distributedschedule/samgr_lite/communication/broadcast:broadcast"
}
]
}
}
}