ability_dmsfwk/ohos.build
ql 0714d7c17a Add unittest
Signed-off-by: ql <qianli16@huawei.com>
Change-Id: I7eebb3deece00416ba86a67e9bd9e245010e7e62
2021-09-03 09:51:52 +08:00

29 lines
1.0 KiB
Plaintext
Executable File

{
"parts": {
"dmsfwk_standard": {
"variants": ["phone", "wearable"],
"inner_kits": [
{
"header": {
"header_base": "//foundation/distributedschedule/dmsfwk/services/dtbschedmgr/include",
"header_files": [
"uri.h"
]
},
"name": "//foundation/distributedschedule/dmsfwk/interfaces/innerkits/uri:zuri"
}
],
"module_list": [
"//foundation/distributedschedule/dmsfwk/etc/init:etc",
"//foundation/distributedschedule/dmsfwk/sa_profile:dms_sa_profile",
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:distributedschedsvr"
],
"system_kits": [],
"test_list": [
"//foundation/distributedschedule/dmsfwk/services/dtbschedmgr:unittest"
]
}
},
"subsystem": "distributedschedule"
}