blob: 35f510a1629ed827c8e4dfadad42c306b05d2df6 [file] [log] [blame]
Yixiao Luo2b41ee52022-08-11 18:13:42 -07001package {
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.tv.input",
12 vendor_available: true,
13 srcs: ["android/hardware/tv/input/*.aidl"],
14 imports: [
15 "android.hardware.common-V2",
16 "android.media.audio.common.types-V1",
David Zhao6bdbc5e2023-01-12 16:51:03 -080017 "android.hardware.common.fmq-V1",
Yixiao Luo2b41ee52022-08-11 18:13:42 -070018 ],
19 stability: "vintf",
20 backend: {
21 java: {
22 sdk_version: "module_current",
23 },
24 cpp: {
25 enabled: false,
26 },
27 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000028 versions_with_info: [
29 {
30 version: "1",
31 imports: [
32 "android.hardware.common-V2",
33 "android.media.audio.common.types-V1",
34 "android.hardware.common.fmq-V1",
35 ],
36 },
37 ],
38 frozen: true,
39
Yixiao Luo2b41ee52022-08-11 18:13:42 -070040}