sdm660-common: rootdir: Remove sensors init shell script
Change-Id: Ice50a9c83a708d7f8300978048cd00c71e88abc8
This commit is contained in:
parent
c743a9b88e
commit
83814f81bb
4 changed files with 0 additions and 59 deletions
|
@ -10,15 +10,6 @@ LOCAL_MODULE_CLASS := ETC
|
||||||
LOCAL_SRC_FILES := bin/init.qcom.post_boot.sh
|
LOCAL_SRC_FILES := bin/init.qcom.post_boot.sh
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := init.qcom.sensors.sh
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_CLASS := ETC
|
|
||||||
LOCAL_SRC_FILES := bin/init.qcom.sensors.sh
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
|
||||||
include $(BUILD_PREBUILT)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := init.qcom.rc
|
LOCAL_MODULE := init.qcom.rc
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
|
@ -1,44 +0,0 @@
|
||||||
#!/vendor/bin/sh
|
|
||||||
# Copyright (c) 2015, 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.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Function to start sensors for SSC enabled platforms
|
|
||||||
#
|
|
||||||
start_sensors()
|
|
||||||
{
|
|
||||||
chmod -h 664 /persist/sensors/sensors_settings
|
|
||||||
chown -h -R system.system /persist/sensors
|
|
||||||
start vendor.sensors.qti
|
|
||||||
|
|
||||||
# Only for SLPI
|
|
||||||
if [ -c /dev/msm_dsps -o -c /dev/sensors ]; then
|
|
||||||
start vendor.sensors
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
start_sensors
|
|
|
@ -687,11 +687,6 @@ service qcom-sh /vendor/bin/init.qcom.sh
|
||||||
group root system radio
|
group root system radio
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service vendor-sensor-sh /vendor/bin/init.qcom.sensors.sh
|
|
||||||
class core
|
|
||||||
user root
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service vendor.qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
service vendor.qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||||
class late_start
|
class late_start
|
||||||
user root
|
user root
|
||||||
|
|
|
@ -243,7 +243,6 @@ PRODUCT_PACKAGES += \
|
||||||
init.goodix.sh \
|
init.goodix.sh \
|
||||||
init.msm.usb.configfs.rc \
|
init.msm.usb.configfs.rc \
|
||||||
init.qcom.post_boot.sh \
|
init.qcom.post_boot.sh \
|
||||||
init.qcom.sensors.sh \
|
|
||||||
init.qcom.rc \
|
init.qcom.rc \
|
||||||
init.qcom.sh \
|
init.qcom.sh \
|
||||||
init.qcom.usb.rc \
|
init.qcom.usb.rc \
|
||||||
|
|
Loading…
Reference in a new issue