modify samgr

Signed-off-by: chen <chenkang40@huawei.com>
Change-Id: I26c863b1147c0c2c9fa03b22e35bd41f2a759624
This commit is contained in:
chen 2022-07-22 10:24:39 +08:00
parent 76b89a4c61
commit fce836cc5a
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
"components": [
"hiviewdfx_hilog_native",
"ipc",
"samgr_standard",
"samgr",
"utils_base"
],
"third_party": []

View File

@ -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"