Bob Badour | bd1037f | 2021-02-12 15:54:17 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 5 | aidl_interface { |
Andrew Walbran | f6bf686 | 2021-05-21 12:41:13 +0000 | [diff] [blame] | 6 | name: "android.system.virtualizationservice", |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 7 | srcs: ["android/system/virtualizationservice/**/*.aidl"], |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 8 | imports: ["android.system.virtualizationcommon"], |
Jiyong Park | a1267ad | 2021-07-01 12:55:14 +0900 | [diff] [blame] | 9 | // This is never accessed directly. Apps are expected to use this indirectly via the Java |
| 10 | // wrapper android.system.virtualmachine. |
Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 11 | unstable: true, |
| 12 | backend: { |
| 13 | java: { |
| 14 | sdk_version: "module_current", |
Jeongik Cha | 7add2a4 | 2024-04-02 14:52:39 +0900 | [diff] [blame] | 15 | apex_available: [ |
| 16 | "//apex_available:platform", |
| 17 | "com.android.virt", |
| 18 | ], |
Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 19 | }, |
| 20 | cpp: { |
| 21 | enabled: true, |
| 22 | }, |
Alan Stokes | 222edd0 | 2021-07-21 09:13:36 +0100 | [diff] [blame] | 23 | ndk: { |
| 24 | apex_available: [ |
Inseob Kim | aa41e0a | 2021-08-31 10:00:42 +0900 | [diff] [blame] | 25 | "com.android.virt", |
Alan Stokes | 222edd0 | 2021-07-21 09:13:36 +0100 | [diff] [blame] | 26 | "com.android.compos", |
| 27 | ], |
| 28 | }, |
Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 29 | rust: { |
| 30 | enabled: true, |
Alan Stokes | eb97d4a | 2021-08-26 14:24:32 +0100 | [diff] [blame] | 31 | apex_available: [ |
Inseob Kim | f333ebc | 2024-09-13 14:01:05 +0900 | [diff] [blame] | 32 | "//apex_available:platform", |
Alan Stokes | eb97d4a | 2021-08-26 14:24:32 +0100 | [diff] [blame] | 33 | "com.android.virt", |
| 34 | "com.android.compos", |
Aidan Wolter | bb91a6b | 2024-07-01 15:42:20 +0000 | [diff] [blame] | 35 | "com.android.microfuchsia", |
Alan Stokes | eb97d4a | 2021-08-26 14:24:32 +0100 | [diff] [blame] | 36 | ], |
Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 37 | }, |
| 38 | }, |
| 39 | } |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 40 | |
| 41 | aidl_interface { |
David Brazdil | 528e047 | 2022-10-10 15:06:02 +0100 | [diff] [blame] | 42 | name: "android.system.virtualizationservice_internal", |
| 43 | srcs: ["android/system/virtualizationservice_internal/**/*.aidl"], |
David Brazdil | d4f51a5 | 2023-01-11 14:09:27 +0000 | [diff] [blame] | 44 | imports: [ |
| 45 | "android.system.virtualizationcommon", |
| 46 | "android.system.virtualizationservice", |
| 47 | ], |
David Brazdil | 528e047 | 2022-10-10 15:06:02 +0100 | [diff] [blame] | 48 | unstable: true, |
| 49 | backend: { |
| 50 | java: { |
| 51 | sdk_version: "module_current", |
Jeongik Cha | 7add2a4 | 2024-04-02 14:52:39 +0900 | [diff] [blame] | 52 | apex_available: [ |
Jeongik Cha | ca77302 | 2024-04-09 17:09:52 +0900 | [diff] [blame] | 53 | "com.android.virt", |
Jeongik Cha | 7add2a4 | 2024-04-02 14:52:39 +0900 | [diff] [blame] | 54 | ], |
David Brazdil | 528e047 | 2022-10-10 15:06:02 +0100 | [diff] [blame] | 55 | }, |
| 56 | rust: { |
| 57 | enabled: true, |
| 58 | apex_available: [ |
| 59 | "com.android.virt", |
| 60 | ], |
| 61 | }, |
Jeongik Cha | 7add2a4 | 2024-04-02 14:52:39 +0900 | [diff] [blame] | 62 | ndk: { |
| 63 | apex_available: [ |
| 64 | "com.android.virt", |
| 65 | ], |
| 66 | }, |
David Brazdil | 528e047 | 2022-10-10 15:06:02 +0100 | [diff] [blame] | 67 | }, |
| 68 | } |
| 69 | |
| 70 | aidl_interface { |
Alan Stokes | ea1f046 | 2024-02-19 16:25:47 +0000 | [diff] [blame] | 71 | name: "android.system.virtualizationmaintenance", |
| 72 | srcs: ["android/system/virtualizationmaintenance/**/*.aidl"], |
| 73 | unstable: true, |
| 74 | backend: { |
| 75 | java: { |
| 76 | sdk_version: "module_current", |
Alan Stokes | cf19805 | 2024-02-20 14:59:02 +0000 | [diff] [blame] | 77 | apex_available: [ |
| 78 | "com.android.virt", |
| 79 | ], |
Alan Stokes | ea1f046 | 2024-02-19 16:25:47 +0000 | [diff] [blame] | 80 | }, |
| 81 | rust: { |
| 82 | enabled: true, |
| 83 | apex_available: [ |
| 84 | "com.android.virt", |
| 85 | ], |
| 86 | }, |
| 87 | }, |
| 88 | } |
| 89 | |
| 90 | aidl_interface { |
Seungjae Yoo | b6e4f1d | 2024-06-17 15:13:12 +0900 | [diff] [blame] | 91 | name: "android.system.vmtethering", |
| 92 | srcs: ["android/system/vmtethering/**/*.aidl"], |
| 93 | unstable: true, |
| 94 | backend: { |
| 95 | java: { |
| 96 | sdk_version: "module_current", |
| 97 | apex_available: [ |
| 98 | "com.android.virt", |
| 99 | ], |
| 100 | }, |
| 101 | rust: { |
| 102 | enabled: true, |
| 103 | apex_available: [ |
| 104 | "com.android.virt", |
| 105 | ], |
| 106 | }, |
| 107 | }, |
| 108 | } |
| 109 | |
| 110 | aidl_interface { |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 111 | name: "android.system.virtualmachineservice", |
| 112 | srcs: ["android/system/virtualmachineservice/**/*.aidl"], |
Shikha Panwar | 5d6a675 | 2023-12-14 22:08:26 +0000 | [diff] [blame] | 113 | imports: [ |
Matt Gilbride | b57abcc | 2024-10-12 15:26:45 +0000 | [diff] [blame] | 114 | "android.hardware.security.secretkeeper-V2", |
Shikha Panwar | 5d6a675 | 2023-12-14 22:08:26 +0000 | [diff] [blame] | 115 | "android.system.virtualizationcommon", |
| 116 | ], |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 117 | unstable: true, |
| 118 | backend: { |
Nikita Ioffe | 30b50e6 | 2022-11-15 11:27:45 +0000 | [diff] [blame] | 119 | java: { |
Shikha Panwar | c63581a | 2023-12-13 14:43:32 +0000 | [diff] [blame] | 120 | enabled: false, |
Nikita Ioffe | 30b50e6 | 2022-11-15 11:27:45 +0000 | [diff] [blame] | 121 | }, |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 122 | rust: { |
| 123 | enabled: true, |
Alan Stokes | b5c60b4 | 2021-09-09 14:44:13 +0100 | [diff] [blame] | 124 | apex_available: [ |
| 125 | "com.android.virt", |
| 126 | "com.android.compos", |
| 127 | ], |
Inseob Kim | 1b95f2e | 2021-08-19 13:17:40 +0900 | [diff] [blame] | 128 | }, |
| 129 | }, |
| 130 | } |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 131 | |
| 132 | aidl_interface { |
| 133 | name: "android.system.virtualizationcommon", |
| 134 | srcs: ["android/system/virtualizationcommon/**/*.aidl"], |
| 135 | unstable: true, |
| 136 | backend: { |
| 137 | java: { |
Nikita Ioffe | 30b50e6 | 2022-11-15 11:27:45 +0000 | [diff] [blame] | 138 | sdk_version: "module_current", |
Jeongik Cha | 7add2a4 | 2024-04-02 14:52:39 +0900 | [diff] [blame] | 139 | apex_available: [ |
| 140 | "com.android.virt", |
| 141 | "//apex_available:platform", |
| 142 | ], |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 143 | }, |
| 144 | ndk: { |
| 145 | apex_available: [ |
| 146 | "com.android.virt", |
| 147 | "com.android.compos", |
| 148 | ], |
| 149 | }, |
| 150 | rust: { |
| 151 | enabled: true, |
| 152 | apex_available: [ |
Inseob Kim | f333ebc | 2024-09-13 14:01:05 +0900 | [diff] [blame] | 153 | "//apex_available:platform", |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 154 | "com.android.virt", |
| 155 | "com.android.compos", |
Aidan Wolter | bb91a6b | 2024-07-01 15:42:20 +0000 | [diff] [blame] | 156 | "com.android.microfuchsia", |
Alan Stokes | 2bead0d | 2022-09-05 16:58:34 +0100 | [diff] [blame] | 157 | ], |
| 158 | }, |
| 159 | }, |
| 160 | } |