diff --git a/interfaces/inner_kits/native_cpp/BUILD.gn b/interfaces/inner_kits/native_cpp/BUILD.gn index 0c67c13c..ab8cceee 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 d52ac126..3ed61220 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 aa7dc489..1d208748 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 368b7775..b7fcfd18 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", ]