2022-01-13 19:05:25 -08:00
|
|
|
{
|
|
|
|
"name": "@ohos/distributedschedule_dms_fwk",
|
2022-01-15 05:02:18 -08:00
|
|
|
"description": "distributed ability manager service",
|
2022-01-13 19:05:25 -08:00
|
|
|
"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" ],
|
2022-03-11 15:03:59 +08:00
|
|
|
"features" : [
|
|
|
|
"dmsfwk_standard_mission_manager"
|
|
|
|
],
|
2022-06-27 14:52:15 +08:00
|
|
|
"hisysevent_config": [
|
|
|
|
"//foundation/distributedschedule/dmsfwk/hisysevent.yaml"
|
|
|
|
],
|
2022-01-13 19:05:25 -08:00
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
2022-02-14 14:00:43 +00:00
|
|
|
"ability_base",
|
|
|
|
"ability_runtime",
|
2022-01-13 19:05:25 -08:00
|
|
|
"appexecfwk_standard",
|
|
|
|
"distributeddatamgr",
|
2022-06-01 15:16:14 +08:00
|
|
|
"dsoftbus",
|
2022-01-13 19:05:25 -08:00
|
|
|
"eventhandler",
|
2022-06-27 14:52:15 +08:00
|
|
|
"hisysevent_native",
|
|
|
|
"hitrace_native",
|
2022-01-13 19:05:25 -08:00
|
|
|
"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",
|
2022-06-23 01:13:29 -07:00
|
|
|
"//foundation/distributedschedule/dmsfwk/services/dtbabilitymgr:distributed_ability_manager_svr",
|
2022-01-13 19:05:25 -08:00
|
|
|
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:distributedschedsvr"
|
|
|
|
],
|
2022-06-23 01:13:29 -07:00
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"header": {
|
|
|
|
"header_base": "//foundation/distributedschedule/dmsfwk/interfaces/innerkits/dmsbase/include",
|
|
|
|
"header_files": [
|
|
|
|
"adapter/dnetwork_adapter.h",
|
|
|
|
"deviceManager/dms_device_info.h",
|
|
|
|
"deviceManager/dms_device_listener.h",
|
2022-06-27 14:52:15 +08:00
|
|
|
"dfx/dms_hisysevent_report.h",
|
|
|
|
"dfx/dms_hitrace_chain.h",
|
|
|
|
"dfx/dms_hitrace_constants.h",
|
2022-06-23 01:13:29 -07:00
|
|
|
"distributed_device_node_listener.h",
|
|
|
|
"dtbschedmgr_device_info_storage.h",
|
2022-06-27 14:52:15 +08:00
|
|
|
"dtbschedmgr_log.h",
|
2022-06-23 01:13:29 -07:00
|
|
|
"parcel_helper.h"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"name": "//foundation/distributedschedule/dmsfwk/interfaces/innerkits/dmsbase:dmsbaseinner"
|
|
|
|
}
|
|
|
|
],
|
2022-01-13 19:05:25 -08:00
|
|
|
"test": [
|
|
|
|
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:unittest"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|