Janis Danisevskis | 672d983 | 2020-12-09 13:25:36 -0800 | [diff] [blame] | 1 | // 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 | |
| 15 | aidl_interface { |
| 16 | name: "android.security.attestationmanager", |
Janis Danisevskis | 7a1cf38 | 2020-11-20 11:22:14 -0800 | [diff] [blame] | 17 | srcs: [ "android/security/attestationmanager/*.aidl", ], |
Shawn Willden | 708744a | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 18 | imports: [ "android.hardware.security.keymint" ], |
Janis Danisevskis | 672d983 | 2020-12-09 13:25:36 -0800 | [diff] [blame] | 19 | unstable: true, |
| 20 | backend: { |
| 21 | java: { |
| 22 | sdk_version: "module_current", |
| 23 | }, |
| 24 | rust: { |
| 25 | enabled: true, |
| 26 | }, |
| 27 | }, |
| 28 | } |
Hasini Gunasinghe | 594caa3 | 2020-11-12 20:25:13 +0000 | [diff] [blame] | 29 | |
| 30 | aidl_interface { |
Janis Danisevskis | 9f10a6a | 2021-01-18 16:45:21 +0000 | [diff] [blame] | 31 | name: "android.security.authorization", |
| 32 | srcs: [ "android/security/authorization/*.aidl" ], |
Janis Danisevskis | c3a496b | 2021-01-05 10:37:22 -0800 | [diff] [blame] | 33 | imports: [ |
| 34 | "android.hardware.security.keymint", |
| 35 | "android.hardware.security.secureclock", |
| 36 | ], |
Hasini Gunasinghe | 594caa3 | 2020-11-12 20:25:13 +0000 | [diff] [blame] | 37 | 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 Danisevskis | 7a1cf38 | 2020-11-20 11:22:14 -0800 | [diff] [blame] | 51 | aidl_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 Galenson | de386b4 | 2020-09-30 10:53:05 -0700 | [diff] [blame] | 64 | |
| 65 | aidl_interface { |
| 66 | name: "android.security.compat", |
| 67 | srcs: [ "android/security/compat/*.aidl" ], |
Joel Galenson | f21c002 | 2020-12-11 14:37:52 -0800 | [diff] [blame] | 68 | imports: [ |
| 69 | "android.hardware.security.keymint", |
| 70 | "android.hardware.security.secureclock", |
| 71 | "android.hardware.security.sharedsecret", |
| 72 | ], |
Joel Galenson | de386b4 | 2020-09-30 10:53:05 -0700 | [diff] [blame] | 73 | 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 Bires | 148c08e | 2020-10-13 13:41:41 -0700 | [diff] [blame] | 86 | |
| 87 | aidl_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 Gunasinghe | d31e437 | 2021-01-26 21:25:12 +0000 | [diff] [blame^] | 108 | |
| 109 | aidl_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 | } |