== final built fingerprint rc/xml files ==

================ out/target/product/CK7n/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-mediatek.rc ================
service vendor.tran_fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service-mediatek
    # "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
    writepid /dev/cpuset/system-background/tasks
on post-fs-data
    mkdir /data/vendor/tran_fp 0766 system system

    mkdir /data/vendor/fpdump
    chmod 0777 /data/vendor/fpdump
    chown system system /data/vendor/fpdump

================ out/target/product/CK7n/vendor/etc/init/android.hardware.biometrics.fingerprint@2.3-service.transsion.rc ================
service vendor.fps_hal_transsion /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.transsion
    class late_start
    user system
    group system

================ out/target/product/CK7n/vendor/etc/init/vendor.goodix.rc ================
on post-fs-data
    # add for goodix Fingerprint

    chmod 0660 /dev/goodix_fp
    chown system root /dev/goodix_fp

    mkdir /data/vendor/goodix
    chmod 0777 /data/vendor/goodix
    chown system system /data/vendor/goodix

    mkdir /data/vendor/goodix/gf_data
    chmod 0777 /data/vendor/goodix
    chown system system /data/vendor/goodix/gf_data

    chmod 0777 /proc/ppm/enabled
    chmod 0777 /proc/ppm/policy/ut_fix_core_num
    chmod 0777 /proc/ppm/policy/ut_fix_freq_idx

================ out/target/product/CK7n/vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service-mediatek.xml ================
<manifest version="1.0" type="device">
    <!--SDD:add optical fingerprint by wangweidong start-->
    <hal format="hidl">
        <name>vendor.mediatek.hardware.biometrics.fingerprint</name>
        <transport>hwbinder</transport>
        <version>2.1</version>
        <interface>
            <name>ITranBiometricsFingerprint</name>
            <instance>default</instance>
        </interface>
    </hal>
    <!--SDD:add optical fingerprint by wangweidong end-->
</manifest>

================ out/target/product/CK7n/vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.3-service.transsion.xml ================
<!--
    Input:
        hardware/transsion/hidl/biometrics/android.hardware.biometrics.fingerprint@2.3-service.transsion.xml
-->
<manifest version="8.0" type="device">
    <hal format="hidl">
        <name>android.hardware.biometrics.fingerprint</name>
        <transport>hwbinder</transport>
        <fqname>@2.3::IBiometricsFingerprint/default</fqname>
    </hal>
</manifest>

================ out/target/product/CK7n/vendor/etc/vintf/manifest/manifest_goodix.xml ================
<!--goodix-->
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>vendor.goodix.hardware.biometrics.fingerprint</name>
        <transport>hwbinder</transport>
        <version>2.1</version>
        <interface>
            <name>IGoodixFingerprintDaemon</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>

================ out/target/product/CK7n/vendor/etc/permissions/android.hardware.fingerprint.xml ================
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!-- This is the standard set of features for a biometric fingerprint sensor. -->
<permissions>
    <feature name="android.hardware.fingerprint" />
</permissions>
