mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
Description:Path rectification
Match-id-d7ece12f464fbe5b0bd947a397433043efad0669
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user