mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Remove unused mfgloader
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: Idc23da8063787609680b271cd8e9a51c45473ec8
This commit is contained in:
parent
7d2e8dd6d7
commit
4fcc6f9cf6
2 changed files with 0 additions and 17 deletions
|
|
@ -199,7 +199,6 @@ vendor/lib64/hw/thermal.universal7904.so
|
|||
vendor/bin/hw/android.hardware.wifi@1.0-service
|
||||
vendor/bin/hw/hostapd
|
||||
vendor/bin/hw/macloader
|
||||
vendor/bin/hw/mfgloader
|
||||
vendor/bin/hw/vendor.samsung.hardware.wifi@2.0-service
|
||||
vendor/bin/hw/wpa_supplicant
|
||||
vendor/bin/wlbtd
|
||||
|
|
|
|||
|
|
@ -49,14 +49,6 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
|||
oneshot
|
||||
|
||||
# start for WiFi MFG (TestMode)
|
||||
service mfgloader /system/vendor/bin/hw/mfgloader
|
||||
class main
|
||||
user wifi
|
||||
group wifi inet net_raw net_admin
|
||||
capabilities NET_ADMIN NET_RAW SYS_MODULE
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service macloader /system/vendor/bin/hw/macloader
|
||||
class main
|
||||
user wifi
|
||||
|
|
@ -64,12 +56,4 @@ service macloader /system/vendor/bin/hw/macloader
|
|||
capabilities NET_ADMIN NET_RAW SYS_MODULE
|
||||
oneshot
|
||||
|
||||
service wlandutservice /system/bin/wlandutservice
|
||||
class main
|
||||
user system
|
||||
group system wifi net_raw net_admin inet
|
||||
capabilities NET_ADMIN NET_RAW
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
# end of WiFi MFG (TestMode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue