sdm660-common: rootdir: Clean up unused init scripts
Change-Id: Ib6ba59acb1f1d6b773aeca3c326944049784887c
This commit is contained in:
parent
70ec44be26
commit
5d5e94fe1d
2 changed files with 0 additions and 64 deletions
|
@ -1,35 +0,0 @@
|
||||||
#! /vendor/bin/sh
|
|
||||||
|
|
||||||
# Copyright (c) 2012, The Linux Foundation. All rights reserved.
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions are met:
|
|
||||||
# * Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# * Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in the
|
|
||||||
# documentation and/or other materials provided with the distribution.
|
|
||||||
# * Neither the name of The Linux Foundation nor
|
|
||||||
# the names of its contributors may be used to endorse or promote
|
|
||||||
# products derived from this software without specific prior written
|
|
||||||
# permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
# IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
||||||
# NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
||||||
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
country=`getprop wlan.crda.country`
|
|
||||||
# crda takes input in COUNTRY environment variable
|
|
||||||
if [ $country != "" ]
|
|
||||||
then
|
|
||||||
COUNTRY="$country" /system/bin/crda
|
|
||||||
fi
|
|
|
@ -581,11 +581,6 @@ on property:vendor.bluetooth.startbtlogger=true
|
||||||
on property:vendor.bluetooth.startbtlogger=false
|
on property:vendor.bluetooth.startbtlogger=false
|
||||||
stop vendor.bt_logger
|
stop vendor.bt_logger
|
||||||
|
|
||||||
service qcom-c_core-sh /vendor/bin/init.qcom.class_core.sh
|
|
||||||
class core
|
|
||||||
user root
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service qcom-c_main-sh /vendor/bin/init.class_main.sh
|
service qcom-c_main-sh /vendor/bin/init.class_main.sh
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
|
@ -999,11 +994,6 @@ service vendor-sensor-sh /vendor/bin/init.qcom.sensors.sh
|
||||||
user root
|
user root
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service crashdata-sh /vendor/bin/init.qcom.crashdata.sh
|
|
||||||
class late_start
|
|
||||||
user root
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||||
class late_start
|
class late_start
|
||||||
user root
|
user root
|
||||||
|
@ -1011,25 +1001,6 @@ service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service qti-testscripts /system/bin/sh /system/etc/init.qcom.testscripts.sh
|
|
||||||
class late_start
|
|
||||||
user root
|
|
||||||
disabled
|
|
||||||
oneshot
|
|
||||||
seclabel u:r:qti-testscripts:s0
|
|
||||||
|
|
||||||
service wifi-sdio-on /vendor/bin/init.qcom.sdio.sh
|
|
||||||
class late_start
|
|
||||||
group wifi inet
|
|
||||||
disabled
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service wifi-crda /vendor/bin/init.crda.sh
|
|
||||||
class late_start
|
|
||||||
user root
|
|
||||||
disabled
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
start qcom-post-boot
|
start qcom-post-boot
|
||||||
start qti-testscripts
|
start qti-testscripts
|
||||||
|
|
Loading…
Reference in a new issue