ability_dmsfwk/bundle.json
majiajun 41306455b4 componentization modification
Signed-off-by: majiajun <864428661@qq.com>

Change-Id: I508a8ba456d03c96e593b79556502883d64c348b
2022-01-13 19:05:25 -08:00

64 lines
2.1 KiB
JSON

{
"name": "@ohos/distributedschedule_dms_fwk",
"description": "支持跨设备组件的启动和调用;支持分布式任务迁移;支持全局任务快照信息的实时获取能力。",
"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": [
"caller_info.h",
"distributed_sched_interface.h",
"distributed_sched_proxy.h",
"mission/distributed_mission_info.h",
"uri.h"
],
"header_base": "//foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include"
}
}
],
"test": [
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:unittest"
]
}
}
}