From 28dc697540625a0cd6a0fc430243207b9f808d65 Mon Sep 17 00:00:00 2001 From: hobbycao Date: Mon, 1 Aug 2022 15:58:29 +0800 Subject: [PATCH] feat: local camera 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 e1499591..0a6baa87 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", "//commonlibrary/c_utils/base/include", "//utils/system/safwk/native/include", "${graphicstandard_path}/frameworks/surface/include", @@ -88,6 +86,7 @@ ohos_shared_library("distributed_camera_client") { external_deps = [ "c_utils:utils", + "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