Description:Path rectification

Match-id-d7ece12f464fbe5b0bd947a397433043efad0669
This commit is contained in:
xxxx
2022-08-11 15:08:59 +08:00
parent ddc695b2aa
commit 7674d23089
31 changed files with 351 additions and 378 deletions
+8 -8
View File
@@ -12,13 +12,14 @@
# limitations under the License.
import("//build/ohos.gni")
import("//foundation/distributedhardware/distributed_input/distributedinput.gni")
import(
"//foundation/distributedhardware/distributed_input/distributedinput.gni")
ohos_shared_library("libdinput_handler") {
include_dirs = [
"include",
"${common_path}/include",
"//utils/native/base/include",
"//commonlibrary/c_utils/base/include",
"//utils/system/safwk/native/include",
"${fwk_common_path}/log/include",
"${fwk_common_path}/utils/include",
@@ -30,8 +31,8 @@ ohos_shared_library("libdinput_handler") {
]
sources = [
"src/distributed_input_handler.cpp",
"${common_path}/include/input_hub.cpp",
"src/distributed_input_handler.cpp",
]
defines = [
@@ -41,19 +42,19 @@ ohos_shared_library("libdinput_handler") {
]
deps = [
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
"//utils/native/base:utils",
"${fwk_utils_path}:distributedhardwareutils",
"${utils_path}:libdinput_utils",
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
"//third_party/openssl:libcrypto_static",
]
external_deps = [
"c_utils:utils",
"dsoftbus:softbus_client",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"hiviewdfx_hilog_native:libhilog",
"samgr:samgr_proxy",
"dsoftbus:softbus_client",
]
cflags_cc = [ "-DHILOG_ENABLE" ]
@@ -61,5 +62,4 @@ ohos_shared_library("libdinput_handler") {
subsystem_name = "distributedhardware"
part_name = "distributed_input"
}