<!--
This file is a copy of hardware/interfaces/wifi/1.6/default/android.hardware.wifi@1.0-service.xml,
but modified to have an invalid updatable-via-apex value. Attempts to install a vendor apex
that includes this file as a vintf fragment should fail.
-->
<manifest version="1.0" type="device">
    <hal format="hidl" updatable-via-apex="android.hardware.potato">
        <name>android.hardware.wifi</name>
        <transport>hwbinder</transport>
        <version>1.6</version>
        <interface>
            <name>IWifi</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>
