From 3123c587724194558ed011d22ec0534d83d53828 Mon Sep 17 00:00:00 2001 From: hobbycao Date: Mon, 25 Jul 2022 20:04:26 +0800 Subject: [PATCH] feat: local camera hdi idl interface of distributed camera service Signed-off-by: hobbycao --- services/cameraservice/cameraoperator/client/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 879511f6..8c985699 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -19,8 +19,6 @@ import( ohos_shared_library("distributed_camera_client") { include_dirs = [ "${camera_hdf_path}/camera/interfaces/metadata/include", - "${camera_hdf_path}/camera/interfaces/include", - "${camera_hdf_path}/camera/interfaces/hdi_ipc", "//utils/native/base/include", "//utils/system/safwk/native/include", "${graphicstandard_path}/frameworks/surface/include", @@ -88,6 +86,7 @@ ohos_shared_library("distributed_camera_client") { ] external_deps = [ + "drivers_interface_camera:libcamera_proxy_1.0", "drivers_interface_distributed_camera:libdistributed_camera_provider_proxy_1.0", "hiviewdfx_hilog_native:libhilog", "multimedia_player_framework:media_client", -- Gitee