1<?xml version="1.0" encoding="UTF-8" ?> 2 3<node name="/"> 4 <interface name="org.chromium.FakeModem"> 5 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="fake_modem"/> 6 <method name="SendUnsolicited"> 7 <annotation name="org.freedesktop.DBus.GLib.CSymbol" 8 value="send_unsolicited" /> 9 <arg type="s" name="str" direction="in" /> 10 </method> 11 <method name="SetResponse"> 12 <annotation name="org.freedesktop.DBus.GLib.CSymbol" 13 value="set_response" /> 14 <arg type="s" name="command" direction="in" /> 15 <arg type="s" name="reply" direction="in" /> 16 <arg type="s" name="responsetext" direction="in" /> 17 </method> 18 <method name="RemoveResponse"> 19 <annotation name="org.freedesktop.DBus.GLib.CSymbol" 20 value="remove_response" /> 21 <arg type="s" name="command" direction="in" /> 22 </method> 23 </interface> 24</node> 25