ability_dmsfwk/bundle.json
majiajun f858bbbba9 dms and aafwk decoupling
Signed-off-by: majiajun <864428661@qq.com>
Change-Id: I590edef2a56a08c9d8efc4f7685b722e5d10251b
2022-01-19 00:59:51 -08:00

60 lines
1.8 KiB
JSON

{
"name": "@ohos/distributedschedule_dms_fwk",
"description": "distributed ability manager service",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/distributedschedule_dms_fwk",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedschedule/dmsfwk"
},
"dirs": {},
"scripts": {},
"license": "Apache License 2.0",
"component": {
"name": "dmsfwk_standard",
"subsystem": "distributedschedule",
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [
"aafwk_standard",
"appexecfwk_standard",
"distributeddatamgr",
"dsoftbus_standard",
"eventhandler",
"hiviewdfx_hilog_native",
"ipc",
"multimedia_image_standard",
"safwk",
"samgr_standard",
"utils_base"
],
"third_party": []
},
"build": {
"sub_component": [
"//foundation/distributedschedule/dmsfwk/etc/init:etc",
"//foundation/distributedschedule/dmsfwk/etc/profile:distributedsched_trust",
"//foundation/distributedschedule/dmsfwk/sa_profile:dms_sa_profile",
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:distributedschedsvr"
],
"inner_kits": [
{
"name": "//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri",
"header": {
"header_files": [
"uri.h"
],
"header_base": "//foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include"
}
}
],
"test": [
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:unittest"
]
}
}
}