From 146bc1b7e411022cb4b058e163e7f2a680d44cc0 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 11 Sep 2025 23:24:25 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanglei --- common/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/BUILD.gn b/common/BUILD.gn index e2790d3b1..e2d642c81 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -110,7 +110,10 @@ ohos_shared_library("camera_utils") { sources = common_sources - deps = [ "${multimedia_camera_framework_path}/services/camera_service/idls:camera_idl_sa_proxy", ] + deps = [ + "${multimedia_camera_framework_path}/services/camera_service/idls:camera_idl_sa_proxy", + "${multimedia_camera_framework_path}/services/deferred_processing_service/idls:camera_deferred_idl_sa_proxy", + ] external_deps = common_external_deps -- Gitee