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 | |
Bob Badour | 4c7858c | 2021-02-12 15:40:29 -0800 | [diff] [blame] | 15 | package { |
| 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 Danisevskis | 672d983 | 2020-12-09 13:25:36 -0800 | [diff] [blame] | 24 | aidl_interface { |
| 25 | name: "android.security.attestationmanager", |
Janis Danisevskis | 7a1cf38 | 2020-11-20 11:22:14 -0800 | [diff] [blame] | 26 | srcs: [ "android/security/attestationmanager/*.aidl", ], |
Shawn Willden | 708744a | 2020-12-11 13:05:27 +0000 | [diff] [blame] | 27 | imports: [ "android.hardware.security.keymint" ], |
Janis Danisevskis | 672d983 | 2020-12-09 13:25:36 -0800 | [diff] [blame] | 28 | unstable: true, |
| 29 | backend: { |
| 30 | java: { |
| 31 | sdk_version: "module_current", |
| 32 | }, |
| 33 | rust: { |
| 34 | enabled: true, |
| 35 | }, |
| 36 | }, |
| 37 | } |
Hasini Gunasinghe | 594caa3 | 2020-11-12 20:25:13 +0000 | [diff] [blame] | 38 | |
| 39 | aidl_interface { |
Janis Danisevskis | 9f10a6a | 2021-01-18 16:45:21 +0000 | [diff] [blame] | 40 | name: "android.security.authorization", |
| 41 | srcs: [ "android/security/authorization/*.aidl" ], |
Janis Danisevskis | c3a496b | 2021-01-05 10:37:22 -0800 | [diff] [blame] | 42 | imports: [ |
| 43 | "android.hardware.security.keymint", |
| 44 | "android.hardware.security.secureclock", |
| 45 | ], |
Hasini Gunasinghe | 594caa3 | 2020-11-12 20:25:13 +0000 | [diff] [blame] | 46 | unstable: true, |
| 47 | backend: { |
| 48 | java: { |
| 49 | sdk_version: "module_current", |
| 50 | }, |
| 51 | rust: { |
| 52 | enabled: true, |
| 53 | }, |
| 54 | ndk: { |
| 55 | enabled: true, |
| 56 | } |
| 57 | }, |
| 58 | } |
| 59 | |
Janis Danisevskis | 7a1cf38 | 2020-11-20 11:22:14 -0800 | [diff] [blame] | 60 | aidl_interface { |
| 61 | name: "android.security.apc", |
| 62 | srcs: [ "android/security/apc/*.aidl" ], |
| 63 | unstable: true, |
| 64 | backend: { |
| 65 | java: { |
| 66 | enabled: true, |
| 67 | }, |
| 68 | rust: { |
| 69 | enabled: true, |
| 70 | }, |
| 71 | }, |
| 72 | } |
Joel Galenson | de386b4 | 2020-09-30 10:53:05 -0700 | [diff] [blame] | 73 | |
| 74 | aidl_interface { |
| 75 | name: "android.security.compat", |
| 76 | srcs: [ "android/security/compat/*.aidl" ], |
Joel Galenson | f21c002 | 2020-12-11 14:37:52 -0800 | [diff] [blame] | 77 | imports: [ |
| 78 | "android.hardware.security.keymint", |
| 79 | "android.hardware.security.secureclock", |
| 80 | "android.hardware.security.sharedsecret", |
| 81 | ], |
Joel Galenson | de386b4 | 2020-09-30 10:53:05 -0700 | [diff] [blame] | 82 | unstable: true, |
| 83 | backend: { |
| 84 | java: { |
| 85 | sdk_version: "module_current", |
| 86 | }, |
| 87 | rust: { |
| 88 | enabled: true, |
| 89 | }, |
| 90 | ndk: { |
| 91 | enabled: true, |
| 92 | } |
| 93 | }, |
| 94 | } |
Max Bires | 148c08e | 2020-10-13 13:41:41 -0700 | [diff] [blame] | 95 | |
| 96 | aidl_interface { |
| 97 | name: "android.security.remoteprovisioning", |
| 98 | srcs: [ "android/security/remoteprovisioning/*.aidl" ], |
| 99 | imports: [ |
| 100 | "android.hardware.security.keymint", |
| 101 | ], |
| 102 | unstable: true, |
| 103 | backend: { |
| 104 | java: { |
| 105 | enabled: true, |
| 106 | sdk_version: "module_current", |
| 107 | platform_apis: true, |
| 108 | }, |
| 109 | ndk: { |
| 110 | enabled: true, |
| 111 | }, |
| 112 | rust: { |
| 113 | enabled: true, |
| 114 | }, |
| 115 | }, |
| 116 | } |
Hasini Gunasinghe | d31e437 | 2021-01-26 21:25:12 +0000 | [diff] [blame] | 117 | |
| 118 | aidl_interface { |
Janis Danisevskis | 34a0cf2 | 2021-03-08 09:19:03 -0800 | [diff] [blame^] | 119 | name: "android.security.maintenance", |
| 120 | srcs: [ "android/security/maintenance/*.aidl" ], |
Janis Danisevskis | ddd6e75 | 2021-02-22 18:46:55 -0800 | [diff] [blame] | 121 | imports: [ |
| 122 | "android.system.keystore2", |
| 123 | ], |
Hasini Gunasinghe | d31e437 | 2021-01-26 21:25:12 +0000 | [diff] [blame] | 124 | unstable: true, |
| 125 | backend: { |
| 126 | java: { |
| 127 | sdk_version: "module_current", |
| 128 | }, |
| 129 | rust: { |
| 130 | enabled: true, |
| 131 | }, |
| 132 | ndk: { |
| 133 | enabled: true, |
| 134 | } |
| 135 | }, |
| 136 | } |
Janis Danisevskis | c0e7dfb | 2021-01-20 10:54:38 -0800 | [diff] [blame] | 137 | |
| 138 | aidl_interface { |
| 139 | name: "android.security.vpnprofilestore", |
| 140 | srcs: [ "android/security/vpnprofilestore/*.aidl" ], |
| 141 | unstable: true, |
| 142 | backend: { |
| 143 | java: { |
| 144 | sdk_version: "module_current", |
| 145 | }, |
| 146 | rust: { |
| 147 | enabled: true, |
| 148 | }, |
| 149 | }, |
| 150 | } |
| 151 | |