From 6b570493584a23f7a30941ddc817279839fff40a Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 14:36:34 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: I4bcbdbc44bc7a5db2a6b09165bedfacef8333d38 --- interfaces/innerkits/BUILD.gn | 2 +- service/BUILD.gn | 2 +- test/native/unittest/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index b236aad..e16f6cc 100644 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -44,7 +44,7 @@ ohos_shared_library("displaymgr") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${displaymgr_native_part_name}" diff --git a/service/BUILD.gn b/service/BUILD.gn index 87282f7..7a207b7 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -49,7 +49,7 @@ ohos_shared_library("displaymgrservice") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${displaymgr_native_part_name}" diff --git a/test/native/unittest/BUILD.gn b/test/native/unittest/BUILD.gn index ca5edf5..85304e2 100644 --- a/test/native/unittest/BUILD.gn +++ b/test/native/unittest/BUILD.gn @@ -49,6 +49,6 @@ ohos_unittest("unittest_display_mgr_service") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } -- Gitee