mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-27 09:21:28 +00:00
commit
6d77df6818
@ -28,6 +28,9 @@ ohos_source_set("abilitymgr_common") {
|
||||
configs = [ ":common_config" ]
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
part_name = "ability_runtime"
|
||||
}
|
||||
|
||||
config("perm_verification_config") {
|
||||
|
@ -65,6 +65,9 @@ ohos_source_set("tools_aa_source_set") {
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
ohos_executable("aa") {
|
||||
|
@ -62,6 +62,9 @@ ohos_source_set("tools_fm_source_set") {
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
subsystem_name = "aafwk"
|
||||
part_name = "ability_tools"
|
||||
}
|
||||
|
||||
ohos_executable("fm") {
|
||||
|
Loading…
Reference in New Issue
Block a user