devon: Import blobs from S2SNS32.34-60-6
Change-Id: Ieb2080ddf641c3746da32c536eab73c655a9fd11
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
service ets_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-ets
|
||||
# "class hal" causes a race condition on some devices due to files created
|
||||
# in /data. As a workaround, postpone startup until later in boot once
|
||||
# /data is mounted.
|
||||
class late_start
|
||||
user system
|
||||
group system input uhid
|
||||
disabled
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-fpc
|
||||
# "class hal" causes a race condition on some devices due to files created
|
||||
# in /data. As a workaround, postpone startup until later in boot once
|
||||
# /data is mounted.
|
||||
class late_start
|
||||
user system
|
||||
group system input uhid
|
||||
disabled
|
||||
@@ -0,0 +1,16 @@
|
||||
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=true
|
||||
start vendor.st_nfc_hal_service
|
||||
|
||||
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=st
|
||||
start vendor.st_nfc_hal_service
|
||||
|
||||
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=ese_st
|
||||
start vendor.st_nfc_hal_service
|
||||
|
||||
service vendor.st_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.st
|
||||
class hal
|
||||
user nfc
|
||||
group nfc
|
||||
disabled
|
||||
# Motorola, wangjiao, 06/02/2021, IKSWR-85914, add shutdown critical
|
||||
shutdown critical
|
||||
@@ -0,0 +1,23 @@
|
||||
|
||||
# This file needs to be executed by vendor_init at boot of the device,
|
||||
# both in normal and factory mode.
|
||||
|
||||
on post-fs
|
||||
# Change ownership and permision of st nfc device
|
||||
chown nfc nfc /dev/st21nfc
|
||||
chmod 0660 /dev/st21nfc
|
||||
|
||||
on property:ro.vendor.hw.nfc=true && property:persist.vendor.radio.multisim.config=*
|
||||
start vendor.stflashtool
|
||||
|
||||
on property:ro.vendor.hw.nfc=st && property:persist.vendor.radio.multisim.config=*
|
||||
start vendor.stflashtool
|
||||
|
||||
on property:ro.vendor.hw.nfc=ese_st && property:persist.vendor.radio.multisim.config=*
|
||||
start vendor.stflashtool
|
||||
|
||||
service vendor.stflashtool /vendor/bin/STFlashTool -c /vendor/etc/st21nfc_conf.txt -P vendor.nfc.fw_status
|
||||
group nfc
|
||||
user nfc
|
||||
oneshot
|
||||
disabled
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
# Egistec fingerprint feature
|
||||
on post-fs-data
|
||||
mkdir /persist/egis 0770 system system
|
||||
chmod 0660 /sys/devices/platform/egis_input/navigation_event
|
||||
chmod 0660 /sys/devices/platform/egis_input/navigation_enable
|
||||
chmod 0660 /sys/devices/soc/0.et320/etspi_enable
|
||||
chown system system /sys/devices/platform/egis_input/navigation_enable
|
||||
chown system system /sys/devices/platform/egis_input/navigation_event
|
||||
chown system system /sys/devices/soc/0.et320/etspi_enable
|
||||
restorecon /sys/devices/platform/egis_input/navigation_enable
|
||||
restorecon /sys/devices/platform/egis_input/navigation_event
|
||||
restorecon /sys/devices/soc/0.et320/etspi_enable
|
||||
# Egistec fingerprint fp daemon start
|
||||
# service etsd /system/bin/etsd
|
||||
# user system
|
||||
# group system input
|
||||
# class late_start
|
||||
|
||||
on post-fs-data
|
||||
# service-ets
|
||||
on property:ro.vendor.hw.fps=false
|
||||
stop ets_hal
|
||||
@@ -0,0 +1,20 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
#All Rights Reserved.
|
||||
#Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
#Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
|
||||
service thermal-engine /vendor/bin/thermal-engine
|
||||
class main
|
||||
user root
|
||||
group root system oem_2907
|
||||
socket thermal-send-client stream 0660 system oem_2907
|
||||
socket thermal-recv-client stream 0660 system oem_2907
|
||||
socket thermal-recv-passive-client stream 0660 system oem_2907
|
||||
socket thermal-send-rule stream 0660 system oem_2907
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
restart thermal-engine
|
||||
Reference in New Issue
Block a user