diff --git a/bundle.json b/bundle.json index 05fe787..6055f10 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 4e2e6eb..b1f2a54 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -59,7 +59,7 @@ ohos_shared_library("distributed_camera_utils") { ] external_deps = [ - "dsoftbus_standard:softbus_client", + "dsoftbus:softbus_client", "graphic_chipsetsdk:buffer_handle", "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 ead923a..424e294 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 = [ "distributed_camera_device_driver_interface:libdistributed_camera_provider_proxy_1.0", - "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 d35c5f7..facf9ad 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 = [ "distributed_camera_device_driver_interface:libdistributed_camera_provider_proxy_1.0", - "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 f672919..75cab6f 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", ]