shusky: Add PixelImsMediaService

Change-Id: I2bf94759e28bea4ca8afe4d79bc5c6328f84e51d
This commit is contained in:
Michael Bestas 2024-10-26 00:46:17 +03:00 committed by Michael Bestas
parent a6c5e66724
commit f115c228d7
No known key found for this signature in database
8 changed files with 22 additions and 6 deletions

View file

@ -119,6 +119,8 @@ if [ -z "${ONLY_FIRMWARE}" ]; then
set_module_suffix "vendor/lib64/com.google.edgetpu_app_service-V4-ndk.so" "-vendor" "${VENDOR_TXT}" set_module_suffix "vendor/lib64/com.google.edgetpu_app_service-V4-ndk.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/com.google.edgetpu_vendor_service-V2-ndk.so" "-vendor" "${VENDOR_TXT}" set_module_suffix "vendor/lib64/com.google.edgetpu_vendor_service-V2-ndk.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so" "-vendor" "${VENDOR_TXT}"
extract "${MY_DIR}/proprietary-files-vendor.txt" "${SRC}" "${KANG}" --section "${SECTION}" extract "${MY_DIR}/proprietary-files-vendor.txt" "${SRC}" "${KANG}" --section "${SECTION}"
fi fi

View file

@ -1647,8 +1647,8 @@ vendor/lib64/vendor.google.battery_mitigation-V1-ndk.so
vendor/lib64/vendor.google.battery_mitigation.service_static.so vendor/lib64/vendor.google.battery_mitigation.service_static.so
vendor/lib64/vendor.google.bluetooth_ext-V1-ndk.so vendor/lib64/vendor.google.bluetooth_ext-V1-ndk.so
vendor/lib64/vendor.google.google_battery-V3-ndk.so vendor/lib64/vendor.google.google_battery-V3-ndk.so
vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so;MODULE_SUFFIX=-vendor
vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so;MODULE_SUFFIX=-vendor
vendor/lib64/vendor.google.wireless_charger-V2-ndk.so vendor/lib64/vendor.google.wireless_charger-V2-ndk.so
vendor/lib64/vendor.google.wireless_charger.service-V1-ndk.so vendor/lib64/vendor.google.wireless_charger.service-V1-ndk.so
vendor/lib64/vendor.radio.base.so vendor/lib64/vendor.radio.base.so

View file

@ -114,6 +114,10 @@ system_ext/etc/permissions/com.android.qns.xml
system_ext/etc/permissions/com.shannon.imsservice.xml system_ext/etc/permissions/com.shannon.imsservice.xml
system_ext/etc/permissions/com.shannon.rcsservice.xml system_ext/etc/permissions/com.shannon.rcsservice.xml
system_ext/lib64/libmediaadaptor.so system_ext/lib64/libmediaadaptor.so
system_ext/lib64/libpixelimsmedia.so
system_ext/lib64/vendor.google.whitechapel.audio.audioext@4.0.so
system_ext/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so
system_ext/priv-app/PixelImsMediaService/PixelImsMediaService.apk
system_ext/priv-app/PixelQualifiedNetworksService/PixelQualifiedNetworksService.apk system_ext/priv-app/PixelQualifiedNetworksService/PixelQualifiedNetworksService.apk
system_ext/priv-app/ShannonIms/ShannonIms.apk;PRESIGNED system_ext/priv-app/ShannonIms/ShannonIms.apk;PRESIGNED
system_ext/priv-app/ShannonRcs/ShannonRcs.apk;PRESIGNED system_ext/priv-app/ShannonRcs/ShannonRcs.apk;PRESIGNED

View file

@ -41,7 +41,9 @@ function lib_to_package_fixup_vendor_variants() {
case "$1" in case "$1" in
com.google.edgetpu_app_service-V4-ndk | \ com.google.edgetpu_app_service-V4-ndk | \
com.google.edgetpu_vendor_service-V2-ndk) com.google.edgetpu_vendor_service-V2-ndk | \
vendor.google.whitechapel.audio.audioext@4.0 | \
vendor.google.whitechapel.audio.extension-V2-ndk)
echo "$1-vendor" echo "$1-vendor"
;; ;;
libprotobuf-cpp-full-21.12) libprotobuf-cpp-full-21.12)

