blob: 6855b08c42376ad5823ad7b3ba74c68af6f07f69 [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,
Devin Moore33ae2512024-09-13 22:42:33 +000015 frozen: true,
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080016 srcs: ["android/hardware/input/processor/*.aidl"],
17 imports: [
Steven Morelande4895902022-12-23 02:10:35 +000018 "android.hardware.input.common-V1",
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080019 ],
20 stability: "vintf",
21 backend: {
22 cpp: {
23 enabled: false,
24 },
25 java: {
26 enabled: false,
27 },
28 },
Jiyong Park703e9792022-03-22 14:18:48 +090029 versions_with_info: [
30 {
31 version: "1",
32 imports: ["android.hardware.input.common-V1"],
33 },
34 ],
35
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080036}