mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
modify the problem of mouse jump while using touchpad
Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
@@ -29,6 +29,7 @@ ohos_shared_library("libdinput_handler") {
|
||||
"${av_transport_path}/common/include",
|
||||
"include",
|
||||
"${common_path}/include",
|
||||
"${services_state_path}/include",
|
||||
"${fwk_common_path}/log/include",
|
||||
"${fwk_common_path}/utils/include",
|
||||
"${service_common}/include",
|
||||
@@ -52,6 +53,7 @@ ohos_shared_library("libdinput_handler") {
|
||||
|
||||
deps = [
|
||||
"${utils_path}:libdinput_utils",
|
||||
"${services_state_path}:libdinput_state",
|
||||
"//third_party/libevdev:libevdev",
|
||||
"//third_party/openssl:libcrypto_shared",
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ ohos_unittest("distributed_input_handler_test") {
|
||||
include_dirs = [
|
||||
"${av_transport_path}/common/include",
|
||||
"${common_path}/include",
|
||||
"${services_state_path}/include",
|
||||
"${fwk_common_path}/log/include",
|
||||
"${fwk_common_path}/utils/include",
|
||||
"${service_common}/include",
|
||||
|
||||
Reference in New Issue
Block a user