blob: 169a7d5fa7776b485058367c239696cec50f289d [file] [log] [blame]
Subrahmanyaman82599dd2022-07-21 00:45:47 +00001package {
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.gatekeeper",
12 vendor_available: true,
13 imports: [
Tri Vof48a2a72022-09-29 16:14:53 -070014 "android.hardware.security.keymint-V3",
Subrahmanyaman82599dd2022-07-21 00:45:47 +000015 ],
16 srcs: ["android/hardware/gatekeeper/*.aidl"],
17 stability: "vintf",
18 backend: {
19 java: {
20 platform_apis: true,
21 },
22 ndk: {
23 apps_enabled: false,
24 },
25 cpp: {
26 enabled: false,
27 },
David Drysdale8cf26492023-10-30 08:16:32 +000028 rust: {
29 enabled: true,
30 },
Subrahmanyaman82599dd2022-07-21 00:45:47 +000031 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000032 versions_with_info: [
33 {
34 version: "1",
35 imports: ["android.hardware.security.keymint-V3"],
36 },
37 ],
38 frozen: true,
39
Subrahmanyaman82599dd2022-07-21 00:45:47 +000040}