blob: 3914ec1f7b3d7926a81099f21775ee7c0ba96a09 [file] [log] [blame]
Bob Badour154fbf12022-01-13 16:50:17 -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
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000010aidl_interface {
11 name: "android.hardware.sensors",
12 vendor_available: true,
13 srcs: ["android/hardware/sensors/*.aidl"],
Devin Moore9ef0c602022-11-08 16:56:10 +000014 host_supported: true,
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000015 imports: [
16 "android.hardware.common-V2",
17 "android.hardware.common.fmq-V1",
18 ],
19 stability: "vintf",
20 backend: {
21 cpp: {
22 enabled: false,
23 },
24 java: {
25 enabled: false,
26 },
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000027 },
Jiyong Park70f58372022-04-16 07:03:24 +090028 versions_with_info: [
29 {
30 version: "1",
31 imports: [
32 "android.hardware.common-V2",
33 "android.hardware.common.fmq-V1",
34 ],
35 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000036 {
37 version: "2",
38 imports: [
39 "android.hardware.common-V2",
40 "android.hardware.common.fmq-V1",
41 ],
42 },
43
Jiyong Park70f58372022-04-16 07:03:24 +090044 ],
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000045 frozen: true,
Jiyong Park70f58372022-04-16 07:03:24 +090046
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000047}