mirror of
https://github.com/openharmony/distributedschedule_samgr_lite.git
synced 2026-07-21 04:15:23 -04:00
8e55312c04
Signed-off-by: caochao <caochao@huawei.com> Change-Id: Ic581fecbe2dfa4a69adda59657b3c9c5e273dba0
74 lines
2.8 KiB
JSON
74 lines
2.8 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |