From b5723732789ff9010bd2a65a2837e67cebd4bbd6 Mon Sep 17 00:00:00 2001 From: libaoping Date: Thu, 2 Jun 2022 16:26:03 +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 32f245fc..03362925 100644 --- a/bundle.json +++ b/bundle.json @@ -34,7 +34,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 9d8df6c0..2ecab584 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -49,7 +49,7 @@ ohos_shared_library("distributed_camera_utils") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "hisysevent_native:libhisysevent", "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