msm8937-common: proprietary-files: Update BT and WiFi blobs to O-MR1
* From : vince 8.1.0 OPM1.171019.019
This commit is contained in:
parent
67d29484d5
commit
28b0c3173b
2 changed files with 16 additions and 2 deletions
|
@ -47,8 +47,9 @@ vendor/lib64/soundfx/libqcbassboost.so
|
||||||
vendor/lib64/soundfx/libqcreverb.so
|
vendor/lib64/soundfx/libqcreverb.so
|
||||||
vendor/lib64/soundfx/libqcvirt.so
|
vendor/lib64/soundfx/libqcvirt.so
|
||||||
|
|
||||||
# Bluetooth - from tissot - OPR1.170623.026
|
# Bluetooth - from vince 8.1.0 OPM1.171019.019
|
||||||
vendor/bin/hci_qcomm_init
|
vendor/bin/hci_qcomm_init
|
||||||
|
vendor/bin/wcnss_filter
|
||||||
vendor/lib/libbtnv.so
|
vendor/lib/libbtnv.so
|
||||||
vendor/lib64/libbtnv.so
|
vendor/lib64/libbtnv.so
|
||||||
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so
|
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so
|
||||||
|
@ -543,5 +544,5 @@ vendor/bin/hw/android.hardware.drm@1.0-service.widevine
|
||||||
vendor/etc/init/android.hardware.drm@1.0-service.widevine.rc
|
vendor/etc/init/android.hardware.drm@1.0-service.widevine.rc
|
||||||
vendor/lib/libwvhidl.so
|
vendor/lib/libwvhidl.so
|
||||||
|
|
||||||
# Wi-Fi - from tissot - OPR1.170623.026
|
# Wi-Fi - from vince 8.1.0 OPM1.171019.019
|
||||||
vendor/bin/wcnss_service
|
vendor/bin/wcnss_service
|
||||||
|
|
|
@ -291,6 +291,19 @@ service tftp_server /vendor/bin/tftp_server
|
||||||
group root system
|
group root system
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
|
on property:wc_transport.start_hci=true
|
||||||
|
start start_hci_filter
|
||||||
|
|
||||||
|
on property:wc_transport.start_hci=false
|
||||||
|
stop start_hci_filter
|
||||||
|
|
||||||
|
service start_hci_filter /vendor/bin/wcnss_filter
|
||||||
|
class late_start
|
||||||
|
user bluetooth
|
||||||
|
group bluetooth diag system wakelock
|
||||||
|
seclabel u:r:bluetooth:s0
|
||||||
|
disabled
|
||||||
|
|
||||||
service hciattach /vendor/bin/hci_qcomm_init -e
|
service hciattach /vendor/bin/hci_qcomm_init -e
|
||||||
class late_start
|
class late_start
|
||||||
user bluetooth
|
user bluetooth
|
||||||
|
|
Loading…
Reference in a new issue