blob: d04017ccd0b46e84886a83eb779569b7a4afeb58 [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"],
14 imports: [
15 "android.hardware.common-V2",
16 "android.hardware.common.fmq-V1",
17 ],
18 stability: "vintf",
19 backend: {
20 cpp: {
21 enabled: false,
22 },
23 java: {
24 enabled: false,
25 },
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000026 },
Jiyong Park70f58372022-04-16 07:03:24 +090027 versions_with_info: [
28 {
29 version: "1",
30 imports: [
31 "android.hardware.common-V2",
32 "android.hardware.common.fmq-V1",
33 ],
34 },
35 ],
36
Arthur Ishiguroc7ac0b22021-10-13 16:12:37 +000037}