aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorAbir Ghosh <abirg@codeaurora.org>2017-08-10 19:52:39 +0530
committerAbir Ghosh <abirg@codeaurora.org>2017-08-17 15:35:53 +0530
commit5562841b3c006a900f0d8147a722ad9b4409a811 (patch)
tree4d1fb2e6b3fd791d339c8e803967969a20afc1d8 /manifest.xml
parentf4ac481521c9161c9c1f72564de74284ae2a68ef (diff)
sdm660_64: Add support for Fingerprint
Add support for starting Fingerprint Daemon. Change-Id: I6635a2924b29e0e2a7027425e2a466da0eb5180e
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 23d23a1..bba0679 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -165,6 +165,25 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>legacy/0</instance>
</interface>
</hal>
+ <!-- fingerprint hal: using remote service instead of Google's default service-->
+ <hal format="hidl">
+ <name>android.hardware.biometrics.fingerprint</name>
+ <transport>hwbinder</transport>
+ <version>2.1</version>
+ <interface>
+ <name>IBiometricsFingerprint</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
+ <name>vendor.qti.hardware.fingerprint</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IQtiExtendedFingerprint</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>