alioth: Update blobs from V13.0.6.0.SKHMIXM
This commit is contained in:
@@ -187,6 +187,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/xiaomi/alioth/proprietary/vendor/lib64/libsn100u_fw.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libsn100u_fw.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib64/libsn100u_fw.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libsn100u_fw.so \
|
||||||
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/capi_v2_cirrus_sp.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/capi_v2_cirrus_sp.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/capi_v2_cirrus_sp.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/capi_v2_cirrus_sp.so \
|
||||||
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/capi_v2_dap_cpdp.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/capi_v2_dap_cpdp.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/capi_v2_dap_cpdp.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/capi_v2_dap_cpdp.so \
|
||||||
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/hrtf5c.bin:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/hrtf5c.bin \
|
||||||
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libMIAIHDR_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libMIAIHDR_skel.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libMIAIHDR_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libMIAIHDR_skel.so \
|
||||||
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libQ6MSFR_manager_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libQ6MSFR_manager_skel.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libQ6MSFR_manager_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libQ6MSFR_manager_skel.so \
|
||||||
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libSuperSensor_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libSuperSensor_skel.so \
|
vendor/xiaomi/alioth/proprietary/vendor/lib/rfsa/adsp/libSuperSensor_skel.so:$(TARGET_COPY_OUT_VENDOR)/lib/rfsa/adsp/libSuperSensor_skel.so \
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
+20
-20
@@ -1,7 +1,7 @@
|
|||||||
#! /vendor/bin/sh
|
#! /vendor/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||||
#
|
#
|
||||||
@@ -11,36 +11,36 @@
|
|||||||
export PATH=/vendor/bin
|
export PATH=/vendor/bin
|
||||||
|
|
||||||
soc_id=`getprop ro.vendor.qti.soc_id`
|
soc_id=`getprop ro.vendor.qti.soc_id`
|
||||||
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ]; then
|
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ] || [ "$soc_id" -eq 475 ] || [ "$soc_id" -eq 497 ] || [ "$soc_id" -eq 498 ] || [ "$soc_id" -eq 499 ] || [ "$soc_id" -eq 515 ]; then
|
||||||
setprop persist.vendor.hvdcp_opti.start 2
|
setprop persist.vendor.hvdcp_opti.start 2
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$soc_id" -eq 441 ] || [ "$soc_id" -eq 471 ]; then
|
if [ "$soc_id" -eq 441 ] || [ "$soc_id" -eq 471 ]; then
|
||||||
#Scuba does not support usb-pd or charge pumps
|
#Scuba does not support usb-pd or charge pumps
|
||||||
find /sys/class/power_supply/battery/ -type f | xargs chown system.system
|
find /sys/class/power_supply/battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/bms/ -type f | xargs chown system.system
|
find /sys/class/power_supply/bms/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/main/ -type f | xargs chown system.system
|
find /sys/class/power_supply/main/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/usb/ -type f | xargs chown system.system
|
find /sys/class/power_supply/usb/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
else
|
else
|
||||||
find /sys/class/power_supply/battery/ -type f | xargs chown system.system
|
find /sys/class/power_supply/battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/bms/ -type f | xargs chown system.system
|
find /sys/class/power_supply/bms/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/main/ -type f | xargs chown system.system
|
find /sys/class/power_supply/main/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/usb/ -type f | xargs chown system.system
|
find /sys/class/power_supply/usb/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/charge_pump_master/ -type f | xargs chown system.system
|
find /sys/class/power_supply/charge_pump_master/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/pc_port/ -type f | xargs chown system.system
|
find /sys/class/power_supply/pc_port/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/dc/ -type f | xargs chown system.system
|
find /sys/class/power_supply/dc/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/power_supply/parallel/ -type f | xargs chown system.system
|
find /sys/class/power_supply/parallel/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/usbpd/usbpd0/ -type f | xargs chown system.system
|
find /sys/class/usbpd/usbpd0/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/qc-vdm/ -type f | xargs chown system.system
|
find /sys/class/qc-vdm/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/charge_pump/ -type f | xargs chown system.system
|
find /sys/class/charge_pump/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
find /sys/class/qcom-battery/ -type f | xargs chown system.system
|
find /sys/class/qcom-battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
|
|
||||||
for i in 0 1 2 3 4 5 6 7 8 9
|
for i in 0 1 2 3 4 5 6 7 8 9
|
||||||
do
|
do
|
||||||
devname=`cat /sys/bus/iio/devices/iio:device$i/name`
|
devname=`cat /sys/bus/iio/devices/iio:device$i/name`
|
||||||
if [[ "$devname" == *smb* ]] || [[ "$devname" == *qg* ]] || [[ "$devname" == *div2_cp* ]]; then
|
if [[ "$devname" == *smb* ]] || [[ "$devname" == *qg* ]] || [[ "$devname" == *div2_cp* ]] || [[ "$devname" == *div2-cp* ]]; then
|
||||||
find /sys/bus/iio/devices/iio:device$i/ -type f | xargs chown system.system
|
find /sys/bus/iio/devices/iio:device$i/ -type f -maxdepth 1 | xargs chown system.system
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-15
@@ -1,19 +1,6 @@
|
|||||||
multiCameraEnable=TRUE
|
multiCameraEnable=TRUE
|
||||||
logInfoMask=0x0
|
logInfoMask=0x10098
|
||||||
overrideLogLevels=0x1
|
overrideLogLevels=0x1F
|
||||||
logConfigMask=0x0
|
|
||||||
logWarningMask=0x0
|
|
||||||
logVerboseMask=0x0
|
|
||||||
logDRQEnable=0x0
|
|
||||||
logMetaEnable=0x0
|
|
||||||
logRequestMapping=0x0
|
|
||||||
systemLogEnable=TRUE
|
|
||||||
logCoreCfgMask=0
|
|
||||||
enableAsciiLogging=FALSE
|
|
||||||
enableTxtLogging=0
|
|
||||||
traceGroupsEnable=0
|
|
||||||
enable3ADebugData=FALSE
|
|
||||||
enableTuningMetadata=FALSE
|
|
||||||
MPMSizeThresToDisableDelayedUnmap=0
|
MPMSizeThresToDisableDelayedUnmap=0
|
||||||
MPMForceDisableDelayedUnmap=TRUE
|
MPMForceDisableDelayedUnmap=TRUE
|
||||||
#pdafHWEnable=TRUE
|
#pdafHWEnable=TRUE
|
||||||
|
|||||||
+1
-1
@@ -46,7 +46,7 @@ on early-boot
|
|||||||
chmod 0664 /mnt/vendor/persist/sensors/sensors_settings
|
chmod 0664 /mnt/vendor/persist/sensors/sensors_settings
|
||||||
chown system system /sys/kernel/boot_adsp/ssr
|
chown system system /sys/kernel/boot_adsp/ssr
|
||||||
|
|
||||||
on post-fs-data
|
on post-fs-data && property:ro.build.type=userdebug
|
||||||
#sensors log dir
|
#sensors log dir
|
||||||
mkdir /data/vendor/sensors 0777 system system
|
mkdir /data/vendor/sensors 0777 system system
|
||||||
mkdir /data/vendor/sensors/scripts 0777 system system
|
mkdir /data/vendor/sensors/scripts 0777 system system
|
||||||
|
|||||||
+1
-1
@@ -34,4 +34,4 @@ service vendor.sensors /vendor/bin/sscrpcd sensorspd
|
|||||||
user system
|
user system
|
||||||
group system wakelock
|
group system wakelock
|
||||||
capabilities BLOCK_SUSPEND
|
capabilities BLOCK_SUSPEND
|
||||||
|
shutdown critical
|
||||||
|
|||||||
@@ -73,3 +73,11 @@ def_target:0
|
|||||||
select_higher:1
|
select_higher:1
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#market_download_limit
|
||||||
|
[
|
||||||
|
name:market_download_limit
|
||||||
|
path:/sys/class/thermal/thermal_message/market_download_limit
|
||||||
|
def_target:0
|
||||||
|
select_higher:1
|
||||||
|
]
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Reference in New Issue
Block a user