From b405349f819c75341abe1f6e6e1e908fd541ad7c Mon Sep 17 00:00:00 2001 From: pengyanggit Date: Sat, 16 Jul 2022 14:35:44 +0800 Subject: [PATCH] Signed-off-by:pengyanggit Signed-off-by: pengyanggit Change-Id: Ib4fd4e483d81a0c8a13d3ffdb33afaf665e9358b --- frameworks/napi/input_consumer/BUILD.gn | 4 ---- frameworks/napi/input_device/BUILD.gn | 4 ---- frameworks/napi/input_event_client/BUILD.gn | 4 ---- frameworks/napi/key_code/BUILD.gn | 4 ---- frameworks/napi/key_event/BUILD.gn | 4 ---- frameworks/napi/mouse/BUILD.gn | 4 ---- frameworks/napi/mouse_event/BUILD.gn | 4 ---- frameworks/napi/touch_event/BUILD.gn | 4 ---- 8 files changed, 32 deletions(-) diff --git a/frameworks/napi/input_consumer/BUILD.gn b/frameworks/napi/input_consumer/BUILD.gn index f9125b240c..d7a44b4807 100755 --- a/frameworks/napi/input_consumer/BUILD.gn +++ b/frameworks/napi/input_consumer/BUILD.gn @@ -47,10 +47,6 @@ ohos_shared_library("inputconsumer") { "//foundation/multimodalinput/input/util:libmmi-util", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "drivers_interface_input:hdi_input", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/napi/input_device/BUILD.gn b/frameworks/napi/input_device/BUILD.gn index 9cda0df576..fd0849dd0a 100755 --- a/frameworks/napi/input_device/BUILD.gn +++ b/frameworks/napi/input_device/BUILD.gn @@ -49,10 +49,6 @@ ohos_shared_library("inputdevice") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", diff --git a/frameworks/napi/input_event_client/BUILD.gn b/frameworks/napi/input_event_client/BUILD.gn index f17ca76a29..5955ad60a9 100755 --- a/frameworks/napi/input_event_client/BUILD.gn +++ b/frameworks/napi/input_event_client/BUILD.gn @@ -47,10 +47,6 @@ ohos_shared_library("inputeventclient") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "drivers_interface_input:hdi_input", "hiviewdfx_hilog_native:libhilog", diff --git a/frameworks/napi/key_code/BUILD.gn b/frameworks/napi/key_code/BUILD.gn index fbb3ceea99..7f04126894 100755 --- a/frameworks/napi/key_code/BUILD.gn +++ b/frameworks/napi/key_code/BUILD.gn @@ -46,10 +46,6 @@ ohos_shared_library("keycode") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", diff --git a/frameworks/napi/key_event/BUILD.gn b/frameworks/napi/key_event/BUILD.gn index e6700b4254..4b2dd0eaed 100755 --- a/frameworks/napi/key_event/BUILD.gn +++ b/frameworks/napi/key_event/BUILD.gn @@ -46,10 +46,6 @@ ohos_shared_library("keyevent") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", diff --git a/frameworks/napi/mouse/BUILD.gn b/frameworks/napi/mouse/BUILD.gn index 37c77b13ae..d81c828b0a 100755 --- a/frameworks/napi/mouse/BUILD.gn +++ b/frameworks/napi/mouse/BUILD.gn @@ -47,10 +47,6 @@ ohos_shared_library("mouse") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", diff --git a/frameworks/napi/mouse_event/BUILD.gn b/frameworks/napi/mouse_event/BUILD.gn index bebce9aed8..fa46966ce6 100755 --- a/frameworks/napi/mouse_event/BUILD.gn +++ b/frameworks/napi/mouse_event/BUILD.gn @@ -46,10 +46,6 @@ ohos_shared_library("mouseevent") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", diff --git a/frameworks/napi/touch_event/BUILD.gn b/frameworks/napi/touch_event/BUILD.gn index fee40890d9..8118fa63ff 100755 --- a/frameworks/napi/touch_event/BUILD.gn +++ b/frameworks/napi/touch_event/BUILD.gn @@ -46,10 +46,6 @@ ohos_shared_library("touchevent") { "//third_party/libuv:uv_static", ] - if (is_mmi_have_libinput || is_mmi_have_hdf) { - deps += [ "//foundation/multimodalinput/input/patch/diff_libinput_mmi:libinput-third-mmi" ] - } - external_deps = [ "hiviewdfx_hilog_native:libhilog", "napi:ace_napi", -- Gitee