mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-10-31 19:37:46 +00:00
msm8976-common: Fix init.qcom.rc code style
This commit is contained in:
parent
cf88f21aaf
commit
e7fe808544
1 changed files with 24 additions and 25 deletions
|
@ -48,10 +48,10 @@ on init
|
|||
symlink /sdcard /storage/sdcard0
|
||||
|
||||
on early-boot
|
||||
# set RLIMIT_MEMLOCK to 64MB
|
||||
# Set RLIMIT_MEMLOCK to 64MB
|
||||
setrlimit 8 67108864 67108864
|
||||
|
||||
# set aggressive read ahead during boot up.
|
||||
# Set aggressive read ahead during boot up.
|
||||
write /sys/block/dm-0/queue/read_ahead_kb 2048
|
||||
|
||||
# Allow subsystem (modem etc) debugging
|
||||
|
@ -188,7 +188,7 @@ on post-fs-data
|
|||
# Create directory for TZ Apps
|
||||
mkdir /data/misc/qsee 0770 system system
|
||||
|
||||
# we will remap this as /mnt/sdcard with the sdcard fuse tool
|
||||
# We will remap this as /mnt/sdcard with the sdcard fuse tool
|
||||
mkdir /data/misc/camera 0770 camera camera
|
||||
|
||||
mkdir /data/misc/ipa 0700 net_admin net_admin
|
||||
|
@ -242,7 +242,6 @@ on post-fs-data
|
|||
|
||||
# Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant
|
||||
mkdir /data/system 0775 system system
|
||||
#symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant
|
||||
|
||||
# Create directories for Location services
|
||||
mkdir /data/misc/location 0770 gps gps
|
||||
|
@ -506,7 +505,7 @@ service msm_irqbal_lb /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqba
|
|||
on property:vold.decrypt=trigger_restart_min_framework
|
||||
start time_daemon
|
||||
|
||||
#start camera server as daemon
|
||||
# Start camera server as daemon
|
||||
service qcamerasvr /system/bin/mm-qcamera-daemon
|
||||
class late_start
|
||||
user camera
|
||||
|
|
Loading…
Reference in a new issue