diff --git a/client/BUILD.gn b/client/BUILD.gn index 78e55d0294cd67da61a210787535f1eacde830f6..ad8d76ba7f0a12c7b1d1a24e5d94bda4b40cf643 100755 --- a/client/BUILD.gn +++ b/client/BUILD.gn @@ -55,7 +55,7 @@ ohos_shared_library("update") { "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/engine/BUILD.gn b/engine/BUILD.gn index 24df7fdf16fbffdb675794c9d9429baa59268f9a..b9d1f8c35ab9ce0b805b6672d0e370d6d87d5d98 100755 --- a/engine/BUILD.gn +++ b/engine/BUILD.gn @@ -79,7 +79,7 @@ ohos_shared_library("updateservice") { "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/interfaces/innerkits/engine/BUILD.gn b/interfaces/innerkits/engine/BUILD.gn index 1f37f8f3eb3dd1c039d4fe5ce25fd4496741a6ad..e662d381717f688a94cd14a7c0e0f4d5ceccd83a 100755 --- a/interfaces/innerkits/engine/BUILD.gn +++ b/interfaces/innerkits/engine/BUILD.gn @@ -56,7 +56,7 @@ ohos_static_library("updateservicekits") { "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/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/BUILD.gn b/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/BUILD.gn index 4517cb3c639edfba7dae90f000e952e2ab79de64..6cf1445f5add2355b6bbdf92b9b3c7e6f2a25c4b 100644 --- a/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/BUILD.gn +++ b/test/fuzztest/UpdaterOnRemoteRequest_fuzzer/BUILD.gn @@ -59,7 +59,7 @@ ohos_fuzztest("UpdaterOnRemoteRequestFuzzTest") { "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/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 7d3aced05adbc22d3e884bb35dd17884d23b3dde..8ac4ce1d300b538c295f8150a3f457552a7f6c21 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -109,7 +109,7 @@ ohos_executable("updaterserver_ut") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", "startup_l2:syspara", ]