blob: b050f6a1a577d1e63892d4a30be720acdedb4ad0 [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 },
28 },
Alex Buynytskyyec1198d2023-04-04 19:52:27 +000029 versions_with_info: [
30 {
31 version: "1",
32 imports: ["android.hardware.security.keymint-V3"],
33 },
34 ],
35 frozen: true,
36
Subrahmanyaman82599dd2022-07-21 00:45:47 +000037}