This file is indexed.

/usr/share/freesmartphone/xml/org.freesmartphone.GSM.SIM.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
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<?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.SIM">
    <method name="GetAuthStatus">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" direction="out" fso:type="org.freesmartphone.GSM.SIMAuthStatus"/>
      <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="AuthStatus">
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" fso:type="org.freesmartphone.GSM.SIMAuthStatus"/>
    </signal>
    <method name="SendAuthCode">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="pin" direction="in"/>
      <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="GetUnlockCounters">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="a{sv}" name="counters" 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="Unlock">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="puk" direction="in"/>
      <arg type="s" name="new_pin" direction="in"/>
      <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="ChangeAuthCode">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="old_pin" direction="in"/>
      <arg type="s" name="new_pin" direction="in"/>
      <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="SetAuthCodeRequired">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="b" name="check" direction="in"/>
      <arg type="s" name="pin" direction="in"/>
      <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="GetAuthCodeRequired">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="b" name="check" 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="GetSimInfo">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="a{sv}" name="info" 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="SendGenericSimCommand">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="command" direction="in"/>
      <arg type="s" name="result" 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="SendRestrictedSimCommand">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="command" direction="in"/>
      <arg type="i" name="fileid" direction="in"/>
      <arg type="i" name="p1" direction="in"/>
      <arg type="i" name="p2" direction="in"/>
      <arg type="i" name="p3" direction="in"/>
      <arg type="s" name="data" direction="in"/>
      <arg type="s" name="result" 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="GetHomeZoneParameters">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QFsoSIMHomeZoneList"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="a(siii)" name="homezones" direction="out" fso:type="org.freesmartphone.GSM.SIMHomeZone"/>
      <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="GetPhonebookInfo">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="category" direction="in"/>
      <arg type="i" name="slots" direction="out"/>
      <arg type="i" name="numberlength" direction="out"/>
      <arg type="i" name="namelength" 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="DeleteEntry">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="category" direction="in"/>
      <arg type="i" name="index" direction="in"/>
      <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="StoreEntry">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="category" direction="in"/>
      <arg type="i" name="index" direction="in"/>
      <arg type="s" name="name" direction="in"/>
      <arg type="s" name="number" direction="in"/>
      <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="RetrievePhonebook">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QFsoSIMEntryList"/>
      <arg type="s" name="category" direction="in"/>
      <arg type="i" name="mindex" direction="in"/>
      <arg type="i" name="maxdex" direction="in"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="a(iss)" name="entries" direction="out" fso:type="org.freesmartphone.GSM.SIMEntry"/>
      <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="GetServiceCenterNumber">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="number" 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="SetServiceCenterNumber">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="number" direction="in"/>
      <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="IncomingMessage">
      <arg type="i" name="index"/>
    </signal>
    <method name="DeleteMessage">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="index" direction="in"/>
      <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="StoreMessage">
      <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="a{sv}" name="properties" direction="in"/>
      <arg type="i" name="index" 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="SendStoredMessage">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="index" direction="in"/>
      <arg type="i" name="transaction_index" 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>
    <method name="RetrieveMessage">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="index" direction="in"/>
      <arg type="s" name="status" direction="out"/>
      <arg type="s" name="sender_number" direction="out"/>
      <arg type="s" name="contents" direction="out"/>
      <arg type="a{sv}" name="properties" 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>
  </interface>
  <fso:enumeration xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="org.freesmartphone.GSM.SIMAuthStatus">
    <fso:member name="unknown" value="UNKNOWN"/>
    <fso:member name="ready" value="READY"/>
    <fso:member name="pin-required" value="SIM PIN"/>
    <fso:member name="puk-required" value="SIM PUK"/>
    <fso:member name="pin2-required" value="SIM PIN2"/>
    <fso:member name="puk2-required" value="SIM PUK2"/>
  </fso:enumeration>
  <fso:struct xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.GSM.SIMEntry">
    <fso:field name="index" type="i"/>
    <fso:field name="name" type="s"/>
    <fso:field name="number" type="s"/>
  </fso:struct>
  <fso:struct xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.GSM.SIMHomeZone">
    <fso:field name="name" type="s"/>
    <fso:field name="x" type="i"/>
    <fso:field name="y" type="i"/>
    <fso:field name="radius" type="i"/>
  </fso:struct>
  <fso:struct xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" name="org.freesmartphone.GSM.SIMMessage">
    <fso:field name="index" type="i"/>
    <fso:field name="status" type="s"/>
    <fso:field name="number" type="s"/>
    <fso:field name="timestamp" type="s"/>
    <fso:field name="contents" type="s"/>
    <fso:field name="properties" type="a{sv}"/>
  </fso:struct>
</node>