diff --git a/bundle.json b/bundle.json index 05fe7876b1e0b4b51100e36202c846e9879c7d44..6055f10f7fcbfa9616f0b920ad3061d7b396a75a 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 4e2e6eb4681277f03afc535ac6beeab8164bac47..b1f2a54556f8595a4e2716471c08232d5c8cd385 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 ead923a63493ce52aea6a8abc4f0363b6ae71060..424e2945ed9f322a96f43bd66f1371f8b15aa639 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 d35c5f78de523005d03232cb2b98226c49f296a3..facf9ad8285feece9ed0db64a365a39478d4b49b 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 f672919e0d2682752195d1d7371b8876d3361820..75cab6f2d604420d519801815528e4e8e52a4e00 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", ]