Files
distributedschedule_samgr/ohos.build
T
zmx 613e066e1f samgr part name rectify
Signed-off-by: zmx <1029211721@qq.com>
Change-Id: I24ac9c62a8c586fb7c23a7623404af7abc92d2df
2021-10-15 14:26:43 +08:00

60 lines
2.7 KiB
INI
Executable File

{
"parts": {
"samgr_L2": {
"variants": ["phone", "wearable"],
"inner_kits": [
{
"header": {
"header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include/",
"header_files": [
"iservice_registry.h",
"if_system_ability_manager.h",
"system_ability_manager_proxy.h",
"sam_log.h",
"system_ability_info.h",
"if_system_ability_connection_callback.h"
]
},
"name": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy"
}
],
"module_list": [
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
"//foundation/distributedschedule/samgr/services/samgr/native:samgr",
"//foundation/distributedschedule/samgr/services/samgr/native:etc",
"//third_party/libxml2:libxml2"
],
"test_list": ["//foundation/distributedschedule/samgr/services/samgr/native/test:unittest"],
"system_kits": []
},
"samgr_standard": {
"variants": ["phone", "wearable"],
"inner_kits": [
{
"header": {
"header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include/",
"header_files": [
"iservice_registry.h",
"if_system_ability_manager.h",
"system_ability_manager_proxy.h",
"sam_log.h",
"system_ability_info.h",
"if_system_ability_connection_callback.h"
]
},
"name": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy"
}
],
"module_list": [
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
"//foundation/distributedschedule/samgr/services/samgr/native:samgr",
"//foundation/distributedschedule/samgr/services/samgr/native:etc",
"//third_party/libxml2:libxml2"
],
"test_list": ["//foundation/distributedschedule/samgr/services/samgr/native/test:unittest"],
"system_kits": []
}
},
"subsystem": "distributedschedule"
}