android_device_samsung_mond.../manifest.xml
retiredtab-gerrit e96871ab7a mondrianwifi: get rid of all duplicate manifest.xml entries
Since we changed

DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml

to

DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml

the latter appends the mondrianwifi manifest.xml to the existing msm8974
manifest.  So get rid of all the duplicate entries.
2022-08-20 13:33:41 +02:00

34 lines
1018 B
XML
Executable File

<manifest version="1.0" type="device" target-level="legacy">
<hal format="hidl">
<name>vendor.qti.hardware.cryptfshw</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptfsHw</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vibrator</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IKeyDisabler</name>
<instance>default</instance>
</interface>
<interface>
<name>IStylusMode</name>
<instance>default</instance>
</interface>
</hal>
</manifest>