This file is indexed.

/usr/share/freesmartphone/xml/org.freesmartphone.GSM.MUX.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
<?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.MUX">
    <method name="OpenSession">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg name="advanced" type="b" direction="in"/>
      <arg name="framesize" type="i" direction="in"/>
      <arg name="portname" type="s" direction="in"/>
      <arg name="portspeed" type="i" 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="CloseSession">
      <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="AllocChannel">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg name="origin" type="s" direction="in"/>
      <arg name="channel" type="i" direction="in"/>
      <arg name="path" type="s" direction="out"/>
      <arg name="allocated_channel" type="i" 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="ReleaseChannel">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg name="origin" type="s" 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="SetStatus">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg name="channel" type="i" direction="in"/>
      <arg name="status" type="s" 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="Status">
      <arg type="s" name="status"/>
    </signal>
  </interface>
</node>