7daa66aa07
This patch replaces the legacy libhardware based gatekeeper HAL with a true HIDL based implementation. Test: Workes with trusty gatekeeper Change-Id: I072b0c3fc74523400132aacd34e2f2cac9cf261b Merged-In: I072b0c3fc74523400132aacd34e2f2cac9cf261b
11 lines
321 B
XML
11 lines
321 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.gatekeeper</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IGatekeeper</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|