diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index b236aad4a38537e0f59dad33fc88e52da693420f..e16f6cce8f439647f750572e510ca2d648a07c6f 100644 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -44,7 +44,7 @@ ohos_shared_library("displaymgr") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${displaymgr_native_part_name}" diff --git a/service/BUILD.gn b/service/BUILD.gn index 87282f737493c68f87302f284b5a38e693392e73..7a207b7ab81881133e1140aa49f86b75ef5833fe 100644 --- a/service/BUILD.gn +++ b/service/BUILD.gn @@ -49,7 +49,7 @@ ohos_shared_library("displaymgrservice") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "${displaymgr_native_part_name}" diff --git a/test/native/unittest/BUILD.gn b/test/native/unittest/BUILD.gn index ca5edf5d20df185d8b3a288e235b43f566d45131..85304e2303060fed94ced5380834169d21c8b8b1 100644 --- a/test/native/unittest/BUILD.gn +++ b/test/native/unittest/BUILD.gn @@ -49,6 +49,6 @@ ohos_unittest("unittest_display_mgr_service") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] }