From cf73eda6a86bde23ae61235c8c62da545c86cc5f Mon Sep 17 00:00:00 2001 From: duanqinghe Date: Sat, 23 Jul 2022 09:53:59 +0800 Subject: [PATCH] change camera_standard to camera_framework Signed-off-by: duanqinghe --- bundle.json | 2 +- distributedcamera.gni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 83523af0..b6b788d0 100644 --- a/bundle.json +++ b/bundle.json @@ -31,7 +31,7 @@ "ipc", "graphic_chipsetsdk", "eventhandler", - "multimedia_camera_standard", + "multimedia_camera_framework", "multimedia_player_framework", "graphic_standard", "distributed_hardware_fwk", diff --git a/distributedcamera.gni b/distributedcamera.gni index b49d45a3..aa499ccb 100644 --- a/distributedcamera.gni +++ b/distributedcamera.gni @@ -18,7 +18,7 @@ distributedhardwarefwk_path = camera_hdf_path = "//drivers/peripheral" -camerastandard_path = "//foundation/multimedia/camera_standard" +camerastandard_path = "//foundation/multimedia/camera_framework" mediastandard_path = "//foundation/multimedia/player_framework" -- Gitee