From 86b4bdb8d43e5257cf9a8a5dc04a9d38326f43f0 Mon Sep 17 00:00:00 2001 From: libaoping Date: Wed, 1 Jun 2022 16:13:29 +0800 Subject: [PATCH] Fix:Modify softbus component name Feature or Bugfix:Feature Binary Source: No Signed-off-by: libaoping --- bundle.json | 2 +- interfaces/innerkits/ipc_core/BUILD.gn | 2 +- interfaces/innerkits/libdbinder/BUILD.gn | 2 +- services/dbinder/test/BUILD.gn | 2 +- services/dbinder/test/moduletest/BUILD.gn | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index c01d179..82e5165 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 e11e7cb..14c90e8 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 ae06fb0..7e73a90 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 b16664b..14de200 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 f0fa477..3a1636c 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", ] -- GitLab