From 597de16d423c7ff623fe7d69f2bc45c521e78066 Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 09:39:14 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: I2bcc2de6257d85f49fd31b270d6fbf233093d422 --- frameworks/ans/core/BUILD.gn | 2 +- frameworks/ans/native/BUILD.gn | 2 +- frameworks/ans/test/moduletest/BUILD.gn | 8 ++++---- frameworks/wantagent/BUILD.gn | 2 +- notification.gni | 2 +- services/ans/test/unittest/BUILD.gn | 2 +- services/test/moduletest/BUILD.gn | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index 492968520..69083c26e 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -83,7 +83,7 @@ ohos_shared_library("ans_core") { external_deps = [ "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "ans_standard" diff --git a/frameworks/ans/native/BUILD.gn b/frameworks/ans/native/BUILD.gn index 502edd929..835e149ff 100755 --- a/frameworks/ans/native/BUILD.gn +++ b/frameworks/ans/native/BUILD.gn @@ -84,7 +84,7 @@ ohos_shared_library("ans_innerkits") { external_deps = [ "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] if (is_double_framework) { diff --git a/frameworks/ans/test/moduletest/BUILD.gn b/frameworks/ans/test/moduletest/BUILD.gn index 0912b0646..f2edf4096 100755 --- a/frameworks/ans/test/moduletest/BUILD.gn +++ b/frameworks/ans/test/moduletest/BUILD.gn @@ -113,7 +113,7 @@ ohos_moduletest("ans_fw_module_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" @@ -194,7 +194,7 @@ ohos_moduletest("ans_innerkits_module_publish_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" @@ -272,7 +272,7 @@ ohos_moduletest("ans_innerkits_module_slot_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" @@ -350,7 +350,7 @@ ohos_moduletest("ans_innerkits_module_setting_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" diff --git a/frameworks/wantagent/BUILD.gn b/frameworks/wantagent/BUILD.gn index 29d0b471d..7121bed12 100644 --- a/frameworks/wantagent/BUILD.gn +++ b/frameworks/wantagent/BUILD.gn @@ -74,7 +74,7 @@ ohos_shared_library("wantagent_innerkits") { "ces_standard:cesfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] if (is_double_framework) { diff --git a/notification.gni b/notification.gni index 54fa4469f..61aa51bb0 100644 --- a/notification.gni +++ b/notification.gni @@ -38,5 +38,5 @@ ans_standard_external_deps = [ "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] diff --git a/services/ans/test/unittest/BUILD.gn b/services/ans/test/unittest/BUILD.gn index d94e670af..0f88ad802 100644 --- a/services/ans/test/unittest/BUILD.gn +++ b/services/ans/test/unittest/BUILD.gn @@ -88,7 +88,7 @@ ohos_unittest("ans_unit_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" diff --git a/services/test/moduletest/BUILD.gn b/services/test/moduletest/BUILD.gn index 3afbfa5d4..e98202874 100644 --- a/services/test/moduletest/BUILD.gn +++ b/services/test/moduletest/BUILD.gn @@ -87,7 +87,7 @@ ohos_moduletest("ans_module_test") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "notification" -- Gitee