diff --git a/interfaces/innerkits/libdbinder/BUILD.gn b/interfaces/innerkits/libdbinder/BUILD.gn index dbe9ad94ac7d8f06e2b96c204dcd0c31cf951d8f..ad4ce246f54667f86b388dca68c7a6faa4037722 100755 --- a/interfaces/innerkits/libdbinder/BUILD.gn +++ b/interfaces/innerkits/libdbinder/BUILD.gn @@ -56,7 +56,7 @@ ohos_shared_library("libdbinder") { external_deps = [ "dsoftbus_standard:softbus_client", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "communication" part_name = "ipc" diff --git a/interfaces/kits/js/napi/BUILD.gn b/interfaces/kits/js/napi/BUILD.gn index b60a3c7013655a7155fd296b75d130597616dc38..ffcc2a4989ca1a1aa67fa42554b0f5e40922825a 100644 --- a/interfaces/kits/js/napi/BUILD.gn +++ b/interfaces/kits/js/napi/BUILD.gn @@ -89,7 +89,7 @@ ohos_shared_library("rpc") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] relative_install_dir = "module" diff --git a/ipc/native/test/unittest/common/BUILD.gn b/ipc/native/test/unittest/common/BUILD.gn index cfd78975837418e2c4b8f3250d3f676315f6f019..66e753f2cce5d1af02fd42dc7e63ea38466d71cb 100755 --- a/ipc/native/test/unittest/common/BUILD.gn +++ b/ipc/native/test/unittest/common/BUILD.gn @@ -36,11 +36,11 @@ ohos_unittest("IPCNativeUnitTest") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] - + resource_config_file = "//foundation/communication/ipc/test/resource/ipc/ohos_test.xml" } @@ -61,10 +61,10 @@ ohos_unittest("IPCFileDescOpsTest") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", + "ipc:ipc_core", ] - + resource_config_file = "//foundation/communication/ipc/test/resource/ipc/ohos_test.xml" } @@ -75,7 +75,7 @@ group("unittest") { deps = [ ":IPCFileDescOpsTest", ":IPCNativeUnitTest", - ] + ] } ############################################################################### diff --git a/ipc/test/auxiliary/native/BUILD.gn b/ipc/test/auxiliary/native/BUILD.gn index b95557f2ab68d5cf1bbee7378f029cad6a3a0f69..914806198c47ebe6a094c46debff0333e2b2a2aa 100755 --- a/ipc/test/auxiliary/native/BUILD.gn +++ b/ipc/test/auxiliary/native/BUILD.gn @@ -35,9 +35,9 @@ ohos_shared_library("ipc_test_helper") { deps = [ "//utils/native/base:utils" ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] part_name = "ipc" @@ -58,9 +58,9 @@ ohos_executable("ipc_server_test") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] part_name = "ipc" @@ -81,9 +81,9 @@ ohos_executable("ipc_client_test") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] part_name = "ipc" @@ -112,9 +112,9 @@ ohos_shared_library("ipc_test_helper_extra") { deps = [ "//utils/native/base:utils" ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] part_name = "ipc" @@ -135,9 +135,9 @@ ohos_executable("ipc_server_test_extra") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] part_name = "ipc" diff --git a/ipc/test/moduletest/native/BUILD.gn b/ipc/test/moduletest/native/BUILD.gn index 109612c314c0e3b04eb943af9219bf96ffa77b23..9b9fa875f53dc225ed9b3c12ab4bc75e85046137 100755 --- a/ipc/test/moduletest/native/BUILD.gn +++ b/ipc/test/moduletest/native/BUILD.gn @@ -32,9 +32,9 @@ ohos_moduletest("IPCNativeFrameworksTest") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] resource_config_file = diff --git a/services/dbinder/test/BUILD.gn b/services/dbinder/test/BUILD.gn index 3fdad4b67768ff09a1764dd66044804faa9fc72f..0fc1efc2959893cd1d8b6671df9cd34526dba061 100755 --- a/services/dbinder/test/BUILD.gn +++ b/services/dbinder/test/BUILD.gn @@ -56,9 +56,9 @@ ohos_distributedtest("DbinderTest") { ] external_deps = [ - "ipc:ipc_core", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "ipc:ipc_core", + "samgr_standard:samgr_proxy", ] subsystem_name = "communication" @@ -89,7 +89,7 @@ ohos_distributedtest("DbinderTestAgent") { external_deps = [ "dsoftbus_standard:softbus_client", "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] subsystem_name = "communication" @@ -114,7 +114,7 @@ ohos_executable("dbinder_test") { external_deps = [ "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "ipc" @@ -139,7 +139,7 @@ ohos_executable("dbinder_send") { external_deps = [ "hiviewdfx_hilog_native:libhilog", - "samgr_L2:samgr_proxy", + "samgr_standard:samgr_proxy", ] part_name = "ipc"