From c2dfd37c50e4190f1d1372a06b44cc3e4cbc65b2 Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 20:09:13 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: I2bba05b8f0e462dedbaa5cc4c58d4129f882aa27 --- interfaces/inner_kits/native_cpp/BUILD.gn | 2 +- interfaces/kits/js/BUILD.gn | 2 +- services/devicemanagerservice/BUILD.gn | 2 +- utils/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/inner_kits/native_cpp/BUILD.gn b/interfaces/inner_kits/native_cpp/BUILD.gn index 0c67c13c6..ab8cceee7 100644 --- a/interfaces/inner_kits/native_cpp/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/BUILD.gn @@ -114,7 +114,7 @@ if (defined(ohos_lite)) { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "distributedhardware" diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index d52ac126e..3ed612208 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -53,7 +53,7 @@ ohos_shared_library("devicemanager") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "distributedhardware" diff --git a/services/devicemanagerservice/BUILD.gn b/services/devicemanagerservice/BUILD.gn index aa7dc489f..1d2087489 100644 --- a/services/devicemanagerservice/BUILD.gn +++ b/services/devicemanagerservice/BUILD.gn @@ -179,7 +179,7 @@ if (defined(ohos_lite)) { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", "startup_l2:syspara", ] diff --git a/utils/BUILD.gn b/utils/BUILD.gn index 368b7775b..b7fcfd18e 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -114,7 +114,7 @@ if (defined(ohos_lite)) { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", "startup_l2:syspara", ] -- Gitee