15 lines
488 B
XML
15 lines
488 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
vendor/oxmc/vesperprofiled/vesperprofiled.xml
|
|
VINTF compatibility matrix fragment.
|
|
Declares that this device provides the IVesperProfileService AIDL HAL.
|
|
Installed to /system/etc/vintf/manifest/ by the build system.
|
|
-->
|
|
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>me.oxmc.vesperos.profile</name>
|
|
<version>1</version>
|
|
<fqname>IVesperProfileService/default</fqname>
|
|
</hal>
|
|
</manifest>
|