mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
In default implementation, both AIDL HAL and the v2.1 HIDL HAL services are running in the same process. The HIDL HAL implementation is able to interact with the AIDL HAL implementation. Bug: 168111993 Bug: 150192654 Test: on cuttlefish Change-Id: Ib2770780b62a939f6ca447dfb6a6ab888c526fec
13 lines
344 B
XML
13 lines
344 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.gnss</name>
|
|
<transport>hwbinder</transport>
|
|
<version>2.1</version>
|
|
<version>1.1</version>
|
|
<interface>
|
|
<name>IGnss</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|