mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +00:00
Bug: 314215524 Change-Id: I59988d13f9bedc3a2067f9ffc49d690048383d66 Signed-off-by: Jason Chiu <jasoncschiu@google.com>
24 lines
713 B
XML
24 lines
713 B
XML
<manifest version="1.0" type="device" target-level="7">
|
|
<hal format="hidl">
|
|
<name>android.hardware.graphics.mapper</name>
|
|
<transport arch="32+64">passthrough</transport>
|
|
<version>4.0</version>
|
|
<interface>
|
|
<name>IMapper</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>android.hardware.boot</name>
|
|
<fqname>IBootControl/default</fqname>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>com.google.input</name>
|
|
<version>2</version>
|
|
<interface>
|
|
<name>ITouchContextService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|