From 9a75f924ffafcbe249b7438e19f323e5979564d2 Mon Sep 17 00:00:00 2001 From: libaoping Date: Thu, 2 Jun 2022 09:48:05 +0800 Subject: [PATCH] Fix:Modify softbus component name Feature or Bugfix:Feature Binary Source: No Signed-off-by: libaoping --- bundle.json | 2 +- common/BUILD.gn | 2 +- .../base/test/unittest/common/dcameraprotocol/BUILD.gn | 2 +- .../test/unittest/common/distributedcameramgr/BUILD.gn | 2 +- services/channel/BUILD.gn | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 88b29c98..30109a52 100644 --- a/bundle.json +++ b/bundle.json @@ -31,7 +31,7 @@ "ipc", "safwk", "samgr_standard", - "dsoftbus_standard", + "dsoftbus", "utils_base", "graphic_standard", "distributed_hardware_fwk", diff --git a/common/BUILD.gn b/common/BUILD.gn index 880aafd0..c0c1763a 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -48,7 +48,7 @@ ohos_shared_library("distributed_camera_utils") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", ] diff --git a/services/cameraservice/base/test/unittest/common/dcameraprotocol/BUILD.gn b/services/cameraservice/base/test/unittest/common/dcameraprotocol/BUILD.gn index e8be668c..a607458d 100644 --- a/services/cameraservice/base/test/unittest/common/dcameraprotocol/BUILD.gn +++ b/services/cameraservice/base/test/unittest/common/dcameraprotocol/BUILD.gn @@ -57,7 +57,7 @@ ohos_unittest("DCameraProtocolTest") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] diff --git a/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn b/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn index f341b973..f1665bb1 100644 --- a/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn +++ b/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn @@ -73,7 +73,7 @@ ohos_unittest("DCameraSourceMgrTest") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/channel/BUILD.gn b/services/channel/BUILD.gn index 3e263e04..19f1646b 100644 --- a/services/channel/BUILD.gn +++ b/services/channel/BUILD.gn @@ -52,7 +52,7 @@ ohos_shared_library("distributed_camera_channel") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hiviewdfx_hilog_native:libhilog", ] -- Gitee