This file is indexed.

/usr/share/freesmartphone/xml/org.freesmartphone.GSM.SMS.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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.GSM.SMS">
    <method name="RetrieveTextMessages">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QFsoSIMMessageList"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="a(issssa{sv})" name="messages" direction="out" fso:type="org.freesmartphone.GSM.SIMMessage"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
    </method>
    <method name="GetSizeForTextMessage">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="contents" direction="in"/>
      <arg type="u" name="messages" direction="out"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
    </method>
    <method name="SendTextMessage">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="recipient_number" direction="in"/>
      <arg type="s" name="contents" direction="in"/>
      <arg type="b" name="report" direction="in"/>
      <arg type="i" name="reference" direction="out"/>
      <arg type="s" name="timestamp" direction="out"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone.GSM"/>
      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/>
    </method>
    <signal name="IncomingTextMessage">
      <arg type="s" name="number"/>
      <arg type="s" name="timestamp"/>
      <arg type="s" name="contents"/>
    </signal>
    <signal name="IncomingMessageReport">
      <arg type="i" name="reference"/>
      <arg type="s" name="status"/>
      <arg type="s" name="sender_number"/>
      <arg type="s" name="contents"/>
    </signal>
  </interface>
</node>