diff --git a/bundle.json b/bundle.json index c01d179ce41960b9113fd8ce805b67d3c1dc66d1..82e5165a7c6494affc077d1a66ac36688582df86 100644 --- a/bundle.json +++ b/bundle.json @@ -21,7 +21,7 @@ "deps": { "components": [ "utils_base", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hitrace_native:libhitrace", "hiviewdfx_hilog_native:libhilog" ], diff --git a/interfaces/innerkits/ipc_core/BUILD.gn b/interfaces/innerkits/ipc_core/BUILD.gn index e11e7cbc55f36fa0506de7befa82819a19ad34b0..14c90e88eaad8b00535541b75a8c39235226b687 100644 --- a/interfaces/innerkits/ipc_core/BUILD.gn +++ b/interfaces/innerkits/ipc_core/BUILD.gn @@ -70,7 +70,7 @@ ohos_shared_library("ipc_core") { external_deps = [ "access_token:libaccesstoken_sdk", - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hitrace_native:libhitrace", "hiviewdfx_hilog_native:libhilog", ] diff --git a/interfaces/innerkits/libdbinder/BUILD.gn b/interfaces/innerkits/libdbinder/BUILD.gn index ae06fb03211b6e4173a1b2970336b7ea7155da16..7e73a9041f5ef2080d25af6d42df7f20577ea890 100644 --- a/interfaces/innerkits/libdbinder/BUILD.gn +++ b/interfaces/innerkits/libdbinder/BUILD.gn @@ -57,7 +57,7 @@ ohos_shared_library("libdbinder") { "//utils/native/base:utils", ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", ] subsystem_name = "communication" diff --git a/services/dbinder/test/BUILD.gn b/services/dbinder/test/BUILD.gn index b16664b2a5ef2253be6a08fe190e9ad6f7982bd4..14de20036ea8d48ca5a0a71a2afdebb0d18c1163 100644 --- a/services/dbinder/test/BUILD.gn +++ b/services/dbinder/test/BUILD.gn @@ -87,7 +87,7 @@ ohos_distributedtest("DbinderTestAgent") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "samgr_standard:samgr_proxy", ] diff --git a/services/dbinder/test/moduletest/BUILD.gn b/services/dbinder/test/moduletest/BUILD.gn index f0fa4770418cdb64e8115be5c6064b6f9b28c9bf..3a1636cedd7e7c620e9e41674fb3879035788961 100644 --- a/services/dbinder/test/moduletest/BUILD.gn +++ b/services/dbinder/test/moduletest/BUILD.gn @@ -36,7 +36,7 @@ ohos_moduletest("RPCCLIENTTEST") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "ipc:ipc_core", "samgr_standard:samgr_proxy", ] @@ -59,7 +59,7 @@ ohos_moduletest("RPCSERVERTEST") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "ipc:ipc_core", "samgr_standard:samgr_proxy", ]