This file is indexed.

/usr/share/freesmartphone/xml/org.freesmartphone.Context.Manager.xml is in fso-specs 2012.07.27.2-1.

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
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
  <interface name="org.freesmartphone.Context.Manager">
    <method name="SubscribeLocationUpdates">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="desired_accuracy" direction="in" fso:type="org.freesmartphone.Context.LocationUpdateAccuracy"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
    </method>
    <method name="UnsubscribeLocationUpdates">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
    </method>
  </interface>
  <fso:enumeration xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="org.freesmartphone.Context.LocationUpdateAccuracy">
    <fso:member name="INVALID" value="invalid"/>
    <fso:member name="NAVI" value="navigation"/>
    <fso:member name="BEST" value="best"/>
    <fso:member name="10M" value="nearest-ten-meters"/>
    <fso:member name="100M" value="hundred-meters"/>
    <fso:member name="1KM" value="one-kilometer"/>
    <fso:member name="3KM" value="three-kilometers"/>
    <fso:member name="100KM" value="hundred-kilometers"/>
  </fso:enumeration>
</node>