mirror of
https://github.com/openharmony/ability_dmsfwk_lite.git
synced 2026-07-21 01:55:26 -04:00
e2859b2302
Signed-off-by: ql <qianli16@huawei.com> Change-Id: I22c370a5a4b1760b45d4c6664a1eee5b1b473fa0
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@ohos/distributedschedule_dms_fwk_lite",
|
|
"description": "distributed abiltiy manager service",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"repository": "https://gitee.com/openharmony/distributedschedule_dms_fwk_lite",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "foundation/ability/dmsfwk_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "dmsfwk_lite",
|
|
"subsystem": "ability",
|
|
"adapted_system_type": [
|
|
"small"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"utils_base",
|
|
"hilog",
|
|
"samgr_lite",
|
|
"bundle_framework_lite",
|
|
"ability_lite",
|
|
"softbus_lite",
|
|
"huks"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"cJSON"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/ability/dmsfwk_lite:dtbschedmgr",
|
|
"//foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite:distributed_schedule_test_dms_door"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "foundation/ability/dmsfwk_lite/interfaces/innerkits/",
|
|
"header_files": [
|
|
"dmsfwk_interface.h"
|
|
]
|
|
},
|
|
"name": "//foundation/ability/dmsfwk_lite:dtbschedmgr"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|