diff --git a/bundle.json b/bundle.json index 2b5cecfaf9a8c41b3d0a97804d90e6275ef783ba..e53251ae431437ec73e1c63a8fb2e4d89b04ae08 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 76ead59212ecda920a3759f94fe33566377d9387..33f18d7693b9eb7bcb701fba9f1c71069092700c 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 46680f8e69d7b0bca3f1c6b105a05221a922d17f..2042b6018f27dc5c14ea5deb7eeb438a3cb2d097 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 81d900dc7d28fb74829887d2d737f67e2921bccc..a08eb77140973fb25f9226308e6671967ee4215c 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 29cd53d5a16cd0b931118224b31c274cdddfa8fa..9b4feabe382ee666a68c79832d99a89c6ade7b0c 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",