Update blobs from LA.UM.9.12.r1-14200.02-SMxx50.QSSI12.0

This commit is contained in:
mikairyuu 2022-06-19 22:43:06 +10:00
parent 32556ce0e6
commit 557faa3bf3
258 changed files with 230 additions and 18 deletions

View File

@ -88,11 +88,6 @@ It allows additional grants on top of privapp-permissions-platform.xml
<permission name="android.permission.CALL_PRIVILEGED"/>
</privapp-permissions>
<privapp-permissions package="org.codeaurora.bluetooth.batestapp">
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
</privapp-permissions>
<privapp-permissions package="org.codeaurora.snapcam">
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
<permission name="android.permission.WRITE_MEDIA_STORAGE"/>

BIN
sm7250-common/proprietary/system_ext/bin/wfdservice Normal file → Executable file

Binary file not shown.

View File

@ -46,6 +46,7 @@ It allows additional grants on top of privapp-permissions-platform.xml
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
<permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
<permission name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"/>
</privapp-permissions>
<privapp-permissions package="org.codeaurora.ims">

Binary file not shown.

Binary file not shown.

BIN
sm7250-common/proprietary/vendor/bin/adsprpcd vendored Normal file → Executable file

Binary file not shown.

Binary file not shown.

BIN
sm7250-common/proprietary/vendor/bin/dspservice vendored Normal file → Executable file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,27 @@
#! /vendor/bin/sh
#=============================================================================
# Copyright (c) 2020-21 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#=============================================================================
soc_id=`cat /sys/devices/soc0/soc_id` 2> /dev/null
# Store soc_id in ro.vendor.qti.soc_id
setprop ro.vendor.qti.soc_id $soc_id
# For chipsets in QCV family, convert soc_id to soc_name
# and store it in ro.vendor.qti.soc_name.
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 456 ] ||
[ "$soc_id" -eq 501 ] || [ "$soc_id" -eq 502 ]; then
setprop ro.vendor.qti.soc_name lahaina
setprop ro.vendor.qti.soc_model SM8350
elif [ "$soc_id" -eq 450 ]; then
setprop ro.vendor.qti.soc_name shima
setprop ro.vendor.qti.soc_model SM7350
elif [ "$soc_id" -eq 475 ] || [ "$soc_id" -eq 499 ] ||
[ "$soc_id" -eq 497 ] || [ "$soc_id" -eq 498 ] ||
[ "$soc_id" -eq 515 ]; then
setprop ro.vendor.qti.soc_name yupik
setprop ro.vendor.qti.soc_model SM7325
fi

BIN
sm7250-common/proprietary/vendor/bin/loadalgo vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
sm7250-common/proprietary/vendor/bin/mlid vendored Normal file → Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More