View file

@ -119,6 +119,8 @@ if [ -z "${ONLY_FIRMWARE}" ]; then
set_module_suffix "vendor/lib64/com.google.edgetpu_app_service-V4-ndk.so" "-vendor" "${VENDOR_TXT}" set_module_suffix "vendor/lib64/com.google.edgetpu_app_service-V4-ndk.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/com.google.edgetpu_vendor_service-V2-ndk.so" "-vendor" "${VENDOR_TXT}" set_module_suffix "vendor/lib64/com.google.edgetpu_vendor_service-V2-ndk.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so" "-vendor" "${VENDOR_TXT}"
set_module_suffix "vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so" "-vendor" "${VENDOR_TXT}"
extract "${MY_DIR}/proprietary-files-vendor.txt" "${SRC}" "${KANG}" --section "${SECTION}" extract "${MY_DIR}/proprietary-files-vendor.txt" "${SRC}" "${KANG}" --section "${SECTION}"
fi fi

View file

@ -1644,8 +1644,8 @@ vendor/lib64/vendor.google.battery_mitigation-V1-ndk.so
vendor/lib64/vendor.google.battery_mitigation.service_static.so vendor/lib64/vendor.google.battery_mitigation.service_static.so
vendor/lib64/vendor.google.bluetooth_ext-V1-ndk.so vendor/lib64/vendor.google.bluetooth_ext-V1-ndk.so
vendor/lib64/vendor.google.google_battery-V3-ndk.so vendor/lib64/vendor.google.google_battery-V3-ndk.so
vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so vendor/lib64/vendor.google.whitechapel.audio.audioext@4.0.so;MODULE_SUFFIX=-vendor
vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so vendor/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so;MODULE_SUFFIX=-vendor
vendor/lib64/vendor.google.wireless_charger-V2-ndk.so vendor/lib64/vendor.google.wireless_charger-V2-ndk.so
vendor/lib64/vendor.google.wireless_charger.service-V1-ndk.so vendor/lib64/vendor.google.wireless_charger.service-V1-ndk.so
vendor/lib64/vendor.radio.base.so vendor/lib64/vendor.radio.base.so

View file

@ -110,6 +110,10 @@ system_ext/etc/permissions/com.android.qns.xml
system_ext/etc/permissions/com.shannon.imsservice.xml system_ext/etc/permissions/com.shannon.imsservice.xml
system_ext/etc/permissions/com.shannon.rcsservice.xml system_ext/etc/permissions/com.shannon.rcsservice.xml
system_ext/lib64/libmediaadaptor.so system_ext/lib64/libmediaadaptor.so
system_ext/lib64/libpixelimsmedia.so
system_ext/lib64/vendor.google.whitechapel.audio.audioext@4.0.so
system_ext/lib64/vendor.google.whitechapel.audio.extension-V2-ndk.so
system_ext/priv-app/PixelImsMediaService/PixelImsMediaService.apk
system_ext/priv-app/PixelQualifiedNetworksService/PixelQualifiedNetworksService.apk system_ext/priv-app/PixelQualifiedNetworksService/PixelQualifiedNetworksService.apk
system_ext/priv-app/ShannonIms/ShannonIms.apk;PRESIGNED system_ext/priv-app/ShannonIms/ShannonIms.apk;PRESIGNED
system_ext/priv-app/ShannonRcs/ShannonRcs.apk;PRESIGNED system_ext/priv-app/ShannonRcs/ShannonRcs.apk;PRESIGNED

View file

@ -41,7 +41,9 @@ function lib_to_package_fixup_vendor_variants() {
case "$1" in case "$1" in
com.google.edgetpu_app_service-V4-ndk | \ com.google.edgetpu_app_service-V4-ndk | \
com.google.edgetpu_vendor_service-V2-ndk) com.google.edgetpu_vendor_service-V2-ndk | \
vendor.google.whitechapel.audio.audioext@4.0 | \
vendor.google.whitechapel.audio.extension-V2-ndk)
echo "$1-vendor" echo "$1-vendor"
;; ;;
libprotobuf-cpp-full-21.12) libprotobuf-cpp-full-21.12)