Inseob Kim | baee4a2 | 2021-12-21 21:03:32 +0900 | [diff] [blame^] | 1 | // Copyright (C) 2021 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 | // This file contains module definitions for compatibility files. |
| 16 | |
| 17 | se_cil_compat_map { |
| 18 | name: "plat_28.0.cil", |
| 19 | stem: "28.0.cil", |
| 20 | bottom_half: [":28.0.board.compat.map"], |
| 21 | top_half: "plat_29.0.cil", |
| 22 | } |
| 23 | |
| 24 | se_cil_compat_map { |
| 25 | name: "plat_29.0.cil", |
| 26 | stem: "29.0.cil", |
| 27 | bottom_half: [":29.0.board.compat.map"], |
| 28 | top_half: "plat_30.0.cil", |
| 29 | } |
| 30 | |
| 31 | se_cil_compat_map { |
| 32 | name: "plat_30.0.cil", |
| 33 | stem: "30.0.cil", |
| 34 | bottom_half: [":30.0.board.compat.map"], |
| 35 | top_half: "plat_31.0.cil", |
| 36 | } |
| 37 | |
| 38 | se_cil_compat_map { |
| 39 | name: "plat_31.0.cil", |
| 40 | stem: "31.0.cil", |
| 41 | bottom_half: [":31.0.board.compat.map"], |
| 42 | top_half: "plat_32.0.cil", |
| 43 | } |
| 44 | |
| 45 | se_cil_compat_map { |
| 46 | name: "plat_32.0.cil", |
| 47 | stem: "32.0.cil", |
| 48 | bottom_half: [":32.0.board.compat.map"], |
| 49 | // top_half: "plat_33.0.cil", |
| 50 | } |
| 51 | |
| 52 | se_cil_compat_map { |
| 53 | name: "system_ext_28.0.cil", |
| 54 | stem: "28.0.cil", |
| 55 | bottom_half: [":28.0.board.compat.map"], |
| 56 | top_half: "system_ext_29.0.cil", |
| 57 | system_ext_specific: true, |
| 58 | } |
| 59 | |
| 60 | se_cil_compat_map { |
| 61 | name: "system_ext_29.0.cil", |
| 62 | stem: "29.0.cil", |
| 63 | bottom_half: [":29.0.board.compat.map"], |
| 64 | top_half: "system_ext_30.0.cil", |
| 65 | system_ext_specific: true, |
| 66 | } |
| 67 | |
| 68 | se_cil_compat_map { |
| 69 | name: "system_ext_30.0.cil", |
| 70 | stem: "30.0.cil", |
| 71 | bottom_half: [":30.0.board.compat.map"], |
| 72 | top_half: "system_ext_31.0.cil", |
| 73 | system_ext_specific: true, |
| 74 | } |
| 75 | |
| 76 | se_cil_compat_map { |
| 77 | name: "system_ext_31.0.cil", |
| 78 | stem: "31.0.cil", |
| 79 | bottom_half: [":31.0.board.compat.map"], |
| 80 | top_half: "system_ext_32.0.cil", |
| 81 | system_ext_specific: true, |
| 82 | } |
| 83 | |
| 84 | se_cil_compat_map { |
| 85 | name: "system_ext_32.0.cil", |
| 86 | stem: "32.0.cil", |
| 87 | bottom_half: [":32.0.board.compat.map"], |
| 88 | // top_half: "system_ext_33.0.cil", |
| 89 | system_ext_specific: true, |
| 90 | } |
| 91 | |
| 92 | se_cil_compat_map { |
| 93 | name: "product_28.0.cil", |
| 94 | stem: "28.0.cil", |
| 95 | bottom_half: [":28.0.board.compat.map"], |
| 96 | top_half: "product_29.0.cil", |
| 97 | product_specific: true, |
| 98 | } |
| 99 | |
| 100 | se_cil_compat_map { |
| 101 | name: "product_29.0.cil", |
| 102 | stem: "29.0.cil", |
| 103 | bottom_half: [":29.0.board.compat.map"], |
| 104 | top_half: "product_30.0.cil", |
| 105 | product_specific: true, |
| 106 | } |
| 107 | |
| 108 | se_cil_compat_map { |
| 109 | name: "product_30.0.cil", |
| 110 | stem: "30.0.cil", |
| 111 | bottom_half: [":30.0.board.compat.map"], |
| 112 | top_half: "product_31.0.cil", |
| 113 | product_specific: true, |
| 114 | } |
| 115 | |
| 116 | se_cil_compat_map { |
| 117 | name: "product_31.0.cil", |
| 118 | stem: "31.0.cil", |
| 119 | bottom_half: [":31.0.board.compat.map"], |
| 120 | top_half: "product_32.0.cil", |
| 121 | product_specific: true, |
| 122 | } |
| 123 | |
| 124 | se_cil_compat_map { |
| 125 | name: "product_32.0.cil", |
| 126 | stem: "32.0.cil", |
| 127 | bottom_half: [":32.0.board.compat.map"], |
| 128 | // top_half: "product_33.0.cil", |
| 129 | product_specific: true, |
| 130 | } |
| 131 | |
| 132 | se_cil_compat_map { |
| 133 | name: "28.0.ignore.cil", |
| 134 | bottom_half: [":28.0.board.ignore.map"], |
| 135 | top_half: "29.0.ignore.cil", |
| 136 | } |
| 137 | |
| 138 | se_cil_compat_map { |
| 139 | name: "29.0.ignore.cil", |
| 140 | bottom_half: [":29.0.board.ignore.map"], |
| 141 | top_half: "30.0.ignore.cil", |
| 142 | } |
| 143 | |
| 144 | se_cil_compat_map { |
| 145 | name: "30.0.ignore.cil", |
| 146 | bottom_half: [":30.0.board.ignore.map"], |
| 147 | top_half: "31.0.ignore.cil", |
| 148 | } |
| 149 | |
| 150 | se_cil_compat_map { |
| 151 | name: "31.0.ignore.cil", |
| 152 | bottom_half: [":31.0.board.ignore.map"], |
| 153 | top_half: "32.0.ignore.cil", |
| 154 | } |
| 155 | |
| 156 | se_cil_compat_map { |
| 157 | name: "32.0.ignore.cil", |
| 158 | bottom_half: [":32.0.board.ignore.map"], |
| 159 | // top_half: "33.0.ignore.cil", |
| 160 | } |
| 161 | |
| 162 | se_cil_compat_map { |
| 163 | name: "system_ext_30.0.ignore.cil", |
| 164 | bottom_half: [":30.0.board.ignore.map"], |
| 165 | top_half: "system_ext_31.0.ignore.cil", |
| 166 | system_ext_specific: true, |
| 167 | } |
| 168 | |
| 169 | se_cil_compat_map { |
| 170 | name: "system_ext_31.0.ignore.cil", |
| 171 | bottom_half: [":31.0.board.ignore.map"], |
| 172 | top_half: "system_ext_32.0.ignore.cil", |
| 173 | system_ext_specific: true, |
| 174 | } |
| 175 | |
| 176 | se_cil_compat_map { |
| 177 | name: "system_ext_32.0.ignore.cil", |
| 178 | bottom_half: [":32.0.board.ignore.map"], |
| 179 | // top_half: "system_ext_33.0.ignore.cil", |
| 180 | system_ext_specific: true, |
| 181 | } |
| 182 | |
| 183 | se_cil_compat_map { |
| 184 | name: "product_30.0.ignore.cil", |
| 185 | bottom_half: [":30.0.board.ignore.map"], |
| 186 | top_half: "product_31.0.ignore.cil", |
| 187 | product_specific: true, |
| 188 | } |
| 189 | |
| 190 | se_cil_compat_map { |
| 191 | name: "product_31.0.ignore.cil", |
| 192 | bottom_half: [":31.0.board.ignore.map"], |
| 193 | top_half: "product_32.0.ignore.cil", |
| 194 | product_specific: true, |
| 195 | } |
| 196 | |
| 197 | se_cil_compat_map { |
| 198 | name: "product_32.0.ignore.cil", |
| 199 | bottom_half: [":32.0.board.ignore.map"], |
| 200 | // top_half: "product_33.0.ignore.cil", |
| 201 | product_specific: true, |
| 202 | } |
| 203 | |
| 204 | se_compat_cil { |
| 205 | name: "28.0.compat.cil", |
| 206 | srcs: [":28.0.board.compat.cil"], |
| 207 | } |
| 208 | |
| 209 | se_compat_cil { |
| 210 | name: "29.0.compat.cil", |
| 211 | srcs: [":29.0.board.compat.cil"], |
| 212 | } |
| 213 | |
| 214 | se_compat_cil { |
| 215 | name: "30.0.compat.cil", |
| 216 | srcs: [":30.0.board.compat.cil"], |
| 217 | } |
| 218 | |
| 219 | se_compat_cil { |
| 220 | name: "31.0.compat.cil", |
| 221 | srcs: [":31.0.board.compat.cil"], |
| 222 | } |
| 223 | |
| 224 | se_compat_cil { |
| 225 | name: "32.0.compat.cil", |
| 226 | srcs: [":32.0.board.compat.cil"], |
| 227 | } |
| 228 | |
| 229 | se_compat_cil { |
| 230 | name: "system_ext_28.0.compat.cil", |
| 231 | srcs: [":28.0.board.compat.cil"], |
| 232 | stem: "28.0.compat.cil", |
| 233 | system_ext_specific: true, |
| 234 | } |
| 235 | |
| 236 | se_compat_cil { |
| 237 | name: "system_ext_29.0.compat.cil", |
| 238 | srcs: [":29.0.board.compat.cil"], |
| 239 | stem: "29.0.compat.cil", |
| 240 | system_ext_specific: true, |
| 241 | } |
| 242 | |
| 243 | se_compat_cil { |
| 244 | name: "system_ext_30.0.compat.cil", |
| 245 | srcs: [":30.0.board.compat.cil"], |
| 246 | stem: "30.0.compat.cil", |
| 247 | system_ext_specific: true, |
| 248 | } |
| 249 | |
| 250 | se_compat_cil { |
| 251 | name: "system_ext_31.0.compat.cil", |
| 252 | srcs: [":31.0.board.compat.cil"], |
| 253 | stem: "31.0.compat.cil", |
| 254 | system_ext_specific: true, |
| 255 | } |
| 256 | |
| 257 | se_compat_cil { |
| 258 | name: "system_ext_32.0.compat.cil", |
| 259 | srcs: [":32.0.board.compat.cil"], |
| 260 | stem: "32.0.compat.cil", |
| 261 | system_ext_specific: true, |
| 262 | } |