blob: 354816ec74b953c876074cccba494ae756b6767d [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",
12 vendor_available: true,
13 srcs: ["android/hardware/input/processor/*.aidl"],
14 imports: [
15 "android.hardware.input.common",
16 ],
17 stability: "vintf",
18 backend: {
19 cpp: {
20 enabled: false,
21 },
22 java: {
23 enabled: false,
24 },
25 },
Jiyong Park703e9792022-03-22 14:18:48 +090026 versions_with_info: [
27 {
28 version: "1",
29 imports: ["android.hardware.input.common-V1"],
30 },
31 ],
32
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080033}