blob: 9af5d6ae602d18cebba8b3e811e53ec1881426f7 [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
15aidl_interface {
16 name: "android.security.attestationmanager",
Janis Danisevskis7a1cf382020-11-20 11:22:14 -080017 srcs: [ "android/security/attestationmanager/*.aidl", ],
Shawn Willden708744a2020-12-11 13:05:27 +000018 imports: [ "android.hardware.security.keymint" ],
Janis Danisevskis672d9832020-12-09 13:25:36 -080019 unstable: true,
20 backend: {
21 java: {
22 sdk_version: "module_current",
23 },
24 rust: {
25 enabled: true,
26 },
27 },
28}
Hasini Gunasinghe594caa32020-11-12 20:25:13 +000029
30aidl_interface {
Janis Danisevskis9f10a6a2021-01-18 16:45:21 +000031 name: "android.security.authorization",
32 srcs: [ "android/security/authorization/*.aidl" ],
Janis Danisevskisc3a496b2021-01-05 10:37:22 -080033 imports: [
34 "android.hardware.security.keymint",
35 "android.hardware.security.secureclock",
36 ],
Hasini Gunasinghe594caa32020-11-12 20:25:13 +000037 unstable: true,
38 backend: {
39 java: {
40 sdk_version: "module_current",
41 },
42 rust: {
43 enabled: true,
44 },
45 ndk: {
46 enabled: true,
47 }
48 },
49}
50
Janis Danisevskis7a1cf382020-11-20 11:22:14 -080051aidl_interface {
52 name: "android.security.apc",
53 srcs: [ "android/security/apc/*.aidl" ],
54 unstable: true,
55 backend: {
56 java: {
57 enabled: true,
58 },
59 rust: {
60 enabled: true,
61 },
62 },
63}
Joel Galensonde386b42020-09-30 10:53:05 -070064
65aidl_interface {
66 name: "android.security.compat",
67 srcs: [ "android/security/compat/*.aidl" ],
Joel Galensonf21c0022020-12-11 14:37:52 -080068 imports: [
69 "android.hardware.security.keymint",
70 "android.hardware.security.secureclock",
71 "android.hardware.security.sharedsecret",
72 ],
Joel Galensonde386b42020-09-30 10:53:05 -070073 unstable: true,
74 backend: {
75 java: {
76 sdk_version: "module_current",
77 },
78 rust: {
79 enabled: true,
80 },
81 ndk: {
82 enabled: true,
83 }
84 },
85}
Max Bires148c08e2020-10-13 13:41:41 -070086
87aidl_interface {
88 name: "android.security.remoteprovisioning",
89 srcs: [ "android/security/remoteprovisioning/*.aidl" ],
90 imports: [
91 "android.hardware.security.keymint",
92 ],
93 unstable: true,
94 backend: {
95 java: {
96 enabled: true,
97 sdk_version: "module_current",
98 platform_apis: true,
99 },
100 ndk: {
101 enabled: true,
102 },
103 rust: {
104 enabled: true,
105 },
106 },
107}
Hasini Gunasinghed31e4372021-01-26 21:25:12 +0000108
109aidl_interface {
110 name: "android.security.usermanager",
111 srcs: [ "android/security/usermanager/*.aidl" ],
112 unstable: true,
113 backend: {
114 java: {
115 sdk_version: "module_current",
116 },
117 rust: {
118 enabled: true,
119 },
120 ndk: {
121 enabled: true,
122 }
123 },
124}