summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemon Singur <demonsingur@gmail.com>2018-09-27 05:09:15 +0000
committerTingyiChen <tingyi364@gmail.com>2019-08-13 11:48:05 +0200
commit26f26b8a4462d1f0a1cfbf6ae6fc22f5c449804a (patch)
treecd02dfcea5cbeb2e2b75e027b59242a0300d3797
parentf0f5753305a6fe71fb7a86af4ff5420f9973f5ca (diff)
wayne-common: Remove wcnss_filter
Unused when using Qualcomm's bluetooth stack. Change-Id: I2682e65a85c7b1112a695e851e9b1512a6b3d28c
-rw-r--r--config.fs12
-rw-r--r--proprietary-files.txt1
-rwxr-xr-xrootdir/etc/init.qcom.rc13
3 files changed, 0 insertions, 26 deletions
diff --git a/config.fs b/config.fs
index 03555db..dac51d0 100644
--- a/config.fs
+++ b/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
diff --git a/proprietary-files.txt b/proprietary-files.txt
index c681072..caff3bc 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -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
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index bf034fd..452225b 100755
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -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