mirror of
https://gitee.com/openharmony/ability_idl_tool
synced 2024-11-30 11:02:24 +00:00
modify samgr
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: I26c863b1147c0c2c9fa03b22e35bd41f2a759624
This commit is contained in:
parent
76b89a4c61
commit
fce836cc5a
@ -23,7 +23,7 @@
|
||||
"components": [
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"samgr_standard",
|
||||
"samgr",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": []
|
||||
|
@ -36,7 +36,7 @@ ohos_executable("idl_server_test") {
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
subsystem_name = "ability"
|
||||
@ -57,7 +57,7 @@ ohos_executable("idl_client_test") {
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
||||
subsystem_name = "ability"
|
||||
|
Loading…
Reference in New Issue
Block a user