From 73f6de3efe7a3934a931001eb8d3cc1849a0e508 Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 12:04:45 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: Ibc8a2a0cdf18bf3098ffd5f4bf4ac8d07a801374 --- frameworks/native/sensor/BUILD.gn | 2 +- frameworks/native/sensor/test/unittest/common/BUILD.gn | 4 ++-- frameworks/native/sensor/test/unittest/phone/BUILD.gn | 2 +- services/sensor/BUILD.gn | 2 +- services/sensor/test/unittest/phone/BUILD.gn | 6 +++--- utils/BUILD.gn | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frameworks/native/sensor/BUILD.gn b/frameworks/native/sensor/BUILD.gn index 85ea0e72..35fa0fe1 100755 --- a/frameworks/native/sensor/BUILD.gn +++ b/frameworks/native/sensor/BUILD.gn @@ -53,7 +53,7 @@ ohos_shared_library("libsensor_native") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "sensor" diff --git a/frameworks/native/sensor/test/unittest/common/BUILD.gn b/frameworks/native/sensor/test/unittest/common/BUILD.gn index 143de54d..5c146451 100755 --- a/frameworks/native/sensor/test/unittest/common/BUILD.gn +++ b/frameworks/native/sensor/test/unittest/common/BUILD.gn @@ -45,7 +45,7 @@ ohos_unittest("SensorNativeCommonTest") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } @@ -80,7 +80,7 @@ ohos_unittest("SensorDfxTest") { #"communication_L2:ipc_core", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/frameworks/native/sensor/test/unittest/phone/BUILD.gn b/frameworks/native/sensor/test/unittest/phone/BUILD.gn index 112320b2..8fb67c69 100755 --- a/frameworks/native/sensor/test/unittest/phone/BUILD.gn +++ b/frameworks/native/sensor/test/unittest/phone/BUILD.gn @@ -48,7 +48,7 @@ ohos_unittest("SensorNativeTest") { #"communication_L2:ipc_core", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/services/sensor/BUILD.gn b/services/sensor/BUILD.gn index 140afe73..6ea5e191 100755 --- a/services/sensor/BUILD.gn +++ b/services/sensor/BUILD.gn @@ -57,7 +57,7 @@ ohos_shared_library("libsensor_service") { "ipc:ipc_core", "permission_standard:libpermissionsdk_standard", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "sensor" subsystem_name = "sensors" diff --git a/services/sensor/test/unittest/phone/BUILD.gn b/services/sensor/test/unittest/phone/BUILD.gn index 7b1f6b25..b0bcaa95 100755 --- a/services/sensor/test/unittest/phone/BUILD.gn +++ b/services/sensor/test/unittest/phone/BUILD.gn @@ -44,7 +44,7 @@ ohos_unittest("SensorDataProcesserTest") { external_deps = [ "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } @@ -76,7 +76,7 @@ ohos_unittest("SensorProxyTest") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } @@ -108,7 +108,7 @@ ohos_unittest("SensorServiceImplTest") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/utils/BUILD.gn b/utils/BUILD.gn index dc3e43c2..a5c46b3a 100755 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -48,7 +48,7 @@ ohos_shared_library("libsensor_utils") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "sensor" subsystem_name = "sensors" -- Gitee