diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index c2e6cef52157b43238f67aa5c6fc3390a94da9e4..341463a61a88ccdb0ef76a7a0e8956e4b17f1281 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 d1d00b9693531fae065a5b615595895cfda09917..e26263c472075f7739c6cf282211b3e3f67f1072 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", ]