From c82dd6524e50afa071a4a9385d65e9301aa58026 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Wed, 23 Aug 2023 15:48:19 +0800 Subject: [PATCH] fix:Component rectification Signed-off-by: chen0088 --- bundle.json | 1 + services/cameraservice/cameraoperator/client/BUILD.gn | 1 + .../cameraservice/cameraoperator/client/test/sample/BUILD.gn | 1 + services/cameraservice/cameraoperator/handler/BUILD.gn | 1 + services/cameraservice/sinkservice/BUILD.gn | 1 + 5 files changed, 5 insertions(+) diff --git a/bundle.json b/bundle.json index 2b5cecfa..e53251ae 100644 --- a/bundle.json +++ b/bundle.json @@ -37,6 +37,7 @@ "hdf_core", "drivers_interface_display", "drivers_interface_distributed_camera", + "drivers_peripheral_display", "c_utils", "dsoftbus", "hisysevent", diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 76ead592..33f18d76 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -68,6 +68,7 @@ ohos_shared_library("distributed_camera_client") { "drivers_interface_camera:libcamera_proxy_1.0", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", + "drivers_peripheral_display:hdi_gralloc_client", "graphic_2d:surface", "ipc:ipc_core", ] diff --git a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn index 46680f8e..2042b601 100644 --- a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn @@ -79,6 +79,7 @@ ohos_executable("dcamera_client_demo") { "c_utils:utils", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", + "drivers_peripheral_display:hdi_gralloc_client", "hilog:libhilog", "ipc:ipc_core", "player_framework:media_client", diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index 81d900dc..a08eb771 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -64,6 +64,7 @@ ohos_shared_library("distributed_camera_handler") { "camera_framework:camera_framework", "drivers_interface_camera:metadata", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", + "drivers_peripheral_display:hdi_gralloc_client", "graphic_2d:surface", "ipc:ipc_core", "player_framework:media_client", diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index 29cd53d5..9b4feabe 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -109,6 +109,7 @@ ohos_shared_library("distributed_camera_sink") { "c_utils:utils", "camera_framework:camera_framework", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", + "drivers_peripheral_display:hdi_gralloc_client", "eventhandler:libeventhandler", "graphic_2d:surface", "ipc:ipc_core", -- Gitee