From 3a53fb2f601f973bf5d9d3541b57ca91bb6ffaa5 Mon Sep 17 00:00:00 2001 From: mali Date: Sun, 29 Jan 2023 15:47:52 +0800 Subject: [PATCH] Dereference hdi Signed-off-by: mali --- frameworks/BUILD.gn | 6 ------ services/BUILD.gn | 2 -- 2 files changed, 8 deletions(-) diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index c2e6cef..341463a 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -90,12 +90,6 @@ shared_library("camera_lite") { "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", ] - if (board_name == "hispark_taurus" || board_name == "hispark_aries") { - deps += [ - "//device/soc/hisilicon/common/hal/media:hardware_media_sdk", - "//device/soc/hisilicon/common/hal/middleware:middleware_source_sdk", - ] - } public_deps = [ "//foundation/graphic/surface:lite_surface", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", diff --git a/services/BUILD.gn b/services/BUILD.gn index d1d00b9..e26263c 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -39,8 +39,6 @@ shared_library("camera_server") { deps = [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/security/permission_lite/services/pms_client:pms_client", - "//device/soc/hisilicon/common/hal/media:hardware_media_sdk", - "//device/soc/hisilicon/common/hal/middleware:middleware_source_sdk", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", ] -- Gitee