micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2019 The LineageOS Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | set -e |
| 18 | |
| 19 | # Load extract_utils and do some sanity checks |
| 20 | MY_DIR="${BASH_SOURCE%/*}" |
| 21 | if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi |
| 22 | |
| 23 | CM_ROOT="$MY_DIR"/../../.. |
| 24 | |
| 25 | HELPER="$CM_ROOT"/vendor/omni/build/tools/extract_utils.sh |
| 26 | |
| 27 | if [ ! -f "$HELPER" ]; then |
| 28 | echo "Unable to find helper script at $HELPER" |
| 29 | exit 1 |
| 30 | fi |
| 31 | . "$HELPER" |
| 32 | |
| 33 | if [ -z "$1" ]; then |
| 34 | echo "No input image supplied" |
| 35 | exit 1 |
| 36 | fi |
| 37 | |
| 38 | if [ -z "$2" ]; then |
| 39 | echo "No output filename supplied" |
| 40 | exit 1 |
| 41 | fi |
| 42 | |
| 43 | VENDOR_SKIP_FILES_COMMON=( |
| 44 | # Asus setenforce |
| 45 | "bin/sar_setting" |
| 46 | "bin/savelogs.sh" |
| 47 | "bin/savelogmtp.sh" |
| 48 | "bin/setenforce.sh" |
| 49 | "bin/widevine.sh" |
| 50 | |
| 51 | # Audio |
| 52 | "etc/a2dp_audio_policy_configuration.xml" |
| 53 | "etc/acdbdata/CDP/CDP_Bluetooth_cal.acdb" |
| 54 | "etc/acdbdata/CDP/CDP_General_cal.acdb" |
| 55 | "etc/acdbdata/CDP/CDP_Global_cal.acdb" |
| 56 | "etc/acdbdata/CDP/CDP_Handset_cal.acdb" |
| 57 | "etc/acdbdata/CDP/CDP_Hdmi_cal.acdb" |
| 58 | "etc/acdbdata/CDP/CDP_Headset_cal.acdb" |
| 59 | "etc/acdbdata/CDP/CDP_Speaker_cal.acdb" |
| 60 | "etc/acdbdata/CDP/CDP_workspaceFile.qwsp" |
| 61 | "etc/acdbdata/IDP/IDP_Shima_Bluetooth_cal.acdb" |
| 62 | "etc/acdbdata/IDP/IDP_Shima_General_cal.acdb" |
| 63 | "etc/acdbdata/IDP/IDP_Shima_Global_cal.acdb" |
| 64 | "etc/acdbdata/IDP/IDP_Shima_Handset_cal.acdb" |
| 65 | "etc/acdbdata/IDP/IDP_Shima_Hdmi_cal.acdb" |
| 66 | "etc/acdbdata/IDP/IDP_Shima_Headset_cal.acdb" |
| 67 | "etc/acdbdata/IDP/IDP_Shima_Speaker_cal.acdb" |
| 68 | "etc/acdbdata/IDP/IDP_Shima_workspaceFile.qwsp" |
| 69 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Bluetooth_cal.acdb" |
| 70 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_General_cal.acdb" |
| 71 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Global_cal.acdb" |
| 72 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Handset_cal.acdb" |
| 73 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Hdmi_cal.acdb" |
| 74 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Headset_cal.acdb" |
| 75 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_Speaker_cal.acdb" |
| 76 | "etc/acdbdata/IDP/lahaina-shimaidps-snd-card/IDPS_Shima_workspaceFile.qwsp" |
| 77 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Bluetooth_cal.acdb" |
| 78 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_General_cal.acdb" |
| 79 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Global_cal.acdb" |
| 80 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Handset_cal.acdb" |
| 81 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Hdmi_cal.acdb" |
| 82 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Headset_cal.acdb" |
| 83 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_Speaker_cal.acdb" |
| 84 | "etc/acdbdata/IDP/lahaina-yupikidp-snd-card/IDP_Yupik_workspaceFile.qwsp" |
| 85 | "etc/acdbdata/MTP/MTP_Bluetooth_cal.acdb" |
| 86 | "etc/acdbdata/MTP/MTP_General_cal.acdb" |
| 87 | "etc/acdbdata/MTP/MTP_Global_cal.acdb" |
| 88 | "etc/acdbdata/MTP/MTP_Handset_cal.acdb" |
| 89 | "etc/acdbdata/MTP/MTP_Hdmi_cal.acdb" |
| 90 | "etc/acdbdata/MTP/MTP_Headset_cal.acdb" |
| 91 | "etc/acdbdata/MTP/MTP_Speaker_cal.acdb" |
| 92 | "etc/acdbdata/MTP/MTP_workspaceFile.qwsp" |
| 93 | "etc/acdbdata/QRD/QRD_Bluetooth_cal.acdb" |
| 94 | "etc/acdbdata/QRD/QRD_General_cal.acdb" |
| 95 | "etc/acdbdata/QRD/QRD_Global_cal.acdb" |
| 96 | "etc/acdbdata/QRD/QRD_Handset_cal.acdb" |
| 97 | "etc/acdbdata/QRD/QRD_Hdmi_cal.acdb" |
| 98 | "etc/acdbdata/QRD/QRD_Headset_cal.acdb" |
| 99 | "etc/acdbdata/QRD/QRD_Speaker_cal.acdb" |
| 100 | "etc/acdbdata/QRD/QRD_workspaceFile.qwsp" |
| 101 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Bluetooth_cal.acdb" |
| 102 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_General_cal.acdb" |
| 103 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Global_cal.acdb" |
| 104 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Handset_cal.acdb" |
| 105 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Hdmi_cal.acdb" |
| 106 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Headset_cal.acdb" |
| 107 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_Speaker_cal.acdb" |
| 108 | "etc/acdbdata/QRD/lahaina-shimaqrd-snd-card/QRD_Shima_workspaceFile.qwsp" |
| 109 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Bluetooth_cal.acdb" |
| 110 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_General_cal.acdb" |
| 111 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Global_cal.acdb" |
| 112 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Handset_cal.acdb" |
| 113 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Hdmi_cal.acdb" |
| 114 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Headset_cal.acdb" |
| 115 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_Speaker_cal.acdb" |
| 116 | "etc/acdbdata/QRD/lahaina-yupikqrd-snd-card/QRD_Yupik_workspaceFile.qwsp" |
| 117 | "etc/audio/ZS590KS/audio_policy_configuration_ZS590KS.xml" |
| 118 | "etc/audio/ZS590KS/audio_policy_volumes_ZS590KS.xml" |
| 119 | "etc/audio/audio_policy_configuration.xml" |
micky387 | 62c3bd3 | 2022-02-22 20:42:19 +0100 | [diff] [blame] | 120 | "etc/audio/sku_lahaina/audio_policy_configuration.xml" |
| 121 | "etc/audio/sku_lahaina/audio_policy_volumes.xml" |
| 122 | "etc/audio/sku_lahaina/audio_platform_info_intcodec.xml" |
| 123 | "etc/audio/sku_lahaina/sound_trigger_mixer_paths.xml" |
| 124 | "etc/audio/sku_lahaina/sound_trigger_mixer_paths_cdp.xml" |
| 125 | "etc/audio/sku_lahaina/sound_trigger_mixer_paths_hdk.xml" |
| 126 | "etc/audio/sku_lahaina/sound_trigger_mixer_paths_hhg.xml" |
| 127 | "etc/audio/sku_lahaina/sound_trigger_mixer_paths_qrd.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 128 | "etc/audio/sku_lahaina_qssi/audio_policy_configuration.xml" |
| 129 | "etc/audio/sku_shima/audio_effects.conf" |
| 130 | "etc/audio/sku_shima/audio_effects.xml" |
| 131 | "etc/audio/sku_shima/audio_io_policy.conf" |
| 132 | "etc/audio/sku_shima/audio_platform_info_intcodec.xml" |
| 133 | "etc/audio/sku_shima/audio_platform_info_shimaidp.xml" |
| 134 | "etc/audio/sku_shima/audio_platform_info_shimaqrd.xml" |
| 135 | "etc/audio/sku_shima/audio_policy_configuration.xml" |
| 136 | "etc/audio/sku_shima/audio_policy_volumes.xml" |
| 137 | "etc/audio/sku_shima/audio_tuning_mixer.txt" |
| 138 | "etc/audio/sku_shima/default_volume_tables.xml" |
| 139 | "etc/audio/sku_shima/mixer_paths_shimaidp.xml" |
| 140 | "etc/audio/sku_shima/mixer_paths_shimaidps.xml" |
| 141 | "etc/audio/sku_shima/mixer_paths_shimaqrd.xml" |
| 142 | "etc/audio/sku_shima/r_submix_audio_policy_configuration.xml" |
| 143 | "etc/audio/sku_shima/sound_trigger_mixer_paths_shimaidp.xml" |
| 144 | "etc/audio/sku_shima/sound_trigger_mixer_paths_shimaidps.xml" |
| 145 | "etc/audio/sku_shima/sound_trigger_mixer_paths_shimaqrd.xml" |
| 146 | "etc/audio/sku_shima/sound_trigger_platform_info.xml" |
| 147 | "etc/audio/sku_shima_qssi/audio_policy_configuration.xml" |
| 148 | "etc/audio/sku_yupik/audio_effects.conf" |
| 149 | "etc/audio/sku_yupik/audio_effects.xml" |
| 150 | "etc/audio/sku_yupik/audio_io_policy.conf" |
| 151 | "etc/audio/sku_yupik/audio_platform_info_intcodec.xml" |
| 152 | "etc/audio/sku_yupik/audio_platform_info_yupikidp.xml" |
| 153 | "etc/audio/sku_yupik/audio_platform_info_yupikqrd.xml" |
| 154 | "etc/audio/sku_yupik/audio_policy_configuration.xml" |
| 155 | "etc/audio/sku_yupik/audio_policy_volumes.xml" |
| 156 | "etc/audio/sku_yupik/audio_tuning_mixer.txt" |
| 157 | "etc/audio/sku_yupik/default_volume_tables.xml" |
| 158 | "etc/audio/sku_yupik/mixer_paths_yupikidp.xml" |
| 159 | "etc/audio/sku_yupik/mixer_paths_yupikqrd.xml" |
| 160 | "etc/audio/sku_yupik/r_submix_audio_policy_configuration.xml" |
| 161 | "etc/audio/sku_yupik/sound_trigger_mixer_paths_yupikidp.xml" |
| 162 | "etc/audio/sku_yupik/sound_trigger_mixer_paths_yupikqrd.xml" |
| 163 | "etc/audio/sku_yupik/sound_trigger_platform_info.xml" |
| 164 | "etc/audio/sku_yupik_qssi/audio_policy_configuration.xml" |
| 165 | "etc/audio_effects.conf" |
| 166 | "etc/audio_effects.xml" |
| 167 | "etc/audio_io_policy.conf" |
| 168 | "etc/audio_platform_info.xml" |
| 169 | "etc/audio_platform_info_hdk.xml" |
| 170 | "etc/audio_platform_info_intcodec.xml" |
| 171 | "etc/audio_platform_info_qrd.xml" |
| 172 | "etc/audio_policy_configuration.xml" |
| 173 | "etc/audio_policy_volumes.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 174 | "etc/bluetooth_qti_audio_policy_configuration.xml" |
| 175 | "etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml" |
| 176 | # Use prebuilt audio.primary.lahaina |
| 177 | # "lib/hw/audio.primary.lahaina.so" |
| 178 | # "lib64/hw/audio.primary.lahaina.so" |
| 179 | "bin/hw/android.hardware.audio.service" |
| 180 | "etc/init/android.hardware.audio.service.rc" |
| 181 | "lib/android.hardware.audio.common-util.so" |
| 182 | "lib/android.hardware.audio.common@2.0-util.so" |
| 183 | "lib/android.hardware.audio.common@4.0-util.so" |
| 184 | "lib/android.hardware.audio.common@5.0-util.so" |
| 185 | "lib/android.hardware.audio.common@6.0-util.so" |
| 186 | "lib/hw/android.hardware.audio.effect@2.0-impl.so" |
| 187 | "lib/hw/android.hardware.audio.effect@4.0-impl.so" |
| 188 | "lib/hw/android.hardware.audio.effect@5.0-impl.so" |
| 189 | "lib/hw/android.hardware.audio.effect@6.0-impl.so" |
| 190 | "lib/hw/android.hardware.audio@2.0-impl.so" |
| 191 | "lib/hw/android.hardware.audio@4.0-impl.so" |
| 192 | "lib/hw/android.hardware.audio@5.0-impl.so" |
| 193 | "lib/hw/android.hardware.audio@6.0-impl.so" |
| 194 | "lib64/android.hardware.audio.common-util.so" |
| 195 | "lib64/android.hardware.audio.common@2.0-util.so" |
| 196 | "lib64/android.hardware.audio.common@4.0-util.so" |
| 197 | "lib64/android.hardware.audio.common@5.0-util.so" |
| 198 | "lib64/android.hardware.audio.common@6.0-util.so" |
| 199 | "lib64/hw/android.hardware.audio.effect@2.0-impl.so" |
| 200 | "lib64/hw/android.hardware.audio.effect@4.0-impl.so" |
| 201 | "lib64/hw/android.hardware.audio.effect@5.0-impl.so" |
| 202 | "lib64/hw/android.hardware.audio.effect@6.0-impl.so" |
| 203 | "lib64/hw/android.hardware.audio@2.0-impl.so" |
| 204 | "lib64/hw/android.hardware.audio@4.0-impl.so" |
| 205 | "lib64/hw/android.hardware.audio@5.0-impl.so" |
| 206 | "lib64/hw/android.hardware.audio@6.0-impl.so" |
| 207 | "lib/hw/audio.primary.default.so" |
| 208 | "lib64/hw/audio.primary.default.so" |
| 209 | #"lib/hw/audio.r_submix.default.so" |
| 210 | #"lib/hw/audio.usb.default.so" |
| 211 | #"lib64/hw/audio.r_submix.default.so" |
| 212 | #"lib64/hw/audio.usb.default.so" |
| 213 | "lib/libeffects.so" |
| 214 | "lib/libeffectsconfig.so" |
| 215 | "lib64/libeffects.so" |
| 216 | "lib64/libeffectsconfig.so" |
micky387 | 67e68de | 2022-02-21 22:41:15 +0100 | [diff] [blame] | 217 | "lib/libnbaio_mono.so" |
| 218 | "lib64/libnbaio_mono.so" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 219 | |
| 220 | # Binary |
| 221 | "bin/acpi" |
| 222 | "bin/applypatch" |
| 223 | "bin/asus_mediaflag.sh" |
| 224 | "bin/base64" |
| 225 | "bin/basename" |
| 226 | "bin/boringssl_self_test32" |
| 227 | "bin/boringssl_self_test64" |
| 228 | "bin/btnvtool" |
| 229 | "bin/blockdev" |
| 230 | "bin/cal" |
| 231 | "bin/cat" |
| 232 | "bin/chattr" |
| 233 | "bin/chcon" |
| 234 | "bin/checkpoint_gc" |
| 235 | "bin/chgrp" |
| 236 | "bin/chmod" |
| 237 | "bin/chown" |
| 238 | "bin/chroot" |
| 239 | "bin/chrt" |
| 240 | "bin/cksum" |
| 241 | "bin/clear" |
| 242 | "bin/cmp" |
| 243 | "bin/comm" |
| 244 | "bin/cp" |
| 245 | "bin/cpio" |
| 246 | "bin/cut" |
| 247 | "bin/country.sh" |
| 248 | "bin/cplay" |
| 249 | "bin/csc/erase_batinfo.sh" |
| 250 | "bin/csc/restore_batinfo.sh" |
| 251 | "bin/cscclearlog.sh" |
| 252 | "bin/ddr_info.sh" |
| 253 | "bin/debug-diag" |
| 254 | "bin/date" |
| 255 | "bin/dd" |
| 256 | "bin/df" |
| 257 | "bin/diff" |
| 258 | "bin/dirname" |
| 259 | "bin/devmem" |
| 260 | "bin/dmesg" |
| 261 | "bin/dos2unix" |
| 262 | "bin/du" |
| 263 | "bin/echo" |
| 264 | "bin/egrep" |
| 265 | "bin/env" |
| 266 | "bin/expand" |
| 267 | "bin/expr" |
| 268 | "bin/fallocate" |
| 269 | "bin/false" |
| 270 | "bin/fastrpc_tests_apps" |
| 271 | "bin/fastrpc_tests_apps32" |
| 272 | "bin/firmware_version.sh" |
| 273 | "bin/fgrep" |
| 274 | "bin/file" |
| 275 | "bin/find" |
| 276 | "bin/flock" |
| 277 | "bin/fmt" |
| 278 | "bin/free" |
| 279 | "bin/fsync" |
| 280 | "bin/getconf" |
| 281 | "bin/getenforce" |
| 282 | "bin/getevent" |
| 283 | "bin/getprop" |
| 284 | "bin/groups" |
| 285 | "bin/gunzip" |
| 286 | "bin/gzip" |
| 287 | "bin/head" |
| 288 | "bin/hostname" |
| 289 | "bin/hwclock" |
| 290 | "bin/i2cdetect" |
| 291 | "bin/i2cdump" |
| 292 | "bin/i2cget" |
| 293 | "bin/i2cset" |
| 294 | "bin/iconv" |
| 295 | "bin/id" |
| 296 | "bin/ifconfig" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 297 | "bin/inotifyd" |
| 298 | "bin/insmod" |
| 299 | "bin/install" |
| 300 | "bin/install_key_server" |
| 301 | "bin/ionice" |
| 302 | "bin/iorenice" |
| 303 | "bin/irsc_util" |
| 304 | "bin/is_hdcp_valid" |
| 305 | "bin/is_keybox_valid" |
| 306 | "bin/is_keymaster_valid" |
| 307 | "bin/kill" |
| 308 | "bin/killall" |
| 309 | "bin/ln" |
| 310 | "bin/load_policy" |
| 311 | "bin/log" |
| 312 | "bin/logname" |
| 313 | "bin/losetup" |
| 314 | "bin/ls" |
| 315 | "bin/lsattr" |
| 316 | "bin/lsmod" |
| 317 | "bin/lsof" |
| 318 | "bin/lspci" |
| 319 | "bin/lsusb" |
| 320 | "bin/md5sum" |
| 321 | "bin/microcom" |
| 322 | "bin/mkdir" |
| 323 | "bin/mkfifo" |
| 324 | "bin/mknod" |
| 325 | "bin/mkswap" |
| 326 | "bin/mktemp" |
| 327 | "bin/modinfo" |
| 328 | "bin/modprobe" |
| 329 | "bin/more" |
| 330 | "bin/mount" |
| 331 | "bin/mountpoint" |
| 332 | "bin/mv" |
| 333 | "bin/nc" |
| 334 | "bin/netcat" |
| 335 | "bin/netstat" |
| 336 | "bin/newfs_msdos" |
| 337 | "bin/nice" |
| 338 | "bin/nl" |
| 339 | "bin/nohup" |
| 340 | "bin/nproc" |
| 341 | "bin/nsenter" |
| 342 | "bin/od" |
| 343 | "bin/paste" |
| 344 | "bin/patch" |
| 345 | "bin/pgrep" |
| 346 | "bin/pidof" |
| 347 | "bin/pkill" |
| 348 | "bin/pmap" |
| 349 | "bin/prepare_asusdebug.sh" |
| 350 | "bin/printenv" |
| 351 | "bin/printf" |
| 352 | "bin/ps" |
| 353 | "bin/pwd" |
| 354 | "bin/qmi-framework-tests/qmi_test_mt_client_init_instance" |
| 355 | "bin/readlink" |
| 356 | "bin/readelf" |
| 357 | "bin/realpath" |
| 358 | "bin/renice" |
| 359 | "bin/restorecon" |
| 360 | "bin/rm" |
| 361 | "bin/rmdir" |
| 362 | "bin/rmmod" |
| 363 | "bin/runcon" |
| 364 | "bin/sed" |
| 365 | "bin/sendevent" |
| 366 | "bin/seq" |
| 367 | "bin/setenforce" |
| 368 | "bin/setprop" |
| 369 | "bin/setsid" |
| 370 | "bin/sha1sum" |
| 371 | "bin/sha224sum" |
| 372 | "bin/sha256sum" |
| 373 | "bin/sha384sum" |
| 374 | "bin/sha512sum" |
| 375 | "bin/sleep" |
| 376 | "bin/sort" |
| 377 | "bin/split" |
| 378 | "bin/start" |
| 379 | "bin/stat" |
| 380 | "bin/stop" |
| 381 | "bin/strings" |
| 382 | "bin/stty" |
| 383 | "bin/swapoff" |
| 384 | "bin/swapon" |
| 385 | "bin/sync" |
| 386 | "bin/sysctl" |
| 387 | "bin/tac" |
| 388 | "bin/tail" |
| 389 | "bin/tar" |
| 390 | "bin/taskset" |
| 391 | "bin/tee" |
| 392 | "bin/test" |
| 393 | "bin/test_BinMerge" |
| 394 | "bin/test_DualCamQcomAECali" |
| 395 | "bin/test_ShadingCaliForQcom" |
| 396 | "bin/test_aeCali" |
| 397 | "bin/test_afCaliDB" |
| 398 | "bin/test_chkCali" |
| 399 | "bin/test_diag" |
| 400 | "bin/test_genCali" |
| 401 | "bin/test_qafCali" |
| 402 | "bin/testapp_diag_senddata" |
| 403 | "bin/time" |
| 404 | "bin/timeout" |
| 405 | "bin/top" |
| 406 | "bin/touch" |
| 407 | "bin/touch_ver.sh" |
| 408 | "bin/tr" |
| 409 | "bin/true" |
| 410 | "bin/truncate" |
| 411 | "bin/tty" |
| 412 | "bin/ulimit" |
| 413 | "bin/umount" |
| 414 | "bin/uname" |
| 415 | "bin/uniq" |
| 416 | "bin/unix2dos" |
| 417 | "bin/unlink" |
| 418 | "bin/unshare" |
| 419 | "bin/uptime" |
| 420 | "bin/usleep" |
| 421 | "bin/uudecode" |
| 422 | "bin/uuencode" |
| 423 | "bin/uuidgen" |
| 424 | "bin/UTSdumpstate.sh" |
| 425 | "bin/UpdateAttestationKey" |
| 426 | "bin/UpdateDeviceName" |
| 427 | "bin/ubwcconvert" |
| 428 | "bin/ufs_info.sh" |
| 429 | "bin/vmstat" |
| 430 | "bin/watch" |
| 431 | "bin/wc" |
| 432 | "bin/which" |
| 433 | "bin/whoami" |
| 434 | "bin/WifiAntenna.sh" |
| 435 | "bin/WifiMac.sh" |
| 436 | "bin/WifiSARPower.sh" |
| 437 | "bin/xargs" |
| 438 | "bin/xxd" |
| 439 | "bin/yes" |
| 440 | "bin/zcat" |
| 441 | |
| 442 | # Biometrics |
| 443 | "etc/init/android.hardware.biometrics.fingerprint@2.1-service.rc" |
| 444 | "etc/init/android.hardware.biometrics.face@1.0-service.faceauth.rc" |
| 445 | "bin/hw/android.hardware.biometrics.face@1.0-service.faceauth" |
| 446 | "bin/hw/android.hardware.biometrics.fingerprint@2.1-service" |
| 447 | |
| 448 | # Bootctrl |
| 449 | "lib/hw/android.hardware.boot@1.0-impl-1.1-qti.so" |
| 450 | "lib/libboot_control_qti.so" |
| 451 | "lib64/hw/android.hardware.boot@1.0-impl-1.1-qti.so" |
| 452 | "lib64/libboot_control_qti.so" |
| 453 | "bin/hw/android.hardware.boot@1.1-service" |
| 454 | "etc/init/android.hardware.boot@1.1-service.rc" |
| 455 | "etc/vintf/manifest/android.hardware.boot@1.1.xml" |
| 456 | |
| 457 | # build.prop for Region specific |
| 458 | "build_EU.prop" |
| 459 | "build_EU_2.prop" |
| 460 | "build_FR.prop" |
| 461 | "build_JP.prop" |
| 462 | "build_QC.prop" |
| 463 | "build_RU.prop" |
| 464 | |
| 465 | # config.fs |
| 466 | "etc/fs_config_dirs" |
| 467 | "etc/fs_config_files" |
| 468 | "etc/group" |
| 469 | "etc/passwd" |
| 470 | |
micky387 | 1da5f36 | 2022-02-11 19:24:58 +0100 | [diff] [blame] | 471 | # Display |
| 472 | "bin/init.qti.display_boot.sh" |
| 473 | "etc/init/init.qti.display_boot.rc" |
| 474 | "lib/libqdMetaData.so" |
| 475 | "lib64/libqdMetaData.so" |
| 476 | "lib/libgralloc.qti.so" |
| 477 | "lib64/libgralloc.qti.so" |
| 478 | "lib/libdisplayconfig.qti.so" |
| 479 | "lib64/libdisplayconfig.qti.so" |
| 480 | "lib/vendor.qti.hardware.display.allocator@1.0.so" |
| 481 | "lib/vendor.qti.hardware.display.allocator@3.0.so" |
| 482 | "lib/vendor.qti.hardware.display.allocator@4.0.so" |
| 483 | "lib/vendor.qti.hardware.display.composer@1.0.so" |
| 484 | "lib/vendor.qti.hardware.display.composer@2.0.so" |
| 485 | "lib/vendor.qti.hardware.display.mapper@1.0.so" |
| 486 | "lib/vendor.qti.hardware.display.mapper@1.1.so" |
| 487 | "lib/vendor.qti.hardware.display.mapper@2.0.so" |
| 488 | "lib/vendor.qti.hardware.display.mapper@3.0.so" |
| 489 | "lib/vendor.qti.hardware.display.mapper@4.0.so" |
| 490 | "lib/vendor.qti.hardware.display.mapperextensions@1.0.so" |
| 491 | "lib/vendor.qti.hardware.display.mapperextensions@1.1.so" |
| 492 | "lib64/vendor.qti.hardware.display.allocator@1.0.so" |
| 493 | "lib64/vendor.qti.hardware.display.allocator@3.0.so" |
| 494 | "lib64/vendor.qti.hardware.display.allocator@4.0.so" |
| 495 | "lib64/vendor.qti.hardware.display.composer@1.0.so" |
| 496 | "lib64/vendor.qti.hardware.display.composer@2.0.so" |
| 497 | "lib64/vendor.qti.hardware.display.composer@3.0.so" |
| 498 | "lib64/vendor.qti.hardware.display.mapper@1.0.so" |
| 499 | "lib64/vendor.qti.hardware.display.mapper@1.1.so" |
| 500 | "lib64/vendor.qti.hardware.display.mapper@2.0.so" |
| 501 | "lib64/vendor.qti.hardware.display.mapper@3.0.so" |
| 502 | "lib64/vendor.qti.hardware.display.mapper@4.0.so" |
| 503 | "lib64/vendor.qti.hardware.display.mapperextensions@1.0.so" |
| 504 | "lib64/vendor.qti.hardware.display.mapperextensions@1.1.so" |
| 505 | "lib/vendor.display.config@1.0.so" |
| 506 | "lib/vendor.display.config@1.1.so" |
| 507 | "lib/vendor.display.config@1.10.so" |
| 508 | "lib/vendor.display.config@1.11.so" |
| 509 | "lib/vendor.display.config@1.12.so" |
| 510 | "lib/vendor.display.config@1.13.so" |
| 511 | "lib/vendor.display.config@1.14.so" |
| 512 | "lib/vendor.display.config@1.15.so" |
| 513 | "lib/vendor.display.config@1.2.so" |
| 514 | "lib/vendor.display.config@1.3.so" |
| 515 | "lib/vendor.display.config@1.4.so" |
| 516 | "lib/vendor.display.config@1.5.so" |
| 517 | "lib/vendor.display.config@1.6.so" |
| 518 | "lib/vendor.display.config@1.7.so" |
| 519 | "lib/vendor.display.config@1.8.so" |
| 520 | "lib/vendor.display.config@1.9.so" |
| 521 | "lib/vendor.display.config@2.0.so" |
| 522 | "lib64/vendor.display.config@1.0.so" |
| 523 | "lib64/vendor.display.config@1.1.so" |
| 524 | "lib64/vendor.display.config@1.10.so" |
| 525 | "lib64/vendor.display.config@1.11.so" |
| 526 | "lib64/vendor.display.config@1.12.so" |
| 527 | "lib64/vendor.display.config@1.13.so" |
| 528 | "lib64/vendor.display.config@1.14.so" |
| 529 | "lib64/vendor.display.config@1.15.so" |
| 530 | "lib64/vendor.display.config@1.2.so" |
| 531 | "lib64/vendor.display.config@1.3.so" |
| 532 | "lib64/vendor.display.config@1.4.so" |
| 533 | "lib64/vendor.display.config@1.5.so" |
| 534 | "lib64/vendor.display.config@1.6.so" |
| 535 | "lib64/vendor.display.config@1.7.so" |
| 536 | "lib64/vendor.display.config@1.8.so" |
| 537 | "lib64/vendor.display.config@1.9.so" |
| 538 | "lib64/vendor.display.config@2.0.so" |
| 539 | "bin/hw/vendor.qti.hardware.display.composer-service" |
| 540 | "etc/init/vendor.qti.hardware.display.composer-service.rc" |
| 541 | "etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml" |
| 542 | "bin/hw/vendor.qti.hardware.display.allocator-service" |
| 543 | "etc/init/vendor.qti.hardware.display.allocator-service.rc" |
| 544 | "etc/vintf/manifest/vendor.qti.hardware.display.allocator-service.xml" |
| 545 | "lib/libsdmcore.so" |
| 546 | "lib64/libsdmcore.so" |
| 547 | "lib/libsdmutils.so" |
| 548 | "lib64/libsdmutils.so" |
| 549 | "lib/hw/memtrack.default.so" |
| 550 | "lib64/hw/memtrack.default.so" |
| 551 | "etc/vintf/manifest/android.hardware.graphics.mapper-impl-qti-display.xml" |
| 552 | "lib/hw/android.hardware.graphics.mapper@3.0-impl-qti-display.so" |
| 553 | "lib/hw/android.hardware.graphics.mapper@4.0-impl-qti-display.so" |
| 554 | "lib64/hw/android.hardware.graphics.mapper@3.0-impl-qti-display.so" |
| 555 | "lib64/hw/android.hardware.graphics.mapper@4.0-impl-qti-display.so" |
| 556 | "etc/qdcm_calib_data_Dual_nt35597_cmd_mode_dsi_truly_panel_without_DSC.xml" |
| 557 | "etc/qdcm_calib_data_Dual_nt35597_video_mode_dsi_truly_panel_without_DSC.xml" |
| 558 | "etc/qdcm_calib_data_Sharp_2k_cmd_mode_qsync_dsi_panel.xml" |
| 559 | "etc/qdcm_calib_data_Sharp_2k_video_mode_qsync_dsi_panel.xml" |
| 560 | "etc/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml" |
| 561 | "etc/qdcm_calib_data_Sharp_4k_video_mode_dsc_dsi_panel.xml" |
| 562 | "etc/qdcm_calib_data_Sharp_fhd_cmd_mode_qsync_dsi_panel.xml" |
| 563 | "etc/qdcm_calib_data_Sharp_fhd_video_mode_qsync_dsi_panel.xml" |
| 564 | "etc/qdcm_calib_data_Sharp_qhd_cmd_mode_dsi_panel.xml" |
| 565 | "etc/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml" |
| 566 | "etc/qdcm_calib_data_nt35597_video_mode_dsi_truly_panel_with_DSC.xml" |
| 567 | "etc/qdcm_calib_data_nt35695b_truly_fhd_command_mode_dsi_panel.xml" |
| 568 | "etc/qdcm_calib_data_nt36672e_60_Hz_fhd_plus_video_mode_panel_without_DSC.xml" |
| 569 | "etc/qdcm_calib_data_nt36672e_fhd_plus_120Hz_Video_panel.xml" |
| 570 | "etc/qdcm_calib_data_nt36672e_fhd_plus_144Hz_video_panel.xml" |
| 571 | "etc/qdcm_calib_data_r66451_amoled_cmd_mode_dsi_visionox_panel_with_DSC.xml" |
| 572 | "etc/qdcm_calib_data_r66451_amoled_video_mode_dsi_visionox_panel_with_DSC.xml" |
| 573 | "etc/qdcm_calib_data_rm69299_amoled_fhd+_cmd_mode_dsi_visionox_panel.xml" |
| 574 | "etc/qdcm_calib_data_rm69299_amoled_fhd+_video_mode_dsi_visionox_panel.xml" |
| 575 | "etc/qdcm_calib_data_sharp_1080p_cmd_mode_dsi_panel.xml" |
| 576 | "etc/qdcm_calib_data_sw43404_amoled_boe_fhd+_panel_with_DSC.xml" |
| 577 | "etc/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml" |
| 578 | "etc/qdcm_calib_data_sw43404_amoled_video_mode_dsi_boe_panel_with_DSC.xml" |
| 579 | "etc/qdcm_calib_data_td4330_v2_cmd_mode_dsi_truly_panel.xml" |
| 580 | "etc/qdcm_calib_data_td4330_v2_video_mode_dsi_truly_panel.xml" |
| 581 | "lib/libmemutils.so" |
| 582 | "lib64/libmemutils.so" |
| 583 | "lib/libdrm.so" |
| 584 | "lib64/libdrm.so" |
| 585 | "lib/libdrmutils.so" |
| 586 | "lib64/libdrmutils.so" |
| 587 | "lib/libsdedrm.so" |
| 588 | "lib64/libsdedrm.so" |
| 589 | "lib/libdisplaydebug.so" |
| 590 | "lib64/libdisplaydebug.so" |
| 591 | "lib/libgralloccore.so" |
| 592 | "lib64/libgralloccore.so" |
| 593 | "lib/libgrallocutils.so" |
| 594 | "lib64/libgrallocutils.so" |
| 595 | "lib/hw/gralloc.default.so" |
| 596 | "lib64/hw/gralloc.default.so" |
| 597 | "lib/libqservice.so" |
| 598 | "lib64/libqservice.so" |
| 599 | "lib/libgpu_tonemapper.so" |
| 600 | "lib64/libgpu_tonemapper.so" |
| 601 | "lib/hw/lights.qcom.so" |
| 602 | "lib64/hw/lights.qcom.so" |
| 603 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 604 | # fstab |
| 605 | "etc/fstab.default" |
| 606 | "etc/fstab.emmc" |
| 607 | |
| 608 | # Init Scripts |
| 609 | "bin/init.asus.changebinder.sh" |
| 610 | "bin/init.asus.check_asdf.sh" |
| 611 | "bin/init.asus.check_last.sh" |
| 612 | "bin/init.asus.ramdump.sh" |
| 613 | "bin/init.kernel.post_boot-shima.sh" |
| 614 | "bin/init.kernel.post_boot-yupik.sh" |
| 615 | "bin/init.qti.kernel.debug-lahaina.sh" |
| 616 | "bin/init.qti.kernel.debug-shima.sh" |
| 617 | "bin/init.qti.kernel.debug-yupik.sh" |
| 618 | "bin/init.qti.kernel.debug.sh" |
| 619 | "etc/init/init.asus.demoapp.rc" |
| 620 | "etc/init/init.asus.osinfo.rc" |
| 621 | "etc/init/hw/init.asus.rc" |
| 622 | "etc/init/hw/init.asus.debugtool.rc" |
| 623 | "etc/init/hw/init.qcom.rc" |
| 624 | "etc/init/hw/init.target.rc" |
| 625 | |
| 626 | # Launcher |
| 627 | "etc/workspace_grid_setting.xml" |
| 628 | "etc/Generic/Launcher/default_workspace/default_allapp.xml" |
| 629 | "etc/Generic/Launcher/default_workspace/phone_workspace.xml" |
| 630 | "etc/ID/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 631 | "etc/ID/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 632 | "etc/JP/ACJ/Launcher/default_workspace/default_allapp.xml" |
| 633 | "etc/JP/ACJ/Launcher/default_workspace/phone_workspace.xml" |
| 634 | "etc/JP/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 635 | "etc/JP/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 636 | "etc/RU/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 637 | "etc/RU/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 638 | "etc/TW/APTG/Launcher/default_workspace/default_allapp.xml" |
| 639 | "etc/TW/APTG/Launcher/default_workspace/phone_workspace.xml" |
| 640 | "etc/TW/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 641 | "etc/TW/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 642 | "etc/US/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 643 | "etc/US/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 644 | "etc/WW/ASUS/Launcher/default_workspace/default_allapp.xml" |
| 645 | "etc/WW/ASUS/Launcher/default_workspace/phone_workspace.xml" |
| 646 | |
micky387 | 1bc1f9e | 2022-10-29 00:11:23 +0200 | [diff] [blame] | 647 | # Light |
| 648 | "bin/hw/android.hardware.lights-service.qti" |
| 649 | "etc/init/android.hardware.lights-qti.rc" |
| 650 | "etc/vintf/manifest/android.hardware.lights-qti.xml" |
| 651 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 652 | # Logs |
| 653 | "bin/init.asus.checkdatalog.sh" |
| 654 | "bin/init.asus.checklogsize.sh" |
| 655 | "bin/init.asus.kernelmessage.sh" |
| 656 | "bin/init.asus.piq.sh" |
| 657 | |
| 658 | # Manifest |
| 659 | "etc/vintf/manifest_lahaina.xml" |
micky387 | 7a3d0e4 | 2022-02-02 19:37:28 +0100 | [diff] [blame] | 660 | "etc/vintf/manifest/manifest.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 661 | "etc/permissions/sku_shima/android.hardware.sensor.accelerometer.xml" |
| 662 | "etc/permissions/sku_shima/android.hardware.sensor.compass.xml" |
| 663 | "etc/permissions/sku_shima/android.hardware.sensor.gyroscope.xml" |
| 664 | "etc/permissions/sku_shima/android.hardware.sensor.light.xml" |
| 665 | "etc/permissions/sku_shima/android.hardware.sensor.proximity.xml" |
| 666 | "etc/permissions/sku_shima/android.hardware.sensor.stepcounter.xml" |
| 667 | "etc/permissions/sku_shima/android.hardware.sensor.stepdetector.xml" |
| 668 | "etc/permissions/sku_yupik/android.hardware.sensor.accelerometer.xml" |
| 669 | "etc/permissions/sku_yupik/android.hardware.sensor.compass.xml" |
| 670 | "etc/permissions/sku_yupik/android.hardware.sensor.gyroscope.xml" |
| 671 | "etc/permissions/sku_yupik/android.hardware.sensor.light.xml" |
| 672 | "etc/permissions/sku_yupik/android.hardware.sensor.proximity.xml" |
| 673 | "etc/permissions/sku_yupik/android.hardware.sensor.stepcounter.xml" |
| 674 | "etc/permissions/sku_yupik/android.hardware.sensor.stepdetector.xml" |
| 675 | |
| 676 | # Media |
| 677 | "etc/media_codecs_performance_shima_v1.xml" |
| 678 | "etc/media_codecs_performance_shima_v2.xml" |
| 679 | "etc/media_codecs_performance_shima_v3.xml" |
| 680 | "etc/media_codecs_performance_yupik_v0.xml" |
| 681 | "etc/media_codecs_performance_yupik_v1.xml" |
| 682 | "etc/media_codecs_shima_v1.xml" |
| 683 | "etc/media_codecs_shima_v2.xml" |
| 684 | "etc/media_codecs_shima_v3.xml" |
| 685 | "etc/media_codecs_yupik_v0.xml" |
| 686 | "etc/media_codecs_yupik_v1.xml" |
| 687 | "etc/media_profiles_shima_v1.xml" |
| 688 | "etc/media_profiles_shima_v2.xml" |
| 689 | "etc/media_profiles_shima_v3.xml" |
| 690 | "etc/media_profiles_yupik_v0.xml" |
| 691 | "etc/media_profiles_yupik_v1.xml" |
| 692 | "etc/media_shima_v1/video_system_specs.json" |
| 693 | "etc/media_shima_v2/video_system_specs.json" |
| 694 | "etc/media_shima_v3/video_system_specs.json" |
| 695 | "etc/media_yupik_v0/video_system_specs.json" |
| 696 | "etc/media_yupik_v1/video_system_specs.json" |
| 697 | "bin/hw/android.hardware.cas@1.2-service" |
| 698 | "etc/init/android.hardware.cas@1.2-service.rc" |
| 699 | "etc/vintf/manifest/android.hardware.cas@1.2-service.xml" |
| 700 | "lib/libstagefright_amrnb_common.so" |
| 701 | "lib/libstagefright_bufferpool@2.0.1.so" |
| 702 | "lib/libstagefright_enc_common.so" |
| 703 | "lib/libstagefright_flacdec.so" |
| 704 | "lib/libstagefright_soft_aacdec.so" |
| 705 | "lib/libstagefright_soft_aacenc.so" |
| 706 | "lib/libstagefright_soft_amrdec.so" |
| 707 | "lib/libstagefright_soft_amrnbenc.so" |
| 708 | "lib/libstagefright_soft_amrwbenc.so" |
| 709 | "lib/libstagefright_soft_avcdec.so" |
| 710 | "lib/libstagefright_soft_avcenc.so" |
| 711 | "lib/libstagefright_soft_flacdec.so" |
| 712 | "lib/libstagefright_soft_flacenc.so" |
| 713 | "lib/libstagefright_soft_g711dec.so" |
| 714 | "lib/libstagefright_soft_gsmdec.so" |
| 715 | "lib/libstagefright_soft_hevcdec.so" |
| 716 | "lib/libstagefright_soft_mp3dec.so" |
| 717 | "lib/libstagefright_soft_mpeg2dec.so" |
| 718 | "lib/libstagefright_soft_mpeg4dec.so" |
| 719 | "lib/libstagefright_soft_mpeg4enc.so" |
| 720 | "lib/libstagefright_soft_opusdec.so" |
| 721 | "lib/libstagefright_soft_qtiflacdec.so" |
| 722 | "lib/libstagefright_soft_rawdec.so" |
| 723 | "lib/libstagefright_soft_vorbisdec.so" |
| 724 | "lib/libstagefright_soft_vpxdec.so" |
| 725 | "lib/libstagefright_soft_vpxenc.so" |
| 726 | "lib/libstagefright_softomx.so" |
| 727 | "lib/libstagefright_softomx_plugin.so" |
| 728 | "lib/libstagefrighthw.so" |
| 729 | "lib/vndk/libstagefright_foundation.so" |
| 730 | "lib/vndk/libstagefright_omx.so" |
| 731 | "lib/libOmxAacEnc.so" |
| 732 | "lib/libOmxAmrEnc.so" |
| 733 | "lib/libOmxCore.so" |
| 734 | "lib/libOmxEvrcEnc.so" |
| 735 | "lib/libOmxG711Enc.so" |
| 736 | "lib/libOmxQcelp13Enc.so" |
| 737 | "lib/libOmxVideoDSMode.so" |
| 738 | "lib64/libstagefright_bufferpool@2.0.1.so" |
| 739 | "lib64/libstagefright_soft_qtiflacdec.so" |
| 740 | "lib64/libstagefright_softomx.so" |
| 741 | "lib64/libstagefrighthw.so" |
| 742 | "lib64/libOmxAacEnc.so" |
| 743 | "lib64/libOmxAmrEnc.so" |
| 744 | "lib64/libOmxCore.so" |
| 745 | "lib64/libOmxEvrcEnc.so" |
| 746 | "lib64/libOmxG711Enc.so" |
| 747 | "lib64/libOmxQcelp13Enc.so" |
| 748 | "lib/libplatformconfig.so" |
| 749 | "lib64/libplatformconfig.so" |
| 750 | |
| 751 | # Modules |
| 752 | "lib/modules/5.4-gki/adsp_loader_dlkm.ko" |
| 753 | "lib/modules/5.4-gki/altmode-glink.ko" |
| 754 | "lib/modules/5.4-gki/apr_dlkm.ko" |
| 755 | "lib/modules/5.4-gki/atmel_mxt_ts.ko" |
| 756 | "lib/modules/5.4-gki/bolero_cdc_dlkm.ko" |
| 757 | "lib/modules/5.4-gki/bt_fm_slim.ko" |
| 758 | "lib/modules/5.4-gki/btpower.ko" |
| 759 | "lib/modules/5.4-gki/camcc-lahaina.ko" |
| 760 | "lib/modules/5.4-gki/camcc-shima.ko" |
| 761 | "lib/modules/5.4-gki/camcc-yupik.ko" |
| 762 | "lib/modules/5.4-gki/camera.ko" |
| 763 | "lib/modules/5.4-gki/cdsp-loader.ko" |
| 764 | "lib/modules/5.4-gki/cdsprm.ko" |
| 765 | "lib/modules/5.4-gki/clk-aop-qmp.ko" |
| 766 | "lib/modules/5.4-gki/cnss2.ko" |
| 767 | "lib/modules/5.4-gki/cnss_nl.ko" |
| 768 | "lib/modules/5.4-gki/cnss_prealloc.ko" |
| 769 | "lib/modules/5.4-gki/cnss_utils.ko" |
| 770 | "lib/modules/5.4-gki/core_hang_detect.ko" |
micky387 | e0ec1a3 | 2022-06-28 14:50:43 +0200 | [diff] [blame] | 771 | "lib/modules/5.4-gki/device_management_service_v01.ko" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 772 | "lib/modules/5.4-gki/dispcc-lahaina.ko" |
| 773 | "lib/modules/5.4-gki/dispcc-shima.ko" |
| 774 | "lib/modules/5.4-gki/dispcc-yupik.ko" |
| 775 | "lib/modules/5.4-gki/dwc3-haps.ko" |
| 776 | "lib/modules/5.4-gki/dwc3-msm.ko" |
| 777 | "lib/modules/5.4-gki/dwc3-of-simple.ko" |
| 778 | "lib/modules/5.4-gki/dwc3-qcom.ko" |
| 779 | "lib/modules/5.4-gki/dwc3.ko" |
| 780 | "lib/modules/5.4-gki/ehset.ko" |
| 781 | "lib/modules/5.4-gki/epss-l3.ko" |
| 782 | "lib/modules/5.4-gki/eud.ko" |
| 783 | "lib/modules/5.4-gki/extcon-usb-gpio.ko" |
| 784 | "lib/modules/5.4-gki/focaltech_fts.ko" |
| 785 | "lib/modules/5.4-gki/frpc-adsprpc.ko" |
| 786 | "lib/modules/5.4-gki/glink_pkt.ko" |
| 787 | "lib/modules/5.4-gki/glink_probe.ko" |
| 788 | "lib/modules/5.4-gki/governor_gpubw_mon.ko" |
| 789 | "lib/modules/5.4-gki/governor_msm_adreno_tz.ko" |
| 790 | "lib/modules/5.4-gki/gpi.ko" |
| 791 | "lib/modules/5.4-gki/gpucc-lahaina.ko" |
| 792 | "lib/modules/5.4-gki/gpucc-shima.ko" |
| 793 | "lib/modules/5.4-gki/gpucc-yupik.ko" |
| 794 | "lib/modules/5.4-gki/gsim.ko" |
| 795 | "lib/modules/5.4-gki/hdcp_qseecom.ko" |
| 796 | "lib/modules/5.4-gki/hh_ctrl.ko" |
| 797 | "lib/modules/5.4-gki/hh_dbl.ko" |
| 798 | "lib/modules/5.4-gki/hh_irq_lend.ko" |
| 799 | "lib/modules/5.4-gki/hh_mem_notifier.ko" |
| 800 | "lib/modules/5.4-gki/hh_msgq.ko" |
| 801 | "lib/modules/5.4-gki/hh_rm_drv.ko" |
| 802 | "lib/modules/5.4-gki/hh_virt_wdt.ko" |
| 803 | "lib/modules/5.4-gki/hvc_haven.ko" |
| 804 | "lib/modules/5.4-gki/hwmon.ko" |
| 805 | "lib/modules/5.4-gki/i2c-msm-geni.ko" |
| 806 | "lib/modules/5.4-gki/icm206xx.ko" |
| 807 | "lib/modules/5.4-gki/icnss2.ko" |
| 808 | "lib/modules/5.4-gki/ipa_clientsm.ko" |
| 809 | "lib/modules/5.4-gki/ipa_fmwk.ko" |
| 810 | "lib/modules/5.4-gki/ipam.ko" |
| 811 | "lib/modules/5.4-gki/leds-qpnp-vibrator-ldo.ko" |
| 812 | "lib/modules/5.4-gki/leds-qti-flash.ko" |
| 813 | "lib/modules/5.4-gki/leds-qti-tri-led.ko" |
| 814 | "lib/modules/5.4-gki/lid.ko" |
| 815 | "lib/modules/5.4-gki/lid_2.ko" |
| 816 | "lib/modules/5.4-gki/llcc-lahaina.ko" |
| 817 | "lib/modules/5.4-gki/llcc-shima.ko" |
| 818 | "lib/modules/5.4-gki/llcc-slice.ko" |
| 819 | "lib/modules/5.4-gki/llcc-yupik.ko" |
| 820 | "lib/modules/5.4-gki/lvstest.ko" |
| 821 | "lib/modules/5.4-gki/machine_dlkm.ko" |
| 822 | "lib/modules/5.4-gki/mbhc_dlkm.ko" |
| 823 | "lib/modules/5.4-gki/mhi_bus.ko" |
| 824 | "lib/modules/5.4-gki/mhi_uci.ko" |
| 825 | "lib/modules/5.4-gki/microdump_collector.ko" |
| 826 | "lib/modules/5.4-gki/modules.alias" |
| 827 | "lib/modules/5.4-gki/modules.blocklist" |
| 828 | "lib/modules/5.4-gki/modules.dep" |
| 829 | "lib/modules/5.4-gki/modules.load" |
| 830 | "lib/modules/5.4-gki/modules.softdep" |
| 831 | "lib/modules/5.4-gki/msm-cvp.ko" |
| 832 | "lib/modules/5.4-gki/msm-geni-se.ko" |
| 833 | "lib/modules/5.4-gki/msm-vidc.ko" |
| 834 | "lib/modules/5.4-gki/msm_dma_iommu_mapping.ko" |
| 835 | "lib/modules/5.4-gki/msm_drm.ko" |
| 836 | "lib/modules/5.4-gki/msm_geni_serial.ko" |
| 837 | "lib/modules/5.4-gki/msm_glink_ssr.ko" |
| 838 | "lib/modules/5.4-gki/msm_ion_heaps.ko" |
| 839 | "lib/modules/5.4-gki/msm_kgsl.ko" |
| 840 | "lib/modules/5.4-gki/msm_performance.ko" |
| 841 | "lib/modules/5.4-gki/msm_qmp.ko" |
| 842 | "lib/modules/5.4-gki/msm_rng.ko" |
| 843 | "lib/modules/5.4-gki/msm_sharedmem.ko" |
| 844 | "lib/modules/5.4-gki/native_dlkm.ko" |
| 845 | "lib/modules/5.4-gki/ns.ko" |
| 846 | "lib/modules/5.4-gki/nvmem_qfprom.ko" |
| 847 | "lib/modules/5.4-gki/nvt_36xxx.ko" |
| 848 | "lib/modules/5.4-gki/pci-msm-drv.ko" |
| 849 | "lib/modules/5.4-gki/peripheral-loader.ko" |
| 850 | "lib/modules/5.4-gki/phy-generic.ko" |
| 851 | "lib/modules/5.4-gki/phy-msm-snps-hs.ko" |
| 852 | "lib/modules/5.4-gki/phy-msm-ssusb-qmp.ko" |
| 853 | "lib/modules/5.4-gki/phy-qcom-emu.ko" |
| 854 | "lib/modules/5.4-gki/phy-qcom-ufs-qmp-14nm.ko" |
| 855 | "lib/modules/5.4-gki/phy-qcom-ufs-qmp-v3-660.ko" |
| 856 | "lib/modules/5.4-gki/phy-qcom-ufs-qmp-v3.ko" |
| 857 | "lib/modules/5.4-gki/phy-qcom-ufs-qmp-v4.ko" |
| 858 | "lib/modules/5.4-gki/pinctrl-spmi-gpio.ko" |
| 859 | "lib/modules/5.4-gki/pinctrl-spmi-mpp.ko" |
| 860 | "lib/modules/5.4-gki/pinctrl_lpi_dlkm.ko" |
| 861 | "lib/modules/5.4-gki/pinctrl_wcd_dlkm.ko" |
| 862 | "lib/modules/5.4-gki/platform_dlkm.ko" |
| 863 | "lib/modules/5.4-gki/pmic-pon-log.ko" |
| 864 | "lib/modules/5.4-gki/pmic_glink.ko" |
| 865 | "lib/modules/5.4-gki/pwm-qti-lpg.ko" |
| 866 | "lib/modules/5.4-gki/q6_dlkm.ko" |
| 867 | "lib/modules/5.4-gki/q6_notifier_dlkm.ko" |
| 868 | "lib/modules/5.4-gki/q6_pdr_dlkm.ko" |
| 869 | "lib/modules/5.4-gki/qca_cld3_qca6390.ko" |
| 870 | "lib/modules/5.4-gki/qca_cld3_qca6750.ko" |
| 871 | "lib/modules/5.4-gki/qca_cld3_wlan.ko" |
| 872 | "lib/modules/5.4-gki/qce50.ko" |
| 873 | "lib/modules/5.4-gki/qcedev-mod.ko" |
| 874 | "lib/modules/5.4-gki/qcom-cpufreq-hw.ko" |
| 875 | "lib/modules/5.4-gki/qcom-dload-mode.ko" |
| 876 | "lib/modules/5.4-gki/qcom-hv-haptics.ko" |
| 877 | "lib/modules/5.4-gki/qcom-i2c-pmic.ko" |
micky387 | e0ec1a3 | 2022-06-28 14:50:43 +0200 | [diff] [blame] | 878 | "lib/modules/5.4-gki/qcom_llcc.ko" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 879 | "lib/modules/5.4-gki/qcom-reboot-reason.ko" |
| 880 | "lib/modules/5.4-gki/qcom-spmi-adc5.ko" |
| 881 | "lib/modules/5.4-gki/qcom-spmi-pmic.ko" |
| 882 | "lib/modules/5.4-gki/qcom-spmi-sdam.ko" |
| 883 | "lib/modules/5.4-gki/qcom-spmi-temp-alarm.ko" |
| 884 | "lib/modules/5.4-gki/qcom-spmi-wled.ko" |
| 885 | "lib/modules/5.4-gki/qcom-vadc-common.ko" |
| 886 | "lib/modules/5.4-gki/qcom_glink_native.ko" |
| 887 | "lib/modules/5.4-gki/qcom_glink_smem.ko" |
| 888 | "lib/modules/5.4-gki/qcom_glink_spss.ko" |
| 889 | "lib/modules/5.4-gki/qcom_hwspinlock.ko" |
| 890 | "lib/modules/5.4-gki/qcom_ipcc.ko" |
| 891 | "lib/modules/5.4-gki/qcom_pm8008-regulator.ko" |
| 892 | "lib/modules/5.4-gki/qcom_proxy_of_consumer.ko" |
| 893 | "lib/modules/5.4-gki/qcom_soc_wdt.ko" |
| 894 | "lib/modules/5.4-gki/qcom_wdt_core.ko" |
| 895 | "lib/modules/5.4-gki/qfprom-sys.ko" |
| 896 | "lib/modules/5.4-gki/qmi_helpers.ko" |
| 897 | "lib/modules/5.4-gki/qpnp-amoled-regulator.ko" |
| 898 | "lib/modules/5.4-gki/qpnp-lcdb-regulator.ko" |
| 899 | "lib/modules/5.4-gki/qpnp-pbs.ko" |
| 900 | "lib/modules/5.4-gki/qrtr-haven.ko" |
| 901 | "lib/modules/5.4-gki/qrtr-mhi.ko" |
| 902 | "lib/modules/5.4-gki/qrtr-smd.ko" |
| 903 | "lib/modules/5.4-gki/qrtr.ko" |
| 904 | "lib/modules/5.4-gki/qsee_ipc_irq.ko" |
| 905 | "lib/modules/5.4-gki/qsee_ipc_irq_bridge.ko" |
| 906 | "lib/modules/5.4-gki/qseecom-mod.ko" |
| 907 | "lib/modules/5.4-gki/qti-fixed-regulator.ko" |
| 908 | "lib/modules/5.4-gki/qti_amoled_ecm.ko" |
| 909 | "lib/modules/5.4-gki/qti_battery_charger.ko" |
| 910 | "lib/modules/5.4-gki/qti_battery_debug.ko" |
micky387 | e0ec1a3 | 2022-06-28 14:50:43 +0200 | [diff] [blame] | 911 | "lib/modules/5.4-gki/qti_battery_charger_main.ko" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 912 | "lib/modules/5.4-gki/rdbg.ko" |
| 913 | "lib/modules/5.4-gki/regmap-spmi.ko" |
| 914 | "lib/modules/5.4-gki/rmnet_core.ko" |
| 915 | "lib/modules/5.4-gki/rmnet_ctl.ko" |
| 916 | "lib/modules/5.4-gki/rmnet_offload.ko" |
| 917 | "lib/modules/5.4-gki/rmnet_shs.ko" |
| 918 | "lib/modules/5.4-gki/rndisipam.ko" |
| 919 | "lib/modules/5.4-gki/rtc-pm8xxx.ko" |
| 920 | "lib/modules/5.4-gki/rx_macro_dlkm.ko" |
| 921 | "lib/modules/5.4-gki/sensors_ssc.ko" |
| 922 | "lib/modules/5.4-gki/sensors_vcnl36866.ko" |
| 923 | "lib/modules/5.4-gki/service-locator.ko" |
| 924 | "lib/modules/5.4-gki/service-notifier.ko" |
| 925 | "lib/modules/5.4-gki/sg.ko" |
| 926 | "lib/modules/5.4-gki/slimbus-ngd.ko" |
| 927 | "lib/modules/5.4-gki/slimbus.ko" |
| 928 | "lib/modules/5.4-gki/smcinvoke.ko" |
| 929 | "lib/modules/5.4-gki/smem.ko" |
| 930 | "lib/modules/5.4-gki/smp2p.ko" |
| 931 | "lib/modules/5.4-gki/smp2p_sleepstate.ko" |
| 932 | "lib/modules/5.4-gki/smsm.ko" |
| 933 | "lib/modules/5.4-gki/snd-usb-audio-qmi.ko" |
| 934 | "lib/modules/5.4-gki/snd_event_dlkm.ko" |
| 935 | "lib/modules/5.4-gki/socinfo.ko" |
| 936 | "lib/modules/5.4-gki/spcom.ko" |
| 937 | "lib/modules/5.4-gki/spi-msm-geni.ko" |
| 938 | "lib/modules/5.4-gki/spmi-glink-debug.ko" |
| 939 | "lib/modules/5.4-gki/spmi-pmic-arb-debug.ko" |
| 940 | "lib/modules/5.4-gki/spmi-pmic-arb.ko" |
| 941 | "lib/modules/5.4-gki/sps_drv.ko" |
| 942 | "lib/modules/5.4-gki/spss_utils.ko" |
| 943 | "lib/modules/5.4-gki/ssusb-redriver-nb7vpq904m.ko" |
| 944 | "lib/modules/5.4-gki/stub_dlkm.ko" |
| 945 | "lib/modules/5.4-gki/subsys-pil-tz.ko" |
| 946 | "lib/modules/5.4-gki/subsystem_restart.ko" |
| 947 | "lib/modules/5.4-gki/swr_ctrl_dlkm.ko" |
| 948 | "lib/modules/5.4-gki/swr_dlkm.ko" |
| 949 | "lib/modules/5.4-gki/swr_dmic_dlkm.ko" |
| 950 | "lib/modules/5.4-gki/swr_haptics_dlkm.ko" |
| 951 | "lib/modules/5.4-gki/synx-driver.ko" |
micky387 | e0ec1a3 | 2022-06-28 14:50:43 +0200 | [diff] [blame] | 952 | "lib/modules/5.4-gki/sysmon_subsystem_stats.ko" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 953 | "lib/modules/5.4-gki/texfat.ko" |
| 954 | "lib/modules/5.4-gki/tntfs.ko" |
| 955 | "lib/modules/5.4-gki/tx_macro_dlkm.ko" |
| 956 | "lib/modules/5.4-gki/typec_ucsi.ko" |
| 957 | "lib/modules/5.4-gki/u_audio.ko" |
| 958 | "lib/modules/5.4-gki/ucsi_glink.ko" |
| 959 | "lib/modules/5.4-gki/usb_bam.ko" |
| 960 | "lib/modules/5.4-gki/usb_f_ccid.ko" |
| 961 | "lib/modules/5.4-gki/usb_f_cdev.ko" |
| 962 | "lib/modules/5.4-gki/usb_f_diag.ko" |
| 963 | "lib/modules/5.4-gki/usb_f_gsi.ko" |
| 964 | "lib/modules/5.4-gki/usb_f_qdss.ko" |
| 965 | "lib/modules/5.4-gki/usb_f_uac2.ko" |
| 966 | "lib/modules/5.4-gki/usbtouchscreen.ko" |
| 967 | "lib/modules/5.4-gki/va_macro_dlkm.ko" |
| 968 | "lib/modules/5.4-gki/videocc-lahaina.ko" |
| 969 | "lib/modules/5.4-gki/videocc-shima.ko" |
| 970 | "lib/modules/5.4-gki/videocc-yupik.ko" |
| 971 | "lib/modules/5.4-gki/wcd937x_dlkm.ko" |
| 972 | "lib/modules/5.4-gki/wcd937x_slave_dlkm.ko" |
| 973 | "lib/modules/5.4-gki/wcd938x_dlkm.ko" |
| 974 | "lib/modules/5.4-gki/wcd938x_slave_dlkm.ko" |
| 975 | "lib/modules/5.4-gki/wcd9xxx_dlkm.ko" |
| 976 | "lib/modules/5.4-gki/wcd_core_dlkm.ko" |
| 977 | "lib/modules/5.4-gki/wlan_firmware_service_v01.ko" |
| 978 | "lib/modules/5.4-gki/wsa883x_dlkm.ko" |
| 979 | "lib/modules/5.4-gki/wsa_macro_dlkm.ko" |
| 980 | "lib/modules/5.4-gki/xhci-hcd.ko" |
| 981 | "lib/modules/5.4-gki/xhci-pci.ko" |
| 982 | "lib/modules/5.4-gki/xhci-plat-hcd.ko" |
| 983 | "lib/modules/adsp_loader_dlkm.ko" |
| 984 | "lib/modules/apr_dlkm.ko" |
| 985 | "lib/modules/aw8697.ko" |
| 986 | "lib/modules/bolero_cdc_dlkm.ko" |
| 987 | "lib/modules/bt_fm_slim.ko" |
| 988 | "lib/modules/btpower.ko" |
| 989 | "lib/modules/camera.ko" |
| 990 | "lib/modules/cs35l45_i2c_dlkm.ko" |
| 991 | "lib/modules/e4000.ko" |
| 992 | "lib/modules/fc0011.ko" |
| 993 | "lib/modules/fc0012.ko" |
| 994 | "lib/modules/fc0013.ko" |
| 995 | "lib/modules/fc2580.ko" |
| 996 | "lib/modules/focaltech_fts_zf.ko" |
| 997 | "lib/modules/gf_spi.ko" |
| 998 | "lib/modules/hdmi_dlkm.ko" |
| 999 | "lib/modules/hid-aksys.ko" |
| 1000 | "lib/modules/icm206xx.ko" |
| 1001 | "lib/modules/it913x.ko" |
| 1002 | "lib/modules/lid.ko" |
| 1003 | "lib/modules/lid_2.ko" |
| 1004 | "lib/modules/llcc_perfmon.ko" |
| 1005 | "lib/modules/m88rs6000t.ko" |
| 1006 | "lib/modules/machine_dlkm.ko" |
| 1007 | "lib/modules/max2165.ko" |
| 1008 | "lib/modules/mbhc_dlkm.ko" |
| 1009 | "lib/modules/mc44s803.ko" |
| 1010 | "lib/modules/modules.alias" |
| 1011 | "lib/modules/modules.dep" |
| 1012 | "lib/modules/modules.load" |
| 1013 | "lib/modules/modules.softdep" |
| 1014 | "lib/modules/msi001.ko" |
| 1015 | "lib/modules/msm_drm.ko" |
| 1016 | "lib/modules/mt2060.ko" |
| 1017 | "lib/modules/mt2063.ko" |
| 1018 | "lib/modules/mt20xx.ko" |
| 1019 | "lib/modules/mt2131.ko" |
| 1020 | "lib/modules/mt2266.ko" |
| 1021 | "lib/modules/mxl301rf.ko" |
| 1022 | "lib/modules/mxl5005s.ko" |
| 1023 | "lib/modules/mxl5007t.ko" |
| 1024 | "lib/modules/native_dlkm.ko" |
| 1025 | "lib/modules/pinctrl_lpi_dlkm.ko" |
| 1026 | "lib/modules/pinctrl_wcd_dlkm.ko" |
| 1027 | "lib/modules/platform_dlkm.ko" |
| 1028 | "lib/modules/q6_dlkm.ko" |
| 1029 | "lib/modules/q6_notifier_dlkm.ko" |
| 1030 | "lib/modules/q6_pdr_dlkm.ko" |
| 1031 | "lib/modules/qca_cld3_qca6390.ko" |
| 1032 | "lib/modules/qca_cld3_qca6750.ko" |
| 1033 | "lib/modules/qca_cld3_wlan.ko" |
| 1034 | "lib/modules/qcom_edac.ko" |
| 1035 | "lib/modules/qm1d1b0004.ko" |
| 1036 | "lib/modules/qm1d1c0042.ko" |
| 1037 | "lib/modules/qt1010.ko" |
| 1038 | "lib/modules/r820t.ko" |
| 1039 | "lib/modules/rdbg.ko" |
| 1040 | "lib/modules/rmnet_core.ko" |
| 1041 | "lib/modules/rmnet_ctl.ko" |
| 1042 | "lib/modules/rmnet_offload.ko" |
| 1043 | "lib/modules/rmnet_shs.ko" |
| 1044 | "lib/modules/rx_macro_dlkm.ko" |
| 1045 | "lib/modules/sensors_vcnl36866.ko" |
| 1046 | "lib/modules/si2157.ko" |
| 1047 | "lib/modules/sla.ko" |
| 1048 | "lib/modules/slimbus-ngd.ko" |
| 1049 | "lib/modules/slimbus.ko" |
| 1050 | "lib/modules/snd-soc-es928x.ko" |
| 1051 | "lib/modules/snd_event_dlkm.ko" |
| 1052 | "lib/modules/stub_dlkm.ko" |
| 1053 | "lib/modules/swr_ctrl_dlkm.ko" |
| 1054 | "lib/modules/swr_dlkm.ko" |
| 1055 | "lib/modules/swr_dmic_dlkm.ko" |
| 1056 | "lib/modules/swr_haptics_dlkm.ko" |
| 1057 | "lib/modules/sx932x_sake.ko" |
| 1058 | "lib/modules/tda18212.ko" |
| 1059 | "lib/modules/tda18218.ko" |
| 1060 | "lib/modules/tda18250.ko" |
| 1061 | "lib/modules/tda9887.ko" |
| 1062 | "lib/modules/tea5761.ko" |
| 1063 | "lib/modules/tea5767.ko" |
| 1064 | "lib/modules/texfat.ko" |
| 1065 | "lib/modules/tntfs.ko" |
| 1066 | "lib/modules/tua9001.ko" |
| 1067 | "lib/modules/tuner-simple.ko" |
| 1068 | "lib/modules/tuner-types.ko" |
| 1069 | "lib/modules/tuner-xc2028.ko" |
| 1070 | "lib/modules/tx_macro_dlkm.ko" |
| 1071 | "lib/modules/va_macro_dlkm.ko" |
| 1072 | "lib/modules/wcd937x_dlkm.ko" |
| 1073 | "lib/modules/wcd937x_slave_dlkm.ko" |
| 1074 | "lib/modules/wcd938x_dlkm.ko" |
| 1075 | "lib/modules/wcd938x_slave_dlkm.ko" |
| 1076 | "lib/modules/wcd9xxx_dlkm.ko" |
| 1077 | "lib/modules/wcd_core_dlkm.ko" |
| 1078 | "lib/modules/wsa883x_dlkm.ko" |
| 1079 | "lib/modules/wsa_macro_dlkm.ko" |
| 1080 | "lib/modules/xc4000.ko" |
| 1081 | "lib/modules/xc5000.ko" |
| 1082 | |
| 1083 | # Other services |
| 1084 | "bin/asus_osinfo" |
| 1085 | "bin/hw/android.hardware.atrace@1.0-service" |
| 1086 | "etc/init/android.hardware.atrace@1.0-service.rc" |
| 1087 | "etc/vintf/manifest/android.hardware.atrace@1.0-service.xml" |
| 1088 | "bin/hw/android.hardware.drm@1.3-service.clearkey" |
| 1089 | "etc/init/android.hardware.drm@1.3-service.clearkey.rc" |
| 1090 | "etc/vintf/manifest/manifest_android.hardware.drm@1.3-service.clearkey.xml" |
| 1091 | "bin/hw/android.hardware.health@2.1-service" |
| 1092 | "etc/init/android.hardware.health@2.1-service.rc" |
| 1093 | "etc/vintf/manifest/android.hardware.health@2.1.xml" |
| 1094 | "lib/hw/android.hardware.health@2.0-impl-2.1-qti.so" |
| 1095 | "lib64/hw/android.hardware.health@2.0-impl-2.1-qti.so" |
| 1096 | "lib/mediacas/libclearkeycasplugin.so" |
| 1097 | "lib64/mediacas/libclearkeycasplugin.so" |
| 1098 | "lib/mediadrm/libdrmclearkeyplugin.so" |
| 1099 | "lib64/mediadrm/libdrmclearkeyplugin.so" |
| 1100 | "bin/netutild" |
| 1101 | "etc/init/netutild.rc" |
| 1102 | "bin/hw/vendor.asus.wifi.netutil@1.0-service" |
| 1103 | "etc/init/vendor.asus.wifi.netutil@1.0-service.rc" |
| 1104 | "lib64/vendor.asus.wifi.netutil@1.0.so" |
| 1105 | "bin/hw/vendor.ims.glovemode@1.0-service" |
| 1106 | "etc/init/vendor.ims.glovemode@1.0-service.rc" |
| 1107 | "lib64/vendor.ims.glovemode@1.0.so" |
| 1108 | "bin/hw/vendor.ims.zenmotion@1.0-service" |
| 1109 | "etc/init/vendor.ims.zenmotion@1.0-service.rc" |
| 1110 | "lib64/vendor.ims.zenmotion@1.0.so" |
| 1111 | "bin/hw/vendor.ims.airtrigger@1.2-service" |
| 1112 | "etc/init/vendor.ims.airtrigger@1.2-service.rc" |
| 1113 | "lib64/vendor.ims.airtrigger@1.0.so" |
| 1114 | "lib64/vendor.ims.airtrigger@1.1.so" |
| 1115 | "lib64/vendor.ims.airtrigger@1.2.so" |
| 1116 | "bin/hw/vendor.ims.twinviewdock@1.0-service" |
| 1117 | "etc/init/vendor.ims.twinviewdock@1.0-service.rc" |
| 1118 | "lib64/vendor.ims.twinviewdock@1.0.so" |
| 1119 | "bin/hw/vendor.ims.wifiantennamode@1.0-service" |
| 1120 | "etc/init/vendor.ims.wifiantennamode@1.0-service.rc" |
| 1121 | "lib64/vendor.ims.wifiantennamode@1.0.so" |
| 1122 | "etc/init/vendor_flash_recovery.rc" |
| 1123 | "etc/init/vndservicemanager.rc" |
| 1124 | "bin/vndservice" |
| 1125 | "bin/vndservicemanager" |
| 1126 | "etc/ftm_test_config" |
| 1127 | "etc/ftm_test_config_lahaina-hdk-snd-card" |
| 1128 | "etc/ftm_test_config_lahaina-hhg-snd-card" |
| 1129 | "etc/ftm_test_config_lahaina-qrd-snd-card" |
| 1130 | "etc/ftm_test_config_lahaina-shimaidp-snd-card" |
| 1131 | "etc/ftm_test_config_lahaina-shimaidps-snd-card" |
| 1132 | "etc/ftm_test_config_lahaina-shimaqrd-snd-card" |
| 1133 | "etc/ftm_test_config_lahaina-yupikidp-snd-card" |
| 1134 | "etc/ftm_test_config_lahaina-yupikqrd-snd-card" |
| 1135 | "etc/face3d/qcnn_concat_file_model-0324_2_encrypted" |
| 1136 | "lib/libFace3DTA.so" |
| 1137 | "lib/libFace3D_hlos.so" |
| 1138 | "lib64/libFace3DTA.so" |
| 1139 | "lib64/libFace3D_hlos.so" |
| 1140 | "lib/libhwbinder.so" |
| 1141 | "lib64/libhwbinder.so" |
| 1142 | "lib64/libavservices_minijail.so" |
| 1143 | "lib64/libavservices_minijail.so" |
| 1144 | "lib64/libavservices_minijail_vendor.so" |
| 1145 | "etc/init/boringssl_self_test.rc" |
| 1146 | "bin/hw/android.hardware.media.omx@1.0-service" |
| 1147 | "etc/init/android.hardware.media.omx@1.0-service.rc" |
| 1148 | "bin/hw/android.hardware.memtrack@1.0-service" |
| 1149 | "etc/init/android.hardware.memtrack@1.0-service.rc" |
| 1150 | "lib/hw/android.hardware.memtrack@1.0-impl.so" |
| 1151 | #"lib/hw/memtrack.default.so" |
| 1152 | "lib64/hw/android.hardware.memtrack@1.0-impl.so" |
| 1153 | #"lib64/hw/memtrack.default.so" |
| 1154 | |
| 1155 | # Overlays |
| 1156 | "overlay/FrameworksResTarget.apk" |
| 1157 | "overlay/TeleServResOverlayOdm.apk" |
| 1158 | "overlay/WifiResTarget.apk" |
| 1159 | "overlay/aptxalsOverlay.apk" |
| 1160 | |
| 1161 | # Rfs |
| 1162 | "rfs/apq/gnss/hlos" |
| 1163 | "rfs/apq/gnss/ramdumps" |
| 1164 | "rfs/apq/gnss/readonly/firmware" |
| 1165 | "rfs/apq/gnss/readonly/vendor/firmware" |
| 1166 | "rfs/apq/gnss/readwrite" |
| 1167 | "rfs/apq/gnss/shared" |
| 1168 | "rfs/mdm/adsp/hlos" |
| 1169 | "rfs/mdm/adsp/ramdumps" |
| 1170 | "rfs/mdm/adsp/readonly/firmware" |
| 1171 | "rfs/mdm/adsp/readonly/vendor/firmware" |
| 1172 | "rfs/mdm/adsp/readwrite" |
| 1173 | "rfs/mdm/adsp/shared" |
| 1174 | "rfs/mdm/cdsp/hlos" |
| 1175 | "rfs/mdm/cdsp/ramdumps" |
| 1176 | "rfs/mdm/cdsp/readonly/firmware" |
| 1177 | "rfs/mdm/cdsp/readwrite" |
| 1178 | "rfs/mdm/cdsp/shared" |
| 1179 | "rfs/mdm/mpss/hlos" |
| 1180 | "rfs/mdm/mpss/ramdumps" |
| 1181 | "rfs/mdm/mpss/readonly/firmware" |
| 1182 | "rfs/mdm/mpss/readonly/vendor/firmware" |
| 1183 | "rfs/mdm/mpss/readwrite" |
| 1184 | "rfs/mdm/mpss/shared" |
| 1185 | "rfs/mdm/slpi/hlos" |
| 1186 | "rfs/mdm/slpi/ramdumps" |
| 1187 | "rfs/mdm/slpi/readonly/firmware" |
| 1188 | "rfs/mdm/slpi/readwrite" |
| 1189 | "rfs/mdm/slpi/shared" |
| 1190 | "rfs/mdm/tn/hlos" |
| 1191 | "rfs/mdm/tn/ramdumps" |
| 1192 | "rfs/mdm/tn/readonly/firmware" |
| 1193 | "rfs/mdm/tn/readwrite" |
| 1194 | "rfs/mdm/tn/shared" |
| 1195 | "rfs/msm/adsp/hlos" |
| 1196 | "rfs/msm/adsp/ramdumps" |
| 1197 | "rfs/msm/adsp/readonly/firmware" |
| 1198 | "rfs/msm/adsp/readonly/vendor/firmware" |
| 1199 | "rfs/msm/adsp/readwrite" |
| 1200 | "rfs/msm/adsp/shared" |
| 1201 | "rfs/msm/cdsp/hlos" |
| 1202 | "rfs/msm/cdsp/ramdumps" |
| 1203 | "rfs/msm/cdsp/readonly/firmware" |
| 1204 | "rfs/msm/cdsp/readonly/vendor/firmware" |
| 1205 | "rfs/msm/cdsp/readwrite" |
| 1206 | "rfs/msm/cdsp/shared" |
| 1207 | "rfs/msm/mpss/hlos" |
| 1208 | "rfs/msm/mpss/ramdumps" |
| 1209 | "rfs/msm/mpss/readonly/firmware" |
| 1210 | "rfs/msm/mpss/readonly/vendor/firmware" |
| 1211 | "rfs/msm/mpss/readwrite" |
| 1212 | "rfs/msm/mpss/shared" |
| 1213 | "rfs/msm/slpi/hlos" |
| 1214 | "rfs/msm/slpi/ramdumps" |
| 1215 | "rfs/msm/slpi/readonly/firmware" |
| 1216 | "rfs/msm/slpi/readonly/vendor/firmware" |
| 1217 | "rfs/msm/slpi/readwrite" |
| 1218 | "rfs/msm/slpi/shared" |
| 1219 | |
Cosmin Tanislav | 61ad50a | 2022-02-19 21:21:49 +0200 | [diff] [blame] | 1220 | # Sensor |
| 1221 | "etc/sensors/hals.conf" |
| 1222 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1223 | # Sepolicy |
| 1224 | "etc/selinux/vendor_file_contexts" |
| 1225 | "etc/selinux/vendor_service_contexts" |
| 1226 | "etc/selinux/plat_sepolicy_vers.txt" |
| 1227 | "etc/selinux/vndservice_contexts" |
| 1228 | "etc/selinux/plat_pub_versioned.cil" |
| 1229 | "etc/selinux/vendor_hwservice_contexts" |
| 1230 | "etc/selinux/vendor_mac_permissions.xml" |
| 1231 | "etc/selinux/vendor_property_contexts" |
| 1232 | "etc/selinux/vendor_seapp_contexts" |
| 1233 | "etc/selinux/vendor_sepolicy.cil" |
| 1234 | "etc/selinux/selinux_denial_metadata" |
| 1235 | |
| 1236 | # Symlink |
| 1237 | "factory" |
| 1238 | "odm" |
| 1239 | |
| 1240 | # Vibrator |
| 1241 | "bin/hw/vendor.asus.vibrator.vibratorgovern@1.0-service" |
| 1242 | "etc/init/vendor.asus.vibrator.vibratorgovern@1.0-service.rc" |
| 1243 | "lib/vendor.asus.vibrator.vibratorgovern@1.0.so" |
| 1244 | "lib64/vendor.asus.vibrator.vibratorgovern@1.0.so" |
| 1245 | "lib/hw/vendor.asus.vibrator.vibratorgovern@1.0-impl.so" |
| 1246 | "lib64/hw/vendor.asus.vibrator.vibratorgovern@1.0-impl.so" |
micky387 | 00a4d17 | 2022-02-13 18:35:28 +0100 | [diff] [blame] | 1247 | "bin/hw/vendor.qti.hardware.vibrator.service" |
| 1248 | "etc/init/init.aw8697.rc" |
| 1249 | "etc/init/vendor.qti.hardware.vibrator.service.rc" |
| 1250 | "etc/vintf/manifest/vendor.qti.hardware.vibrator.service.xml" |
| 1251 | "lib64/vendor.qti.hardware.vibrator.impl.so" |
| 1252 | "lib64/libqtivibratoreffect.so" |
| 1253 | "lib/hw/vibrator.default.so" |
| 1254 | "lib64/hw/vibrator.default.so" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1255 | |
| 1256 | # Wifi |
micky387 | 7a3d0e4 | 2022-02-02 19:37:28 +0100 | [diff] [blame] | 1257 | "bin/hw/android.hardware.wifi@1.0-service" |
| 1258 | "etc/init/android.hardware.wifi@1.0-service.rc" |
| 1259 | "etc/vintf/manifest/android.hardware.wifi@1.0-service.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1260 | "bin/wifistresstest.sh" |
| 1261 | "etc/init/vendor.qti.hardware.wifi.wifilearner@1.0-service.rc" |
| 1262 | "lib64/vendor.qti.hardware.wifi.wifilearner@1.0.so" |
micky387 | 7a3d0e4 | 2022-02-02 19:37:28 +0100 | [diff] [blame] | 1263 | "etc/vintf/manifest/android.hardware.wifi.hostapd.xml" |
| 1264 | "lib64/vendor.asus.wifi.hostapd@1.0.so" |
| 1265 | "bin/hostapd_cli" |
| 1266 | "bin/hw/hostapd" |
| 1267 | "etc/hostapd/hostapd.accept" |
| 1268 | "etc/hostapd/hostapd.deny" |
| 1269 | "etc/hostapd/hostapd_default.conf" |
| 1270 | "etc/init/hostapd.android.rc" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1271 | "etc/wifi/qca6390/WCNSS_qcom_cfg.ini" |
| 1272 | "etc/wifi/qca6750/WCNSS_qcom_cfg.ini" |
| 1273 | "bin/fstman" |
| 1274 | "etc/init/vendor.qti.hardware.fstman@1.0-service.rc" |
| 1275 | "etc/wifi/fstman.ini" |
| 1276 | "lib64/vendor.qti.hardware.fstman@1.0.so" |
| 1277 | "etc/wifi/aoa_cldb_falcon.bin" |
| 1278 | "etc/wifi/aoa_cldb_swl14.bin" |
| 1279 | "etc/wifi/icm.conf" |
| 1280 | "bin/qsh_wifi_test" |
| 1281 | "bin/wifilearner" |
micky387 | 7a3d0e4 | 2022-02-02 19:37:28 +0100 | [diff] [blame] | 1282 | "bin/hw/wpa_supplicant" |
| 1283 | "etc/init/android.hardware.wifi.supplicant-service.rc" |
| 1284 | "lib64/libkeystore-engine-wifi-hidl.so" |
| 1285 | "lib64/libkeystore-wifi-hidl.so" |
| 1286 | "lib/libwifi-hal-ctrl.so" |
| 1287 | "lib/libwifi-hal-qcom.so" |
| 1288 | "lib/libwpa_client.so" |
| 1289 | "lib64/libwpa_client.so" |
| 1290 | "lib64/libwifi-hal.so" |
| 1291 | "lib64/libwifi-hal-ctrl.so" |
| 1292 | "lib64/libwifi-hal-qcom.so" |
| 1293 | "lib/libxtwifi_server_protocol.so" |
| 1294 | "lib/libxtwifi_server_protocol_uri_v3.so" |
| 1295 | "lib64/libxtwifi_server_protocol.so" |
| 1296 | "lib64/libxtwifi_server_protocol_uri_v3.so" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1297 | |
| 1298 | ) |
| 1299 | ALL_SKIP_FILES=("${VENDOR_SKIP_FILES_COMMON[@]}" "${VENDOR_SKIP_FILES_DEVICE[@]}") |
| 1300 | |
| 1301 | generate_prop_list_from_image "$1" "$2" ALL_SKIP_FILES |
| 1302 | |
| 1303 | # Fixups |
| 1304 | _output_file=$2 |
| 1305 | function presign() { |
| 1306 | sed -i "s|vendor/$1$|vendor/$1;PRESIGNED|g" $_output_file |
| 1307 | } |
| 1308 | function as_module() { |
| 1309 | sed -i "s|vendor/$1$|-vendor/$1|g" $_output_file |
| 1310 | } |
| 1311 | |
| 1312 | presign "app/com.qualcomm.qti.gpudrivers.lahaina.api30/com.qualcomm.qti.gpudrivers.lahaina.api30.apk" |
| 1313 | as_module "etc/vintf/manifest/android.hardware.gnss@2.1-service-qti.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1314 | as_module "etc/vintf/manifest/android.hardware.neuralnetworks@1.3-service-qti.xml" |
| 1315 | as_module "etc/vintf/manifest/android.hardware.sensors@2.0-multihal.xml" |
| 1316 | as_module "etc/vintf/manifest/android.hardware.thermal@2.0-service.qti.xml" |
| 1317 | as_module "etc/vintf/manifest/android.hardware.usb@1.2-service.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1318 | as_module "etc/vintf/manifest/c2_manifest_vendor.xml" |
| 1319 | as_module "etc/vintf/manifest/manifest_android.hardware.drm@1.3-service.widevine.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1320 | as_module "etc/vintf/manifest/power.xml" |
| 1321 | as_module "etc/vintf/manifest/vendor.pixelworks.hardware.display.iris-service.xml" |
| 1322 | as_module "etc/vintf/manifest/vendor.pixelworks.hardware.feature.irisfeature-service.xml" |
| 1323 | as_module "etc/vintf/manifest/vendor.qti.diag.hal.service.xml" |
| 1324 | as_module "etc/vintf/manifest/vendor.qti.gnss@4.0-service.xml" |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 1325 | as_module "etc/vintf/manifest/vendor.qti.hardware.servicetracker@1.2-service.xml" |