sanders: build camera provider service

* And add hidl to manifest
* Also add memtrack service
This commit is contained in:
Vachounet
2018-05-16 13:53:45 +02:00
committed by therootlord
parent da6eee2704
commit 660bbadb06
2 changed files with 19 additions and 4 deletions

View File

@@ -491,6 +491,15 @@
<instance>default</instance>
</interface>
</hal>
<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>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
@@ -501,11 +510,11 @@
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name>
<name>android.hardware.memtrack</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>1.0</version>
<interface>
<name>IBiometricsFingerprint</name>
<name>IMemtrack</name>
<instance>default</instance>
</interface>
</hal>