Description:Removing Dependency Redundancy

Match-id-e72a36513249b95985a4347f9304dc62f5813933
This commit is contained in:
xxxx
2022-09-09 16:06:21 +08:00
parent fb68494d3d
commit 70258d7ac3
27 changed files with 65 additions and 187 deletions
+3 -6
View File
@@ -31,6 +31,9 @@ ohos_shared_library("libdinput_handler") {
"//third_party/json/include",
"${fwk_interfaces_path}/include",
"${fwk_interfaces_path}/include/ipc",
"//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk",
"//foundation/communication/ipc/interfaces/innerkits/ipc_core/include",
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include",
]
sources = [
@@ -47,18 +50,12 @@ ohos_shared_library("libdinput_handler") {
deps = [
"${fwk_utils_path}:distributedhardwareutils",
"${utils_path}:libdinput_utils",
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
"//third_party/openssl:libcrypto_static",
"${fwk_interfaces_path}:libdhfwk_sdk",
]
external_deps = [
"c_utils:utils",
"dsoftbus:softbus_client",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
cflags_cc = [ "-DHILOG_ENABLE" ]