From 2bc818978e024814e6ea6fb3d4cc4deaf90fc400 Mon Sep 17 00:00:00 2001 From: biga2021 Date: Tue, 26 Apr 2022 23:41:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor=EF=BC=9Aupdate=20path=20of=20metadata?= =?UTF-8?q?=20in=20BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: biga2021 --- frameworks/core/components/camera/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core/components/camera/BUILD.gn b/frameworks/core/components/camera/BUILD.gn index f741cf5c..1ddfb1eb 100644 --- a/frameworks/core/components/camera/BUILD.gn +++ b/frameworks/core/components/camera/BUILD.gn @@ -25,10 +25,10 @@ config("standard_camera_config") { "//drivers/peripheral/camera/interfaces/include/callback/host/", "//drivers/peripheral/camera/interfaces/include/callback/operator/", "//drivers/peripheral/camera/interfaces/include/server/", + "//drivers/peripheral/camera/interfaces/metadata/include", "//drivers/peripheral/codec/interfaces/include", "//drivers/peripheral/display/interfaces/include", "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include", - "//foundation/multimedia/camera_standard/frameworks/native/metadata/include", "//foundation/multimedia/camera_standard/interfaces/inner_api/native/camera/include", "//foundation/multimedia/camera_standard/services/camera_service/binder/base/include", "//foundation/multimedia/camera_standard/services/camera_service/binder/client/include",