wayne-common: Remove wcnss_filter
Unused when using Qualcomm's bluetooth stack. Change-Id: I2682e65a85c7b1112a695e851e9b1512a6b3d28c
This commit is contained in:
parent
dd3a428477
commit
601babc662
3 changed files with 0 additions and 26 deletions
12
config.fs
12
config.fs
|
@ -10,18 +10,6 @@ value:2951
|
|||
[AID_VENDOR_RFS_SHARED]
|
||||
value:2952
|
||||
|
||||
[vendor/bin/wcnss_filter]
|
||||
mode: 0755
|
||||
user: AID_BLUETOOTH
|
||||
group: AID_BLUETOOTH
|
||||
caps: BLOCK_SUSPEND
|
||||
|
||||
[system/vendor/bin/wcnss_filter]
|
||||
mode: 0755
|
||||
user: AID_BLUETOOTH
|
||||
group: AID_BLUETOOTH
|
||||
caps: BLOCK_SUSPEND
|
||||
|
||||
[vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti]
|
||||
mode: 0755
|
||||
user: AID_BLUETOOTH
|
||||
|
|
|
@ -110,7 +110,6 @@ vendor/firmware/tfa98xx.cnt
|
|||
# Bluetooth - from wayne
|
||||
vendor/bin/btnvtool
|
||||
vendor/bin/hci_qcomm_init
|
||||
vendor/bin/wcnss_filter
|
||||
vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti
|
||||
vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc
|
||||
vendor/lib/hw/android.hardware.bluetooth@1.0-impl-qti.so
|
||||
|
|
|
@ -514,19 +514,6 @@ service vendor.tftp_server /vendor/bin/tftp_server
|
|||
class core
|
||||
user root
|
||||
|
||||
on property:wc_transport.start_hci=true
|
||||
start vendor.start_hci_filter
|
||||
|
||||
on property:wc_transport.start_hci=false
|
||||
stop vendor.start_hci_filter
|
||||
|
||||
service vendor.start_hci_filter /system/vendor/bin/wcnss_filter
|
||||
class late_start
|
||||
user bluetooth
|
||||
group bluetooth diag system wakelock
|
||||
seclabel u:r:bluetooth:s0
|
||||
disabled
|
||||
|
||||
service vendor.ftmd /system/bin/logwrapper /system/vendor/bin/ftmdaemon
|
||||
class late_start
|
||||
user root
|
||||
|
|
Loading…
Reference in a new issue