Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 1 | // Copyright (C) 2019 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 15 | package { |
| 16 | // See: http://go/android-license-faq |
| 17 | // A large-scale-change added 'default_applicable_licenses' to import |
| 18 | // all of the 'license_kinds' from "frameworks_native_license" |
| 19 | // to get the below license kinds: |
| 20 | // SPDX-license-identifier-Apache-2.0 |
| 21 | default_applicable_licenses: ["frameworks_native_license"], |
| 22 | } |
| 23 | |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 24 | cc_library_headers { |
| 25 | name: "libinputreader_headers", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 26 | host_supported: true, |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 27 | export_include_dirs: [ |
Chris Ye | e2b1e5c | 2021-03-10 22:45:12 -0800 | [diff] [blame] | 28 | "controller", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 29 | "include", |
| 30 | "mapper", |
| 31 | "mapper/accumulator", |
Harry Cutts | 47db1c7 | 2022-12-13 19:20:47 +0000 | [diff] [blame] | 32 | "mapper/gestures", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 33 | ], |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 34 | } |
| 35 | |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 36 | filegroup { |
| 37 | name: "libinputreader_sources", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 38 | srcs: [ |
| 39 | "EventHub.cpp", |
Prabir Pradhan | baa5c82 | 2019-08-30 15:27:05 -0700 | [diff] [blame] | 40 | "InputDevice.cpp", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 41 | "InputReader.cpp", |
Prabir Pradhan | 011ca3d | 2023-02-22 21:31:39 +0000 | [diff] [blame] | 42 | "Macros.cpp", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 43 | "TouchVideoDevice.cpp", |
Chris Ye | 1dd2e5c | 2021-04-04 23:12:41 -0700 | [diff] [blame] | 44 | "controller/PeripheralController.cpp", |
Harry Cutts | bb24e27 | 2023-03-21 10:49:47 +0000 | [diff] [blame] | 45 | "mapper/CapturedTouchpadEventConverter.cpp", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 46 | "mapper/CursorInputMapper.cpp", |
| 47 | "mapper/ExternalStylusInputMapper.cpp", |
| 48 | "mapper/InputMapper.cpp", |
| 49 | "mapper/JoystickInputMapper.cpp", |
| 50 | "mapper/KeyboardInputMapper.cpp", |
| 51 | "mapper/MultiTouchInputMapper.cpp", |
| 52 | "mapper/RotaryEncoderInputMapper.cpp", |
Chris Ye | f59a2f4 | 2020-10-16 12:55:26 -0700 | [diff] [blame] | 53 | "mapper/SensorInputMapper.cpp", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 54 | "mapper/SingleTouchInputMapper.cpp", |
| 55 | "mapper/SwitchInputMapper.cpp", |
Harry Cutts | b1a0084 | 2022-12-06 16:20:29 +0000 | [diff] [blame] | 56 | "mapper/TouchCursorInputMapperCommon.cpp", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 57 | "mapper/TouchInputMapper.cpp", |
Harry Cutts | 79cc9fa | 2022-10-28 15:32:39 +0000 | [diff] [blame] | 58 | "mapper/TouchpadInputMapper.cpp", |
Prabir Pradhan | 2770d24 | 2019-09-02 18:07:11 -0700 | [diff] [blame] | 59 | "mapper/VibratorInputMapper.cpp", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 60 | "mapper/accumulator/CursorButtonAccumulator.cpp", |
| 61 | "mapper/accumulator/CursorScrollAccumulator.cpp", |
Prabir Pradhan | 84395e6 | 2022-10-26 19:52:00 +0000 | [diff] [blame] | 62 | "mapper/accumulator/HidUsageAccumulator.cpp", |
Harry Cutts | 2d77f55 | 2022-11-07 12:10:56 +0000 | [diff] [blame] | 63 | "mapper/accumulator/MultiTouchMotionAccumulator.cpp", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 64 | "mapper/accumulator/SingleTouchMotionAccumulator.cpp", |
| 65 | "mapper/accumulator/TouchButtonAccumulator.cpp", |
Harry Cutts | 4fb941a | 2022-12-14 19:14:04 +0000 | [diff] [blame] | 66 | "mapper/gestures/GestureConverter.cpp", |
Ben Murdoch | 5024482 | 2022-10-31 10:41:01 +0000 | [diff] [blame] | 67 | "mapper/gestures/GesturesLogging.cpp", |
Harry Cutts | 47db1c7 | 2022-12-13 19:20:47 +0000 | [diff] [blame] | 68 | "mapper/gestures/HardwareStateConverter.cpp", |
Harry Cutts | 1b21791 | 2023-01-03 17:13:19 +0000 | [diff] [blame] | 69 | "mapper/gestures/PropertyProvider.cpp", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 70 | ], |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 71 | } |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 72 | |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 73 | cc_defaults { |
| 74 | name: "libinputreader_defaults", |
| 75 | srcs: [":libinputreader_sources"], |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 76 | shared_libs: [ |
| 77 | "libbase", |
Siarhei Vishniakou | 7a522bf | 2019-09-24 12:46:29 +0100 | [diff] [blame] | 78 | "libcap", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 79 | "libcrypto", |
| 80 | "libcutils", |
Ben Murdoch | 5024482 | 2022-10-31 10:41:01 +0000 | [diff] [blame] | 81 | "libjsoncpp", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 82 | "liblog", |
Siarhei Vishniakou | 9faa446 | 2022-12-06 11:45:04 -0800 | [diff] [blame] | 83 | "libPlatformProperties", |
Chris Ye | d3fef46 | 2021-03-07 17:10:08 -0800 | [diff] [blame] | 84 | "libstatslog", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 85 | "libutils", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 86 | ], |
Kim Low | 03ea035 | 2020-11-06 12:45:07 -0800 | [diff] [blame] | 87 | static_libs: [ |
| 88 | "libc++fs", |
Ben Murdoch | 5024482 | 2022-10-31 10:41:01 +0000 | [diff] [blame] | 89 | "libchrome-gestures", |
Siarhei Vishniakou | 862ae21 | 2022-09-28 15:17:28 -0700 | [diff] [blame] | 90 | "libui-types", |
Kim Low | 03ea035 | 2020-11-06 12:45:07 -0800 | [diff] [blame] | 91 | ], |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 92 | header_libs: [ |
Kim Low | 03ea035 | 2020-11-06 12:45:07 -0800 | [diff] [blame] | 93 | "libbatteryservice_headers", |
Prabir Pradhan | c5e1ca4 | 2022-11-28 22:01:56 +0000 | [diff] [blame] | 94 | "libchrome-gestures_headers", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 95 | "libinputreader_headers", |
| 96 | ], |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 97 | target: { |
| 98 | android: { |
| 99 | shared_libs: [ |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 100 | "libinput", |
Harry Cutts | a34de52 | 2023-06-06 15:52:54 +0000 | [diff] [blame^] | 101 | "libstatspull", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 102 | ], |
| 103 | }, |
| 104 | host: { |
| 105 | static_libs: [ |
| 106 | "libinput", |
Colin Cross | 5b79930 | 2022-10-18 21:52:41 -0700 | [diff] [blame] | 107 | "libbinder", |
Harry Cutts | a34de52 | 2023-06-06 15:52:54 +0000 | [diff] [blame^] | 108 | "libstatspull", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 109 | ], |
| 110 | }, |
| 111 | }, |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 112 | } |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 113 | |
Prabir Pradhan | c5e1ca4 | 2022-11-28 22:01:56 +0000 | [diff] [blame] | 114 | cc_library_static { |
| 115 | name: "libinputreader_static", |
| 116 | defaults: [ |
| 117 | "inputflinger_defaults", |
| 118 | "libinputreader_defaults", |
| 119 | ], |
| 120 | shared_libs: [ |
| 121 | "libinputflinger_base", |
| 122 | ], |
| 123 | export_header_lib_headers: [ |
| 124 | "libbatteryservice_headers", |
| 125 | "libchrome-gestures_headers", |
| 126 | "libinputreader_headers", |
| 127 | ], |
Harry Cutts | e23e22d | 2022-12-06 17:00:57 +0000 | [diff] [blame] | 128 | whole_static_libs: [ |
| 129 | "libchrome-gestures", |
| 130 | ], |
Prabir Pradhan | c5e1ca4 | 2022-11-28 22:01:56 +0000 | [diff] [blame] | 131 | } |
| 132 | |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 133 | cc_library_shared { |
| 134 | name: "libinputreader", |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 135 | host_supported: true, |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 136 | defaults: [ |
| 137 | "inputflinger_defaults", |
Prabir Pradhan | 8b89c2f | 2021-07-29 16:30:14 +0000 | [diff] [blame] | 138 | "libinputreader_defaults", |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 139 | ], |
| 140 | srcs: [ |
| 141 | "InputReaderFactory.cpp", |
| 142 | ], |
| 143 | shared_libs: [ |
| 144 | // This should consist only of dependencies from inputflinger. Other dependencies should be |
| 145 | // in cc_defaults so that they are included in the tests. |
| 146 | "libinputflinger_base", |
Harry Cutts | 1f48a44 | 2022-11-15 17:38:36 +0000 | [diff] [blame] | 147 | "libjsoncpp", |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 148 | ], |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 149 | export_header_lib_headers: [ |
Prabir Pradhan | 9244aea | 2020-02-05 20:31:40 -0800 | [diff] [blame] | 150 | "libinputreader_headers", |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 151 | ], |
Siarhei Vishniakou | 3197718 | 2022-09-30 08:51:23 -0700 | [diff] [blame] | 152 | target: { |
| 153 | host: { |
| 154 | include_dirs: [ |
| 155 | "bionic/libc/kernel/android/uapi/", |
| 156 | "bionic/libc/kernel/uapi", |
| 157 | ], |
| 158 | }, |
| 159 | }, |
Chris Ye | 8594e19 | 2020-07-14 10:34:06 -0700 | [diff] [blame] | 160 | static_libs: [ |
Prabir Pradhan | 8b89c2f | 2021-07-29 16:30:14 +0000 | [diff] [blame] | 161 | "libc++fs", |
Harry Cutts | 1f48a44 | 2022-11-15 17:38:36 +0000 | [diff] [blame] | 162 | "libchrome-gestures", |
Chris Ye | 8594e19 | 2020-07-14 10:34:06 -0700 | [diff] [blame] | 163 | ], |
Prabir Pradhan | da7c00c | 2019-08-29 14:12:42 -0700 | [diff] [blame] | 164 | } |