/usr/share/dbus-1/interfaces/com.ubuntu.location.providers.here.AccountsService.xml is in ubuntu-location-provider-here 0.1+15.10.20150601.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <node>
<interface name="com.ubuntu.location.providers.here.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension"
value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
value="com.ubuntu.AccountsService.GreeterReadAny"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
value="com.ubuntu.AccountsService.GreeterChangeAny"/>
<property name="LicenseAccepted" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue"
value="false"/>
</property>
<property name="LicenseBasePath" type="s" access="read">
<annotation name="org.freedesktop.Accounts.DefaultValue"
value="'/custom/vendor/here/location-provider/consent/'"/>
</property>
</interface>
</node>
|