blob: 183096c8334e55d8750ceab875e854fdb9dbc573 [file] [log] [blame]
Janis Danisevskis672d9832020-12-09 13:25:36 -08001// Copyright 2020, The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badour4c7858c2021-02-12 15:40:29 -080015package {
16 // See: http://go/android-license-faq
17 // A large-scale-change added 'default_applicable_licenses' to import
18 // all of the 'license_kinds' from "system_security_license"
19 // to get the below license kinds:
20 // SPDX-license-identifier-Apache-2.0
21 default_applicable_licenses: ["system_security_license"],
22}
23
Janis Danisevskis672d9832020-12-09 13:25:36 -080024aidl_interface {
25 name: "android.security.attestationmanager",
Janis Danisevskis7a1cf382020-11-20 11:22:14 -080026 srcs: [ "android/security/attestationmanager/*.aidl", ],
Shawn Willden708744a2020-12-11 13:05:27 +000027 imports: [ "android.hardware.security.keymint" ],
Janis Danisevskis672d9832020-12-09 13:25:36 -080028 unstable: true,
29 backend: {
30 java: {
Janis Danisevskisaedee5d2021-03-15 15:54:50 -070031 platform_apis: true,
32 srcs_available: true,
Janis Danisevskis672d9832020-12-09 13:25:36 -080033 },
34 rust: {
35 enabled: true,
36 },
37 },
38}
Hasini Gunasinghe594caa32020-11-12 20:25:13 +000039
40aidl_interface {
Janis Danisevskis9f10a6a2021-01-18 16:45:21 +000041 name: "android.security.authorization",
42 srcs: [ "android/security/authorization/*.aidl" ],
Janis Danisevskisc3a496b2021-01-05 10:37:22 -080043 imports: [
44 "android.hardware.security.keymint",
45 "android.hardware.security.secureclock",
46 ],
Hasini Gunasinghe594caa32020-11-12 20:25:13 +000047 unstable: true,
48 backend: {
49 java: {
Janis Danisevskisaedee5d2021-03-15 15:54:50 -070050 platform_apis: true,
51 srcs_available: true,
Hasini Gunasinghe594caa32020-11-12 20:25:13 +000052 },
53 rust: {
54 enabled: true,
55 },
56 ndk: {
57 enabled: true,
58 }
59 },
60}
61
Janis Danisevskis7a1cf382020-11-20 11:22:14 -080062aidl_interface {
63 name: "android.security.apc",
64 srcs: [ "android/security/apc/*.aidl" ],
65 unstable: true,
66 backend: {
67 java: {
68 enabled: true,
Janis Danisevskisaedee5d2021-03-15 15:54:50 -070069 srcs_available: true,
Janis Danisevskis7a1cf382020-11-20 11:22:14 -080070 },
71 rust: {
72 enabled: true,
73 },
74 },
75}
Joel Galensonde386b42020-09-30 10:53:05 -070076
77aidl_interface {
78 name: "android.security.compat",
79 srcs: [ "android/security/compat/*.aidl" ],
Joel Galensonf21c0022020-12-11 14:37:52 -080080 imports: [
81 "android.hardware.security.keymint",
82 "android.hardware.security.secureclock",
83 "android.hardware.security.sharedsecret",
84 ],
Joel Galensonde386b42020-09-30 10:53:05 -070085 unstable: true,
86 backend: {
87 java: {
Janis Danisevskisaedee5d2021-03-15 15:54:50 -070088 platform_apis: true,
89 srcs_available: true,
Joel Galensonde386b42020-09-30 10:53:05 -070090 },
91 rust: {
92 enabled: true,
93 },
94 ndk: {
95 enabled: true,
96 }
97 },
98}
Max Bires148c08e2020-10-13 13:41:41 -070099
100aidl_interface {
101 name: "android.security.remoteprovisioning",
102 srcs: [ "android/security/remoteprovisioning/*.aidl" ],
103 imports: [
104 "android.hardware.security.keymint",
105 ],
106 unstable: true,
107 backend: {
108 java: {
Max Bires148c08e2020-10-13 13:41:41 -0700109 platform_apis: true,
Janis Danisevskisaedee5d2021-03-15 15:54:50 -0700110 srcs_available: true,
Max Bires148c08e2020-10-13 13:41:41 -0700111 },
112 ndk: {
113 enabled: true,
114 },
115 rust: {
116 enabled: true,
117 },
118 },
119}
Hasini Gunasinghed31e4372021-01-26 21:25:12 +0000120
121aidl_interface {
Janis Danisevskis34a0cf22021-03-08 09:19:03 -0800122 name: "android.security.maintenance",
123 srcs: [ "android/security/maintenance/*.aidl" ],
Janis Danisevskisddd6e752021-02-22 18:46:55 -0800124 imports: [
125 "android.system.keystore2",
126 ],
Hasini Gunasinghed31e4372021-01-26 21:25:12 +0000127 unstable: true,
128 backend: {
129 java: {
Janis Danisevskisaedee5d2021-03-15 15:54:50 -0700130 platform_apis: true,
131 srcs_available: true,
Hasini Gunasinghed31e4372021-01-26 21:25:12 +0000132 },
133 rust: {
134 enabled: true,
135 },
136 ndk: {
137 enabled: true,
138 }
139 },
140}
Janis Danisevskisc0e7dfb2021-01-20 10:54:38 -0800141
142aidl_interface {
143 name: "android.security.vpnprofilestore",
144 srcs: [ "android/security/vpnprofilestore/*.aidl" ],
145 unstable: true,
146 backend: {
147 java: {
Janis Danisevskisaedee5d2021-03-15 15:54:50 -0700148 platform_apis: true,
149 srcs_available: true,
Janis Danisevskisc0e7dfb2021-01-20 10:54:38 -0800150 },
151 rust: {
152 enabled: true,
153 },
154 },
155}
156