peridot: Remove mfp stack

Change-Id: I7f05ba642d6ffedc30aff71d9421f16884b4fea2
This commit is contained in:
AdarshGrewal
2025-08-16 01:03:20 +05:30
parent da1fa5cb30
commit 57ecd053c7
16 changed files with 0 additions and 194 deletions

Binary file not shown.

View File

@@ -1,56 +0,0 @@
service mfp-daemon /vendor/bin/hw/mfp-daemon
interface aidl android.hardware.biometrics.fingerprint.IFingerprint/virtual
class late_start
user system
group system drmrpc diag input uhid
seclabel u:r:vendor_mfp-daemon:s0
capabilities SYS_NICE
on early-boot
chown system graphics /sys/bus/platform/devices/soc:xiaomi_fingerprint/fingerdown
chmod 0664 /sys/bus/platform/devices/soc:xiaomi_fingerprint/fingerdown
on boot
chmod 0666 /dev/goodix_fp
chown system system /dev/goodix_fp
chmod 0666 /dev/xiaomi-fp
chown system system /dev/xiaomi-fp
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/irq
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/irq_enable
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/wakeup_enable
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/hw_reset
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/device_prepare
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/fingerdown_wait
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/vendor
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/request_vreg
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/simulate_irq
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/finger_irq
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/power_cfg
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/power_ctrl
chown system system /sys/bus/platform/devices/soc:fingerprint_fpc/screen
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/irq
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/wakeup_enable
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/hw_reset
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/device_prepare
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/vendor
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/request_vreg
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/simulate_irq
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/finger_irq
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/power_cfg
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/power_ctrl
chmod 0700 /sys/bus/platform/devices/soc:fingerprint_fpc/screen
chmod 0666 /dev/input/event2
on post-fs-data
mkdir /data/vendor/misc 01771 system system
mkdir /data/vendor/misc/mi_fp 0770 system system
mkdir /persist/mi_fp 0770 system system
mkdir /mnt/vendor/persist/mi_fp 0770 system system
mkdir /data/vendor/fpc 0770 system system
mkdir /data/vendor/fpdump 0770 system system
mkdir /data/vendor/goodix 0770 system system
mkdir /data/vendor/fingerprint 0770 system system
mkdir /mnt/vendor/persist/goodix 0770 system system
on property:vendor.fps_hal.restartimes=max
stop mfp-daemon

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2018 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<permissions>
<library name="vendor.qti.hardware.fingerprint.IQtiExtendedFingerprint"
file="/system/framework/vendor.qti.hardware.fingerprint-V1-java.jar"/>
</permissions>

View File

@@ -1,7 +0,0 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.biometrics.fingerprint</name>
<version>3</version>
<fqname>IFingerprint/virtual</fqname>
</hal>
</manifest>

View File

@@ -1,55 +0,0 @@
<!-- Copyright (c) 2018-2019 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 "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.
-->
<manifest version="1.0" type="device">
<!-- xiaomi fod service-->
<hal format="aidl">
<name>vendor.xiaomi.hardware.fingerprintextension</name>
<version>1</version>
<fqname>IXiaomiFingerprint/default</fqname>
</hal>
<hal format="aidl">
<name>com.fingerprints.extension3</name>
<version>1</version>
<fqname>IFingerprintSensorTest/default</fqname>
</hal>
<hal format="aidl">
<name>com.fingerprints.extension3</name>
<version>1</version>
<fqname>IFingerprintNavigation/default</fqname>
</hal>
<hal format="aidl">
<name>vendor.xiaomi.hardware.fx.tunnel</name>
<version>1</version>
<fqname>IMiFxTunnel/default</fqname>
</hal>
<hal format="aidl">
<name>vendor.xiaomi.hardware.dtool1</name>
<version>1</version>
<fqname>IDtool/default</fqname>
</hal>
</manifest>