universal7885: sperate gnss vintf

* a40 uses 2.0
This commit is contained in:
roynatech2544 2021-12-05 20:50:09 +09:00
commit 43379c1069
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 17 additions and 0 deletions

View file

@ -8,3 +8,7 @@ ODM_MANIFEST_NFC_FILES := $(MANIFEST_PATH)/manifest_nfc.xml
ifeq ($(filter $(TARGET_DEVICE), a10),)
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/manifest_fingerprint.xml
endif
ifneq ($(filter $(TARGET_DEVICE), a40),)
DEVICE_MANIFEST_FILE += $(MANIFEST_PATH)/manifest_gnss.xml
endif

View file

@ -0,0 +1,13 @@
<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>
<fqname>@2.0::IGnss/default</fqname>
</hal>
</manifest>