Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 1 | // Copyright (C) 2019 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 | |
Bob Badour | 601ebb4 | 2021-02-03 23:07:40 -0800 | [diff] [blame] | 16 | package { |
| 17 | // http://go/android-license-faq |
| 18 | // A large-scale-change added 'default_applicable_licenses' to import |
| 19 | // the below license kinds from "system_sepolicy_license": |
| 20 | // legacy_unencumbered |
| 21 | default_applicable_licenses: ["system_sepolicy_license"], |
| 22 | } |
| 23 | |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 24 | filegroup { |
Inseob Kim | 6d3d5a6 | 2021-12-21 20:55:32 +0900 | [diff] [blame] | 25 | name: "apex_file_contexts_files", |
| 26 | srcs: ["*-file_contexts"], |
| 27 | } |
| 28 | |
| 29 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 30 | name: "apex.test-file_contexts", |
| 31 | srcs: [ |
| 32 | "apex.test-file_contexts", |
| 33 | ], |
| 34 | } |
| 35 | |
| 36 | filegroup { |
| 37 | name: "com.android.adbd-file_contexts", |
| 38 | srcs: [ |
| 39 | "com.android.adbd-file_contexts", |
| 40 | ], |
| 41 | } |
| 42 | |
| 43 | filegroup { |
Anton Hansson | b841335 | 2020-01-06 17:29:13 +0000 | [diff] [blame] | 44 | name: "com.android.sdkext-file_contexts", |
| 45 | srcs: [ |
| 46 | "com.android.sdkext-file_contexts", |
| 47 | ], |
| 48 | } |
| 49 | |
| 50 | filegroup { |
Martin Stjernholm | a203226 | 2020-10-12 15:11:16 +0100 | [diff] [blame] | 51 | name: "com.android.art-file_contexts", |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 52 | srcs: [ |
Martin Stjernholm | a203226 | 2020-10-12 15:11:16 +0100 | [diff] [blame] | 53 | "com.android.art-file_contexts", |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 54 | ], |
| 55 | } |
| 56 | |
| 57 | filegroup { |
Martin Stjernholm | a203226 | 2020-10-12 15:11:16 +0100 | [diff] [blame] | 58 | name: "com.android.art.debug-file_contexts", |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 59 | srcs: [ |
Martin Stjernholm | a203226 | 2020-10-12 15:11:16 +0100 | [diff] [blame] | 60 | "com.android.art.debug-file_contexts", |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 61 | ], |
| 62 | } |
| 63 | |
| 64 | filegroup { |
| 65 | name: "com.android.bootanimation-file_contexts", |
| 66 | srcs: [ |
| 67 | "com.android.bootanimation-file_contexts", |
| 68 | ], |
| 69 | } |
| 70 | |
| 71 | filegroup { |
| 72 | name: "com.android.cellbroadcast-file_contexts", |
| 73 | srcs: [ |
| 74 | "com.android.cellbroadcast-file_contexts", |
| 75 | ], |
| 76 | } |
| 77 | |
| 78 | filegroup { |
Victor Hsieh | 7b68126 | 2020-05-04 17:14:56 -0700 | [diff] [blame] | 79 | name: "com.android.compos-file_contexts", |
| 80 | srcs: [ |
| 81 | "com.android.compos-file_contexts", |
| 82 | ], |
| 83 | } |
| 84 | |
| 85 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 86 | name: "com.android.conscrypt-file_contexts", |
| 87 | srcs: [ |
| 88 | "com.android.conscrypt-file_contexts", |
| 89 | ], |
| 90 | } |
| 91 | |
| 92 | filegroup { |
Luke Huang | a63ba2a | 2019-12-19 21:02:18 +0800 | [diff] [blame] | 93 | name: "com.android.cronet-file_contexts", |
| 94 | srcs: [ |
| 95 | "com.android.cronet-file_contexts", |
| 96 | ], |
| 97 | } |
| 98 | |
| 99 | filegroup { |
Neil Fuller | 8f033bd | 2020-11-20 19:46:54 +0000 | [diff] [blame] | 100 | name: "com.android.geotz-file_contexts", |
| 101 | srcs: [ |
| 102 | "com.android.geotz-file_contexts", |
| 103 | ], |
| 104 | } |
| 105 | |
| 106 | filegroup { |
Yifan Hong | 8ac37f0 | 2020-06-01 15:07:50 -0700 | [diff] [blame] | 107 | name: "com.android.gki-file_contexts", |
| 108 | srcs: [ |
| 109 | "com.android.gki-file_contexts", |
| 110 | ], |
| 111 | } |
| 112 | |
| 113 | filegroup { |
evitayan | 780185f | 2019-11-27 07:00:14 -0800 | [diff] [blame] | 114 | name: "com.android.ipsec-file_contexts", |
| 115 | srcs: [ |
| 116 | "com.android.ipsec-file_contexts", |
| 117 | ], |
| 118 | } |
| 119 | |
| 120 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 121 | name: "com.android.i18n-file_contexts", |
| 122 | srcs: [ |
| 123 | "com.android.i18n-file_contexts", |
| 124 | ], |
| 125 | } |
| 126 | |
| 127 | filegroup { |
| 128 | name: "com.android.media-file_contexts", |
| 129 | srcs: [ |
| 130 | "com.android.media-file_contexts", |
| 131 | ], |
| 132 | } |
| 133 | |
| 134 | filegroup { |
Jeff Sharkey | 8d287db | 2019-12-03 13:35:44 -0700 | [diff] [blame] | 135 | name: "com.android.mediaprovider-file_contexts", |
| 136 | srcs: [ |
| 137 | "com.android.mediaprovider-file_contexts", |
| 138 | ], |
| 139 | } |
| 140 | |
| 141 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 142 | name: "com.android.media.swcodec-file_contexts", |
| 143 | srcs: [ |
| 144 | "com.android.media.swcodec-file_contexts", |
| 145 | ], |
| 146 | } |
| 147 | |
| 148 | filegroup { |
| 149 | name: "com.android.neuralnetworks-file_contexts", |
| 150 | srcs: [ |
| 151 | "com.android.neuralnetworks-file_contexts", |
| 152 | ], |
| 153 | } |
| 154 | |
| 155 | filegroup { |
| 156 | name: "com.android.os.statsd-file_contexts", |
| 157 | srcs: [ |
| 158 | "com.android.os.statsd-file_contexts", |
| 159 | ], |
| 160 | } |
| 161 | |
| 162 | filegroup { |
| 163 | name: "com.android.permission-file_contexts", |
| 164 | srcs: [ |
| 165 | "com.android.permission-file_contexts", |
| 166 | ], |
| 167 | } |
| 168 | |
| 169 | filegroup { |
| 170 | name: "com.android.resolv-file_contexts", |
| 171 | srcs: [ |
| 172 | "com.android.resolv-file_contexts", |
| 173 | ], |
| 174 | } |
| 175 | |
| 176 | filegroup { |
| 177 | name: "com.android.runtime-file_contexts", |
| 178 | srcs: [ |
| 179 | "com.android.runtime-file_contexts", |
| 180 | ], |
| 181 | } |
| 182 | |
| 183 | filegroup { |
Gavin Corkery | a1bd4fc | 2020-12-07 13:01:35 +0000 | [diff] [blame] | 184 | name: "com.android.scheduling-file_contexts", |
| 185 | srcs: [ |
| 186 | "com.android.scheduling-file_contexts", |
| 187 | ], |
| 188 | } |
| 189 | |
| 190 | filegroup { |
Jeff Vander Stoep | 0724648 | 2021-11-12 14:55:54 +0100 | [diff] [blame] | 191 | name: "com.android.sepolicy-file_contexts", |
| 192 | srcs: [ |
| 193 | "com.android.sepolicy-file_contexts", |
| 194 | ], |
| 195 | } |
| 196 | |
| 197 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 198 | name: "com.android.tzdata-file_contexts", |
| 199 | srcs: [ |
| 200 | "com.android.tzdata-file_contexts", |
| 201 | ], |
| 202 | } |
| 203 | |
| 204 | filegroup { |
Roshan Pius | 3b7716c | 2021-07-29 18:44:50 -0700 | [diff] [blame] | 205 | name: "com.android.uwb-file_contexts", |
| 206 | srcs: [ |
| 207 | "com.android.uwb-file_contexts", |
| 208 | ], |
| 209 | } |
| 210 | |
| 211 | filegroup { |
Jiyong Park | c99eb58 | 2020-12-07 15:11:37 +0900 | [diff] [blame] | 212 | name: "com.android.virt-file_contexts", |
| 213 | srcs: [ |
| 214 | "com.android.virt-file_contexts", |
| 215 | ], |
| 216 | } |
| 217 | |
| 218 | filegroup { |
Jooyung Han | a932474 | 2019-11-20 17:54:34 +0900 | [diff] [blame] | 219 | name: "com.android.vndk-file_contexts", |
| 220 | srcs: [ |
| 221 | "com.android.vndk-file_contexts", |
| 222 | ], |
| 223 | } |
Roshan Pius | fbfcfe7 | 2019-12-12 14:02:15 -0800 | [diff] [blame] | 224 | |
| 225 | filegroup { |
| 226 | name: "com.android.wifi-file_contexts", |
| 227 | srcs: [ |
| 228 | "com.android.wifi-file_contexts", |
| 229 | ], |
| 230 | } |
markchien | ba38521 | 2019-12-18 19:40:48 +0800 | [diff] [blame] | 231 | |
| 232 | filegroup { |
| 233 | name: "com.android.tethering-file_contexts", |
| 234 | srcs: [ |
| 235 | "com.android.tethering-file_contexts", |
| 236 | ], |
| 237 | } |
lpeter | 93de13e | 2020-02-05 18:43:13 +0800 | [diff] [blame] | 238 | |
| 239 | filegroup { |
| 240 | name: "com.android.extservices-file_contexts", |
| 241 | srcs: [ |
| 242 | "com.android.extservices-file_contexts", |
| 243 | ], |
| 244 | } |
Keun young Park | 44025b0 | 2021-10-06 15:11:34 -0700 | [diff] [blame] | 245 | |
| 246 | filegroup { |
Anton Kulakov | dc4332b | 2022-02-21 08:25:55 +0000 | [diff] [blame] | 247 | name: "com.android.adservices-file_contexts", |
| 248 | srcs: [ |
| 249 | "com.android.adservices-file_contexts", |
| 250 | ], |
| 251 | } |
| 252 | |
| 253 | filegroup { |
Keun young Park | 44025b0 | 2021-10-06 15:11:34 -0700 | [diff] [blame] | 254 | name: "com.android.car.framework-file_contexts", |
| 255 | srcs: [ |
| 256 | "com.android.car.framework-file_contexts", |
| 257 | ], |
| 258 | } |
Frank | 711fee7 | 2022-03-08 22:49:26 +0000 | [diff] [blame] | 259 | |
| 260 | filegroup { |
| 261 | name: "com.android.ondevicepersonalization-file_contexts", |
| 262 | srcs: [ |
| 263 | "com.android.ondevicepersonalization-file_contexts", |
| 264 | ], |
| 265 | } |
Anna Zhuravleva | 406287d | 2022-08-12 18:54:12 +0000 | [diff] [blame^] | 266 | |
| 267 | filegroup { |
| 268 | name: "com.android.healthconnect-file_contexts", |
| 269 | srcs: [ |
| 270 | "com.android.healthconnect-file_contexts", |
| 271 | ], |
| 272 | } |