Skip to content
Snippets Groups Projects
Commit 0af106fe authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Dhina17
Browse files

onclite: init.qcom.rc: FR 53051: remove configs for vendor data modules

As part of this FR we are moving vendor data specific module
configurations to custom vendor data init rc files

Change-Id: I64e839c2b0fbd0826fe79b95259af2a10e8b1ea1
parent a8dd1895
No related branches found
No related tags found
No related merge requests found
......@@ -129,15 +129,11 @@ on boot
chown bluetooth net_bt /sys/class/rfkill/rfkill0/device/extldo
chmod 0660 /sys/class/rfkill/rfkill0/device/extldo
#Create QMUX deamon socket area
# This location is used by QCRIL to host UNIX domain
# socket files used for internal IPC within QCRIL
# modules
mkdir /dev/socket/qmux_radio 0770 radio radio
chmod 2770 /dev/socket/qmux_radio
mkdir /dev/socket/qmux_audio 0770 media audio
chmod 2770 /dev/socket/qmux_audio
mkdir /dev/socket/qmux_bluetooth 0770 bluetooth bluetooth
chmod 2770 /dev/socket/qmux_bluetooth
mkdir /dev/socket/qmux_gps 0770 gps gps
chmod 2770 /dev/socket/qmux_gps
mkdir /persist/drm 0770 system system
mkdir /mnt/vendor/persist/bluetooth 0770 bluetooth bluetooth
......@@ -147,20 +143,12 @@ on boot
mkdir /mnt/vendor/persist/secnvm 0770 system system
restorecon_recursive /mnt/vendor/persist
#Create NETMGR daemon socket area
mkdir /dev/socket/netmgr 0750 radio radio
#Remove SUID bit for iproute2 ip tool
chmod 0755 /system/bin/ip
chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
# Assign TCP buffer thresholds to be ceiling value of technology maximums
# Increased technology maximums should be reflected here.
write /proc/sys/net/core/rmem_max 8388608
write /proc/sys/net/core/wmem_max 8388608
# To prevent out of order acknowledgements from making
# connection tracking to treat them as not belonging to
# the connection they belong to.
......@@ -264,10 +252,6 @@ on post-fs-data
mkdir /data/vendor/wifi/hostapd/ctrl 0770 wifi wifi
mkdir /data/vendor/wifi/wpa_supplicant 0770 wifi wifi
#create netmgr log dir
mkdir /data/vendor/netmgr 0770 radio radio
chmod 0770 /data/vendor/netmgr
#create ipacm log dir
mkdir /data/vendor/ipa 0770 radio radio
chmod 0770 /data/vendor/ipa
......@@ -501,10 +485,6 @@ service atfwd /vendor/bin/ATFWD-daemon
group system radio
writepid /dev/cpuset/system-background/tasks
service vendor.netmgrd /system/vendor/bin/netmgrd
class main
writepid /dev/cpuset/system-background/tasks
service vendor.ipacm-diag /system/vendor/bin/ipacm-diag
class main
user radio
......@@ -542,10 +522,6 @@ service vendor.sensors.qti /vendor/bin/sensors.qti
group system
writepid /dev/cpuset/system-background/tasks
on property:ro.vendor.use_data_netmgrd=false
# netmgr not supported on specific target
stop vendor.netmgrd
# Adjust socket buffer to enlarge TCP receive window for high bandwidth
# but only if ro.data.large_tcp_window_size property is set.
on property:ro.data.large_tcp_window_size=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment