mirror of
https://github.com/oplus-giulia-dev/android_device_oneplus_sm8650-common
synced 2025-11-03 21:55:36 +08:00
Makes the QTI GNSS service happy. Thanks luca020400 for the help. Change-Id: I6de25b0b3fde6cce3a6cdf95f31c68734d429956
12 lines
331 B
XML
12 lines
331 B
XML
<manifest version="1.0" type="framework">
|
|
<hal format="hidl">
|
|
<name>vendor.qti.hardware.qccsyshal</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.2</version>
|
|
<interface>
|
|
<name>IQccsyshal</name>
|
|
<instance>qccsyshal</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|