diff --git a/interfaces/inner_kits/native_cpp/BUILD.gn b/interfaces/inner_kits/native_cpp/BUILD.gn index 0c67c13c6baf0c64e495a12ea0a60ae08dd17d7e..ab8cceee7f545733b42796b9943787d05171db0a 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 d52ac126ed52f68622cd1f3e15eb0de442d61a5d..3ed612208fe22c1bdc4df266a43a544de9b24027 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 aa7dc489ff6e42a34d19b1d49283d42a6ebab2e6..1d2087489cb40408a7313e28a607a272e9b6a55f 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 368b7775b41f973dc1a4d4eb786832b146c96467..b7fcfd18e5dbd853742155adbac698a8b526bb4b 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", ]