This checkout is PawletOS's fork (git.oxmc.me/PawletOS/profiled), so its own identity should read PawletOS, not VesperOS: binary/package name, AIDL package+interface (me.oxmc.vesperos.profile -> os.pawlet.profiled), D-Bus service/object/error names, C++ namespace (vesperos::profile -> pawletos::profile), sepolicy types, data paths (/data/system/vesperos -> /data/system/pawletos, /etc/vesperprofiled -> /etc/pawletprofiled), the vendored OpenSSL static-lib module names, and the ZTE protocol string. Also drops generated build output (obj-x86_64-linux-gnu/, debian/.debhelper, debian staging dir, debhelper log/substvars files) that had been committed by mistake, and adds a .gitignore so they don't come back. The stock/upstream vesperprofiled at git.oxmc.me/VesperOS/vesperprofiled is untouched -- this commit only goes to the pawletos remote.
15 lines
482 B
XML
15 lines
482 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
vendor/oxmc/pawletprofiled/pawletprofiled.xml
|
|
VINTF compatibility matrix fragment.
|
|
Declares that this device provides the IPawletProfileService AIDL HAL.
|
|
Installed to /system/etc/vintf/manifest/ by the build system.
|
|
-->
|
|
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>os.pawlet.profiled</name>
|
|
<version>1</version>
|
|
<fqname>IPawletProfileService/default</fqname>
|
|
</hal>
|
|
</manifest>
|