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 { |
| 31 | name: "android.security.authorizations", |
| 32 | srcs: [ "android/security/authorizations/*.aidl" ], |
| 33 | imports: [ "android.hardware.security.keymint" ], |
| 34 | unstable: true, |
| 35 | backend: { |
| 36 | java: { |
| 37 | sdk_version: "module_current", |
| 38 | }, |
| 39 | rust: { |
| 40 | enabled: true, |
| 41 | }, |
| 42 | ndk: { |
| 43 | enabled: true, |
| 44 | } |
| 45 | }, |
| 46 | } |
| 47 | |
Janis Danisevskis | 7a1cf38 | 2020-11-20 11:22:14 -0800 | [diff] [blame] | 48 | aidl_interface { |
| 49 | name: "android.security.apc", |
| 50 | srcs: [ "android/security/apc/*.aidl" ], |
| 51 | unstable: true, |
| 52 | backend: { |
| 53 | java: { |
| 54 | enabled: true, |
| 55 | }, |
| 56 | rust: { |
| 57 | enabled: true, |
| 58 | }, |
| 59 | }, |
| 60 | } |
Joel Galenson | de386b4 | 2020-09-30 10:53:05 -0700 | [diff] [blame^] | 61 | |
| 62 | aidl_interface { |
| 63 | name: "android.security.compat", |
| 64 | srcs: [ "android/security/compat/*.aidl" ], |
| 65 | imports: [ "android.hardware.security.keymint" ], |
| 66 | unstable: true, |
| 67 | backend: { |
| 68 | java: { |
| 69 | sdk_version: "module_current", |
| 70 | }, |
| 71 | rust: { |
| 72 | enabled: true, |
| 73 | }, |
| 74 | ndk: { |
| 75 | enabled: true, |
| 76 | } |
| 77 | }, |
| 78 | } |