From 84a28c0e358a37f3bccfe52e11dfede977eb8d6d Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 14:44:59 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: I1965e4c90412de442f9ebf84f5a7bba705f9b5a0 --- interfaces/innerkits/BUILD.gn | 2 +- services/BUILD.gn | 2 +- services/native/test/unittest/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index db852c3c..a9d18601 100644 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -51,7 +51,7 @@ ohos_shared_library("powermgr_client") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${powermgr_native_part_name}" diff --git a/services/BUILD.gn b/services/BUILD.gn index 6d240a24..b73f6742 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -64,7 +64,7 @@ ohos_shared_library("powermgrservice") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${powermgr_native_part_name}" diff --git a/services/native/test/unittest/BUILD.gn b/services/native/test/unittest/BUILD.gn index b4504f2c..c1d114ab 100644 --- a/services/native/test/unittest/BUILD.gn +++ b/services/native/test/unittest/BUILD.gn @@ -35,7 +35,7 @@ deps_ex = [ "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] ##############################unittest########################################## -- Gitee