android_device_samsung_a20/universal7885-common/configs/vintf/manifest_gnss.xml
Sebastiano Barezzi 37fe35f526
universal7885: Use only full qualified name for manifest entries
* As recommended by Google for multiple different versions of the same HAL in VINTF manifests
* https://android.googlesource.com/platform/hardware/interfaces/+/master/drm/1.1/README.md#devices-launching-with-android-pie
Signed-off-by: YadavMohit19 <mohityadav050575@gmail.com>
Change-Id: I56c926847e2a575cb698b51517be395a8cc3e21c
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-26 07:38:03 +09:00

12 lines
374 B
XML

<manifest version="1.0" type="device">
<hal format="hidl" override="true">
<name>android.hardware.gnss</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IGnss</name>
<instance>default</instance>
</interface>
<fqname>@1.1::IGnss/default</fqname>
</hal>
</manifest>