This file is indexed.

/usr/share/freesmartphone/xml/org.freesmartphone.GSM.PDP.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
<?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.PDP">
    <method name="SetCredentials">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="apn" direction="in"/>
      <arg type="s" name="username" direction="in"/>
      <arg type="s" name="password" 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="GetCredentials">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="apn" direction="out"/>
      <arg type="s" name="username" direction="out"/>
      <arg type="s" name="password" 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>
    <property name="RoamingAllowed" type="b" access="readwrite"/>
    <method name="ActivateContext">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <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="DeactivateContext">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <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="GetContextStatus">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" fso:type="org.freesmartphone.GSM.ContextStatus" 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>
    <signal name="ContextStatus">
      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="status" fso:type="org.freesmartphone.GSM.ContextStatus"/>
      <arg type="a{sv}" name="properties"/>
    </signal>
    <method name="InternalStatusUpdate">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="status" direction="in"/>
      <arg type="a{sv}" name="properties" 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>
  </interface>
  <fso:enumeration xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="s" name="org.freesmartphone.GSM.ContextStatus">
    <fso:member name="unknown" value="unknown"/>
    <fso:member name="incoming" value="incoming"/>
    <fso:member name="outgoing" value="outgoing"/>
    <fso:member name="active" value="active"/>
    <fso:member name="released" value="released"/>
    <fso:member name="shutdown" value="shutdown"/>
    <fso:member name="suspended" value="suspended"/>
  </fso:enumeration>
</node>