diff --git a/adapter/plugins/faultlogger/interfaces/cpp/innerkits/BUILD.gn b/adapter/plugins/faultlogger/interfaces/cpp/innerkits/BUILD.gn index ad3a4454..4073564f 100644 --- a/adapter/plugins/faultlogger/interfaces/cpp/innerkits/BUILD.gn +++ b/adapter/plugins/faultlogger/interfaces/cpp/innerkits/BUILD.gn @@ -37,6 +37,6 @@ ohos_source_set("faultlogger_client_impl") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/adapter/plugins/faultlogger/service/BUILD.gn b/adapter/plugins/faultlogger/service/BUILD.gn index 696b754e..4d8fcede 100644 --- a/adapter/plugins/faultlogger/service/BUILD.gn +++ b/adapter/plugins/faultlogger/service/BUILD.gn @@ -38,6 +38,6 @@ ohos_source_set("faultlogger_service_adapter") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/adapter/plugins/faultlogger/service/idl/BUILD.gn b/adapter/plugins/faultlogger/service/idl/BUILD.gn index b153b8ff..5125e407 100644 --- a/adapter/plugins/faultlogger/service/idl/BUILD.gn +++ b/adapter/plugins/faultlogger/service/idl/BUILD.gn @@ -43,7 +43,7 @@ ohos_source_set("faultlogger_service_ohos_common") { external_deps = [ "hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } @@ -70,6 +70,6 @@ ohos_source_set("faultlogger_service_impl") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/adapter/service/BUILD.gn b/adapter/service/BUILD.gn index de0d2f36..f6e9aea7 100644 --- a/adapter/service/BUILD.gn +++ b/adapter/service/BUILD.gn @@ -43,6 +43,6 @@ ohos_source_set("hiview_service_adapter") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/adapter/service/idl/BUILD.gn b/adapter/service/idl/BUILD.gn index 1120463e..33e8fa87 100644 --- a/adapter/service/idl/BUILD.gn +++ b/adapter/service/idl/BUILD.gn @@ -48,7 +48,7 @@ ohos_source_set("hiview_service_impl") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "hiview_L2" subsystem_name = "hiviewdfx" diff --git a/adapter/service/idl/test/BUILD.gn b/adapter/service/idl/test/BUILD.gn index 56f37750..468a4adc 100644 --- a/adapter/service/idl/test/BUILD.gn +++ b/adapter/service/idl/test/BUILD.gn @@ -51,7 +51,7 @@ ohos_unittest("HiviewSATest") { external_deps = [ "communication_L2:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } else { external_deps = [ diff --git a/plugins/faultlogger/common/BUILD.gn b/plugins/faultlogger/common/BUILD.gn index 25071e14..f905b0c2 100644 --- a/plugins/faultlogger/common/BUILD.gn +++ b/plugins/faultlogger/common/BUILD.gn @@ -33,6 +33,6 @@ ohos_source_set("faultlogger_common") { "hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] } diff --git a/plugins/faultlogger/test/BUILD.gn b/plugins/faultlogger/test/BUILD.gn index e16bafe3..39df0f7f 100644 --- a/plugins/faultlogger/test/BUILD.gn +++ b/plugins/faultlogger/test/BUILD.gn @@ -55,7 +55,7 @@ ohos_unittest("FaultloggerUnittest") { external_deps = [ "hilog_native:libhilog", "ipc:ipc_core", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] }