Snap for 8499686 from e09a5fc3fc
to tm-qpr1-release
Change-Id: I5c9c4ff144886bde7ee2a5ba9aa226c3f7357036
This commit is contained in:
commit
50708520a7
11 changed files with 681 additions and 675 deletions
|
@ -284,7 +284,7 @@
|
|||
</device_handle>
|
||||
|
||||
<external_module>
|
||||
<module libname="audio_spk_35l41.so" argu="EnableDualControl"/>
|
||||
<module libname="audio_spk_35l41.so" argu="AcousticShockProtection"/>
|
||||
<module libname="audio_waves_aoc.so" argu="Sink=SPK:1"/>
|
||||
<module libname="audio_fortemedia_aoc.so" argu="DL_CH=y VoIP_DLCHs=SPK:1,USB:1 VoIP_Rate=32000"/>
|
||||
<module libname="liboffloadeffect.so"/>
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -284,7 +284,7 @@
|
|||
</device_handle>
|
||||
|
||||
<external_module>
|
||||
<module libname="audio_spk_35l41.so" argu="EnableDualControl"/>
|
||||
<module libname="audio_spk_35l41.so" argu="AcousticShockProtection"/>
|
||||
<module libname="audio_waves_aoc.so" argu="Sink=SPK:1"/>
|
||||
<module libname="audio_fortemedia_aoc.so" argu="DL_CH=y VoIP_DLCHs=SPK:1,USB:1 VoIP_Rate=32000"/>
|
||||
<module libname="liboffloadeffect.so"/>
|
||||
|
|
|
@ -82,6 +82,12 @@ on property:persist.vendor.se.ese2.mode=ctsmode
|
|||
on init && property:ro.boot.hw.soc.rev=0
|
||||
setprop vendor.powerhal.config powerhint-a0.json
|
||||
|
||||
on property:ro.boot.hardware.revision=PROTO1.0
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
||||
on property:ro.boot.hardware.revision=PROTO1.1
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
||||
# Touch
|
||||
on property:vendor.device.modules.ready=1
|
||||
chown system system /proc/focaltech_touch/Channel_Num
|
||||
|
|
|
@ -110,7 +110,7 @@ DEVICE_MANIFEST_FILE += \
|
|||
# Thermal Config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
||||
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||
|
||||
# Power HAL config
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -80,7 +80,7 @@ DEVICE_MANIFEST_FILE += \
|
|||
# Thermal Config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
||||
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||
|
||||
# Power HAL config
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -98,7 +98,7 @@ DEVICE_MANIFEST_FILE += \
|
|||
# Thermal Config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
||||
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||
|
||||
# Power HAL config
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -85,7 +85,7 @@ DEVICE_MANIFEST_FILE += \
|
|||
# Thermal Config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
||||
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||
|
||||
# Power HAL config
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
"Formula":"WEIGHTED_AVG",
|
||||
"Combination":["qi_therm", "quiet_therm"],
|
||||
"Coefficient":[0.3, 0.7],
|
||||
"Offset":-1400,
|
||||
"Offset":-1400
|
||||
},
|
||||
{
|
||||
"Name":"VIRTUAL-QI-DISP",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue