This file is indexed.

/usr/share/shr-specs/xml/org.shr.phoneui.CallManagement.xml is in shr-specs 2011.03.08.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
<?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.shr.phoneui.CallManagement">
    <method name="DisplayIncoming">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="call_id" direction="in"/>
      <arg type="i" name="status" direction="in"/>
      <arg type="s" name="number" direction="in"/>
    </method>
    <method name="HideIncoming">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="call_id" direction="in"/>
    </method>
    <method name="DisplayOutgoing">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="call_id" direction="in"/>
      <arg type="i" name="status" direction="in"/>
      <arg type="s" name="number" direction="in"/>
    </method>
    <method name="HideOutgoing">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="call_id" direction="in"/>
    </method>
  </interface>
</node>