blob: 4afecb4000406c2defd0e6a0b9c57a1ae459ee33 [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -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
Kevin Chyn7d3fdf52020-09-15 13:01:40 -070010aidl_interface {
11 name: "android.hardware.biometrics.common",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/biometrics/common/*.aidl",
15 ],
Devin Moorea8efdb12024-02-20 17:31:40 +000016 frozen: true,
Kevin Chyn7d3fdf52020-09-15 13:01:40 -070017 stability: "vintf",
18 backend: {
19 java: {
20 platform_apis: true,
21 },
22 cpp: {
23 enabled: false,
24 },
Patryk Duda2d00cd02024-09-11 14:15:12 +000025 rust: {
26 enabled: true,
27 },
Jiyong Park72b63592021-05-21 11:28:05 +090028 },
Jiyong Park36e00b02022-04-28 08:48:50 +090029 versions_with_info: [
30 {
31 version: "1",
32 imports: [],
33 },
34 {
35 version: "2",
36 imports: [],
37 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000038 {
39 version: "3",
40 imports: [],
41 },
Devin Moorea8efdb12024-02-20 17:31:40 +000042 {
43 version: "4",
44 imports: [],
45 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000046
Jiyong Park36e00b02022-04-28 08:48:50 +090047 ],
Bob Badourc22b35b2021-02-23 14:26:20 -080048}