This change moves init.qcom.usb.rc, init.msm.usb.configfs.rc and
init.qcom.usb.sh to /vendor image.
Change-Id: Ie63c7bb67c05f9372413549a1c007a7542fe5006
The reason these files are moved to /vendor/etc/init/hw and
not /vendor/etc/init is because 'init' scans the /vendor/etc/init folder
for vendorr service .rc fragments to import. That would either result
in duplicate imports or out-of-order imports of these hardware
specific .rc files and that *may* have unintended consequences.
In order to preserve the current import order for MTP, we move all
hardware specific .rc files to /vendor/etc/init/hw which is not
autoscanned by init BUT leave the init.${ro.hardware}.rc (i.e.
init.qcom.rc in this case) in root for 'init' to find.
Change-Id: I14531da05e2a3a256f734f8de96e1f1969c753f9
Add init.recovery.qcom.rc to set a default brightness value on the
new backlight node /sys/class/backlight/panel0-backlight/brightness
This file is included by init.recovery.rc currently.
Change-Id: Ic446a22b69ae25a1c7cf8f75ad581f34f2fb1601
Add a new test rc script for userdebug builds to add certain
configuration for debugging.
CRs-Fixed: 1064691
Change-Id: I38ecd99f08f8c349850712686aaca5bd31a8629a
This change adds required support and relevant rules to select and
use USB composition using configFS.
Change-Id: I91c45180e3c64800eebbbb4a0c26157003dbbee1
ZRAM Disk size - 512 MB. "init.qcom.zram.sh" is now deleted.
ZRAM disk creation is moved to "init.com.post_boot.sh" (at the
common Memory related configuratons) and is done only if
"ro.config.zram" is enabled.
SWAP Disk size - 200 MB (Created only for lower RAM ( < 1GB )
devices & only if "ro.config.swap" is enabled ).
Change-Id: I077d3bdf10e56d2c40f0057c95533cfb136a2ab8
* commit '6dfa44b044c858c2b5de0f0c3ca9eef28131a0c1': (27 commits)
Add tcp buffer sizes for LTE_CA
init.qcom.post_boot.sh: Update scheduler tunables for 8996
tz app seemp_healthd removed
init.qcom.post_boot: Enable low power modes for 8952
init.qcom.usb: Add composition to support DPL with DUN over char bridge
init.qcom.rc: FST Manager runs as user "wifi"
init.qcom.post_boot.sh: Enable all the LPMs by default
qcom: Add default configuration for DCC block on MSM8976
BTLogKit: Added BTLogKit to Product Packages
init.qcom.usb: Set default USB request buffer size as 128 KB for MTP
Adding and starting IOP service for 8996
base.mk: add FST Manager to the build
init.qcom.rc: add FST manager service
Bluetooth: Drop Wcnss_filter to bluetooth only access
init.qcom.post_boot: Set mincpubw devfreq governor to cpufreq for 8996
audio_policy: disable software DRC flag
init.qcom.rc: Seemp health Deamon
Disable sched_boost on msm8996 at post-boot.
Mms: Change default config options
qcom: Add default configuration for DCC block.
...
Conflicts:
rootdir/etc/init.qcom.rc
Change-Id: Ifedca1c92c67b2006f11eaa54d4fb8134fe5952c
Adding new service for in init.qcom.rc for testing purpose.
This service is only for userdebug configuration.
Change-Id: Id94a50bd6269a8a47ca1a8929b566c70a23d852e
Even though sensor service moved to core class, common script is
being started as part of late_start services, from which, sensor
service is started. This is causing issues like, none of the
sensors are available to clients as System Server also scheduled
in parallel.
Change-Id: Ie69e43e9845952f06efd9fe52b68b9a02a9522ce