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 16package { 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 24filegroup { 25 name: "apex.test-file_contexts", 26 srcs: [ 27 "apex.test-file_contexts", 28 ], 29} 30 31filegroup { 32 name: "com.android.adbd-file_contexts", 33 srcs: [ 34 "com.android.adbd-file_contexts", 35 ], 36} 37 38filegroup { 39 name: "com.android.sdkext-file_contexts", 40 srcs: [ 41 "com.android.sdkext-file_contexts", 42 ], 43} 44 45filegroup { 46 name: "com.android.art-file_contexts", 47 srcs: [ 48 "com.android.art-file_contexts", 49 ], 50} 51 52filegroup { 53 name: "com.android.art.debug-file_contexts", 54 srcs: [ 55 "com.android.art.debug-file_contexts", 56 ], 57} 58 59filegroup { 60 name: "com.android.bootanimation-file_contexts", 61 srcs: [ 62 "com.android.bootanimation-file_contexts", 63 ], 64} 65 66filegroup { 67 name: "com.android.cellbroadcast-file_contexts", 68 srcs: [ 69 "com.android.cellbroadcast-file_contexts", 70 ], 71} 72 73filegroup { 74 name: "com.android.compos-file_contexts", 75 srcs: [ 76 "com.android.compos-file_contexts", 77 ], 78} 79 80filegroup { 81 name: "com.android.conscrypt-file_contexts", 82 srcs: [ 83 "com.android.conscrypt-file_contexts", 84 ], 85} 86 87filegroup { 88 name: "com.android.cronet-file_contexts", 89 srcs: [ 90 "com.android.cronet-file_contexts", 91 ], 92} 93 94filegroup { 95 name: "com.android.geotz-file_contexts", 96 srcs: [ 97 "com.android.geotz-file_contexts", 98 ], 99} 100 101filegroup { 102 name: "com.android.gki-file_contexts", 103 srcs: [ 104 "com.android.gki-file_contexts", 105 ], 106} 107 108filegroup { 109 name: "com.android.ipsec-file_contexts", 110 srcs: [ 111 "com.android.ipsec-file_contexts", 112 ], 113} 114 115filegroup { 116 name: "com.android.i18n-file_contexts", 117 srcs: [ 118 "com.android.i18n-file_contexts", 119 ], 120} 121 122filegroup { 123 name: "com.android.media-file_contexts", 124 srcs: [ 125 "com.android.media-file_contexts", 126 ], 127} 128 129filegroup { 130 name: "com.android.mediaprovider-file_contexts", 131 srcs: [ 132 "com.android.mediaprovider-file_contexts", 133 ], 134} 135 136filegroup { 137 name: "com.android.media.swcodec-file_contexts", 138 srcs: [ 139 "com.android.media.swcodec-file_contexts", 140 ], 141} 142 143filegroup { 144 name: "com.android.neuralnetworks-file_contexts", 145 srcs: [ 146 "com.android.neuralnetworks-file_contexts", 147 ], 148} 149 150filegroup { 151 name: "com.android.os.statsd-file_contexts", 152 srcs: [ 153 "com.android.os.statsd-file_contexts", 154 ], 155} 156 157filegroup { 158 name: "com.android.permission-file_contexts", 159 srcs: [ 160 "com.android.permission-file_contexts", 161 ], 162} 163 164filegroup { 165 name: "com.android.resolv-file_contexts", 166 srcs: [ 167 "com.android.resolv-file_contexts", 168 ], 169} 170 171filegroup { 172 name: "com.android.runtime-file_contexts", 173 srcs: [ 174 "com.android.runtime-file_contexts", 175 ], 176} 177 178filegroup { 179 name: "com.android.scheduling-file_contexts", 180 srcs: [ 181 "com.android.scheduling-file_contexts", 182 ], 183} 184 185filegroup { 186 name: "com.android.telephony-file_contexts", 187 srcs: [ 188 "com.android.telephony-file_contexts", 189 ], 190} 191 192filegroup { 193 name: "com.android.tzdata-file_contexts", 194 srcs: [ 195 "com.android.tzdata-file_contexts", 196 ], 197} 198 199filegroup { 200 name: "com.android.virt-file_contexts", 201 srcs: [ 202 "com.android.virt-file_contexts", 203 ], 204} 205 206filegroup { 207 name: "com.android.vndk-file_contexts", 208 srcs: [ 209 "com.android.vndk-file_contexts", 210 ], 211} 212 213filegroup { 214 name: "com.android.wifi-file_contexts", 215 srcs: [ 216 "com.android.wifi-file_contexts", 217 ], 218} 219 220filegroup { 221 name: "com.android.tethering-file_contexts", 222 srcs: [ 223 "com.android.tethering-file_contexts", 224 ], 225} 226 227filegroup { 228 name: "com.android.extservices-file_contexts", 229 srcs: [ 230 "com.android.extservices-file_contexts", 231 ], 232} 233