From 85bcb5854146df469f8e04f2bd16ac3bb0b1914d Mon Sep 17 00:00:00 2001 From: wangwang16 Date: Thu, 11 Apr 2024 20:18:06 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=83=A8=E4=BB=B6=E5=8C=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9=EF=BC=8C=E6=94=AF=E6=8C=81=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91-distributed=5Fcamera=E9=85=8D=E5=90=88?= =?UTF-8?q?=E4=BC=A0=E8=BE=93=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangwang16 Change-Id: I24d2aab2df10c7e02dab78bc62ebbd0214094637 --- services/cameraservice/sinkservice/BUILD.gn | 1 + services/cameraservice/sourceservice/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index 9b05c98a..8f548846 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -116,6 +116,7 @@ ohos_shared_library("distributed_camera_sink") { "distributed_hardware_fwk:libdhfwk_sdk", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "drivers_peripheral_display:hdi_gralloc_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", "hilog:libhilog", diff --git a/services/cameraservice/sourceservice/BUILD.gn b/services/cameraservice/sourceservice/BUILD.gn index a0444f33..fb24ab87 100644 --- a/services/cameraservice/sourceservice/BUILD.gn +++ b/services/cameraservice/sourceservice/BUILD.gn @@ -126,6 +126,7 @@ ohos_shared_library("distributed_camera_source") { "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "eventhandler:libeventhandler", "graphic_surface:surface", + "dsoftbus:softbus_client", "hdf_core:libhdi", "hdf_core:libpub_utils", "hicollie:libhicollie", -- Gitee