sm6375-common: Create power init script
* Gather all performance related items in one place and drop all deprecated services. Change-Id: I4dbdc164c60136b0957a8c1ff67feafbaf471747
This commit is contained in:
parent
8b6712433b
commit
a27908ad9c
5 changed files with 192 additions and 6543 deletions
|
|
@ -29,6 +29,7 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
#
|
||||
|
||||
import /vendor/etc/init/hw/init.qcom.power.rc
|
||||
import /vendor/etc/init/hw/init.qcom.usb.rc
|
||||
import /vendor/etc/init/hw/init.target.rc
|
||||
|
||||
|
|
@ -547,13 +548,6 @@ service qcom-sh /vendor/bin/init.qcom.sh
|
|||
group root system radio
|
||||
oneshot
|
||||
|
||||
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||
class late_start
|
||||
user root
|
||||
group root system wakelock graphics
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service wifi-sdio-on /vendor/bin/init.qcom.sdio.sh
|
||||
class late_start
|
||||
group wifi inet
|
||||
|
|
@ -566,9 +560,6 @@ service wifi-crda /vendor/bin/init.crda.sh
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start qcom-post-boot
|
||||
|
||||
on property:ro.vendor.ril.mbn_copy_completed=1
|
||||
write /data/vendor/radio/copy_complete 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue