blob: 68adf32c4971dcc0a282d9320ee040ac8055c5c7 [file] [log] [blame]
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -08001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_input_framework",
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11aidl_interface {
12 name: "android.hardware.input.processor",
Siarhei Vishniakoua65f5812022-09-30 07:27:13 -070013 host_supported: true,
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080014 vendor_available: true,
15 srcs: ["android/hardware/input/processor/*.aidl"],
16 imports: [
Steven Morelande4895902022-12-23 02:10:35 +000017 "android.hardware.input.common-V1",
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080018 ],
19 stability: "vintf",
20 backend: {
21 cpp: {
22 enabled: false,
23 },
24 java: {
25 enabled: false,
26 },
27 },
Jiyong Park703e9792022-03-22 14:18:48 +090028 versions_with_info: [
29 {
30 version: "1",
31 imports: ["android.hardware.input.common-V1"],
32 },
33 ],
34
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080035}