From 6c179c6733248d870cdff01c5532bbf155bceaf4 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 4 Jul 2024 12:08:23 +0000 Subject: [PATCH 01/10] =?UTF-8?q?services/cameraservice/cameraoperator/cli?= =?UTF-8?q?ent/BUILD.gn=E5=8A=A0=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8?= =?UTF-8?q?=E4=BB=B6hdf=5Fcore:libhdf=5Futils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/cameraoperator/client/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 94687d86..a5fcedb1 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -75,6 +75,7 @@ ohos_shared_library("distributed_camera_client") { "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", "drivers_peripheral_display:hdi_gralloc_client", "graphic_surface:surface", + "hdf_core:libhdf_utils", "hilog:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", -- Gitee From 7f41d2130a41743023be96d1ba7a7b717d481f5d Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 4 Jul 2024 12:11:44 +0000 Subject: [PATCH 02/10] =?UTF-8?q?services/cameraservice/sinkservice/BUILD.?= =?UTF-8?q?gn=E5=8A=A0=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E5=A4=B4=E6=96=87=E4=BB=B6=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/sinkservice/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index c188529b..767bd71e 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -114,10 +114,13 @@ ohos_shared_library("distributed_camera_sink") { "distributed_hardware_fwk:distributed_av_receiver", "distributed_hardware_fwk:distributedhardwareutils", "distributed_hardware_fwk:libdhfwk_sdk", + "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", "drivers_peripheral_display:hdi_gralloc_client", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", + "hdf_core:libhdf_utils", "hilog:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", -- Gitee From 309b79701b32ddefc8096a8558bf3cd69ae88ef0 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 4 Jul 2024 12:14:35 +0000 Subject: [PATCH 03/10] =?UTF-8?q?services/cameraservice/sourceservice/BUIL?= =?UTF-8?q?D.gn=E5=8A=A0=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E5=A4=B4=E6=96=87=E4=BB=B6=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/sourceservice/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/cameraservice/sourceservice/BUILD.gn b/services/cameraservice/sourceservice/BUILD.gn index 78b31809..f48249fe 100644 --- a/services/cameraservice/sourceservice/BUILD.gn +++ b/services/cameraservice/sourceservice/BUILD.gn @@ -126,15 +126,19 @@ ohos_shared_library("distributed_camera_source") { "distributed_hardware_fwk:distributed_av_receiver", "distributed_hardware_fwk:distributedhardwareutils", "distributed_hardware_fwk:libdhfwk_sdk", + "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", + "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", "hdf_core:libhdi", + "hdf_core:libhdf_ipc_adapter", "hdf_core:libpub_utils", "hicollie:libhicollie", "hilog:libhilog", "hitrace:hitrace_meter", "ipc:ipc_core", + "media_foundation:media_foundation", "safwk:system_ability_fwk", "samgr:samgr_proxy", ] -- Gitee From b3f78646351d1640d49f63701c9d09eb322728af Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 4 Jul 2024 12:15:55 +0000 Subject: [PATCH 04/10] =?UTF-8?q?services/channel/BUILD.gn=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6ipc=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=A4=B4=E6=96=87=E4=BB=B6=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/channel/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/channel/BUILD.gn b/services/channel/BUILD.gn index a5e4ec4f..e759aa13 100644 --- a/services/channel/BUILD.gn +++ b/services/channel/BUILD.gn @@ -65,6 +65,7 @@ ohos_shared_library("distributed_camera_channel") { "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hilog:libhilog", + "ipc:ipc_core" ] subsystem_name = "distributedhardware" -- Gitee From 2f05d1d81d711797d8fea3203c2ec38037fc4361 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Thu, 4 Jul 2024 12:17:41 +0000 Subject: [PATCH 05/10] =?UTF-8?q?services/data=5Fprocess/BUILD.gn=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/data_process/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index c273ecc2..ba1de092 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -67,6 +67,7 @@ ohos_shared_library("distributed_camera_data_process") { "c_utils:utils", "distributed_hardware_fwk:distributedhardwareutils", "drivers_interface_display:libdisplay_composer_proxy_1.0", + "drivers_interface_display:libdisplay_composer_hdi_impl", "eventhandler:libeventhandler", "graphic_surface:surface", "hilog:libhilog", -- Gitee From 03b0bd325b42745458abd8fc510a6e6ae3064d55 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Fri, 5 Jul 2024 10:50:47 +0800 Subject: [PATCH 06/10] =?UTF-8?q?gn=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/sourceservice/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cameraservice/sourceservice/BUILD.gn b/services/cameraservice/sourceservice/BUILD.gn index f48249fe..53c27fe8 100644 --- a/services/cameraservice/sourceservice/BUILD.gn +++ b/services/cameraservice/sourceservice/BUILD.gn @@ -131,8 +131,8 @@ ohos_shared_library("distributed_camera_source") { "dsoftbus:softbus_client", "eventhandler:libeventhandler", "graphic_surface:surface", - "hdf_core:libhdi", "hdf_core:libhdf_ipc_adapter", + "hdf_core:libhdi", "hdf_core:libpub_utils", "hicollie:libhicollie", "hilog:libhilog", -- Gitee From 8559b19859b49fba3d9ae082aa31f89739765289 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Fri, 5 Jul 2024 11:10:14 +0800 Subject: [PATCH 07/10] =?UTF-8?q?channel=E4=B8=8Bgn=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/channel/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/channel/BUILD.gn b/services/channel/BUILD.gn index e759aa13..0ce6c9a9 100644 --- a/services/channel/BUILD.gn +++ b/services/channel/BUILD.gn @@ -65,7 +65,7 @@ ohos_shared_library("distributed_camera_channel") { "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hilog:libhilog", - "ipc:ipc_core" + "ipc:ipc_core", ] subsystem_name = "distributedhardware" -- Gitee From 349010e67584b318190ba5c76ef6abf6a2fbc4b1 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Fri, 5 Jul 2024 11:24:18 +0800 Subject: [PATCH 08/10] =?UTF-8?q?data=5Fprocess=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E4=B8=8Bgn=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/data_process/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index ba1de092..163a5aa3 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -66,8 +66,8 @@ ohos_shared_library("distributed_camera_data_process") { "cJSON:cjson", "c_utils:utils", "distributed_hardware_fwk:distributedhardwareutils", - "drivers_interface_display:libdisplay_composer_proxy_1.0", "drivers_interface_display:libdisplay_composer_hdi_impl", + "drivers_interface_display:libdisplay_composer_proxy_1.0", "eventhandler:libeventhandler", "graphic_surface:surface", "hilog:libhilog", -- Gitee From 196b1fe5e3478e63e10e3d7477291073efd93dcb Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 8 Jul 2024 02:32:08 +0000 Subject: [PATCH 09/10] =?UTF-8?q?cameraoperator/client/BUILD.gn=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E4=BE=9D=E8=B5=96=E6=8E=A5=E5=8F=A3drivers=5Finterfac?= =?UTF-8?q?e=5Fcamera:libbuffer=5Fproducer=5Fsequenceable=5F1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/cameraoperator/client/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index a5fcedb1..1bc62ce9 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -69,6 +69,7 @@ ohos_shared_library("distributed_camera_client") { "c_utils:utils", "camera_framework:camera_framework", "drivers_interface_camera:libbuffer_handle_sequenceable_1.0", + "drivers_interface_camera:libbuffer_producer_sequenceable_1.0", "drivers_interface_camera:libcamera_proxy_1.0", "drivers_interface_camera:libmap_data_sequenceable_1.0", "drivers_interface_camera:metadata", -- Gitee From ad241f5c9b2f0753c54ab7ff76064f4bc9bee4a4 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 8 Jul 2024 02:35:48 +0000 Subject: [PATCH 10/10] =?UTF-8?q?cameraoperator/handler/BUILD.gn=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6hdf=5Fcore?= =?UTF-8?q?=EF=BC=8Cmedia=5Ffoundation=EF=BC=8Csamgr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- services/cameraservice/cameraoperator/handler/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index 4e06be49..213a2b76 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -58,8 +58,11 @@ ohos_shared_library("distributed_camera_handler") { "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.1", "drivers_peripheral_display:hdi_gralloc_client", "graphic_surface:surface", + "hdf_core:libhdf_utils", "hilog:libhilog", "ipc:ipc_core", + "media_foundation:media_foundation", + "samgr:samgr_proxy", ] subsystem_name = "distributedhardware" -- Gitee