blob: f1a73d2e3bc10175724017a2f225796c5f885b36 [file] [log] [blame]
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10aidl_interface {
11 name: "android.hardware.input.processor",
Siarhei Vishniakoua65f5812022-09-30 07:27:13 -070012 host_supported: true,
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080013 vendor_available: true,
14 srcs: ["android/hardware/input/processor/*.aidl"],
15 imports: [
Steven Morelande4895902022-12-23 02:10:35 +000016 "android.hardware.input.common-V1",
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080017 ],
18 stability: "vintf",
19 backend: {
20 cpp: {
21 enabled: false,
22 },
23 java: {
24 enabled: false,
25 },
26 },
Jiyong Park703e9792022-03-22 14:18:48 +090027 versions_with_info: [
28 {
29 version: "1",
30 imports: ["android.hardware.input.common-V1"],
31 },
32 ],
33
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080034}