Skip to content

sonyxperiadev/vendor-sony-oss-fingerprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sony Fingerprint HAL

This is an open android HAL to enable the use for the fingerprint authentication sensor on the sony platforms. It makes use of the TrustZone (TZ) fingerprint application via the QSEECOM API (documented here https://android.googlesource.com/platform/hardware/qcom/keymaster/+/android-6.0.1_r26/QSEEComAPI.h)

Overview

Rebuild and run quickly

$ m [email protected] && adb sync && adb shell setprop ctl.restart fps_hal

On devices where adb sync tries to sync too much, in turn running out of inodes, push the binary directly. For PDX213 for example:

$ m [email protected] && adb push out/target/product/pdx213/vendor/bin/hw/[email protected] vendor/bin/hw && adb shell setprop ctl.restart fps_hal

License

Copyright (C) 2016 Shane Francis / Jens Andersen

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.

About

Sony Fingerprint HAL (TZ based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.7%
  • C 37.2%
  • Makefile 1.1%