summaryrefslogtreecommitdiffstats
path: root/demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml')
-rw-r--r--demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml b/demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml
new file mode 100644
index 0000000..7f761e4
--- /dev/null
+++ b/demo/dbus-simple-service/com_pengutronix_jdb_SystemInfo.xml
@@ -0,0 +1,19 @@
+<node>
+ <interface name="com.pengutronix.jdb.SystemInfo">
+ <method name="Date">
+ <arg type="u" direction="out"/>
+ </method>
+ <method name="Noop">
+ </method>
+ <method name="Ping">
+ <arg type="s" direction="out"/>
+ <arg name="text" type="s" direction="in"/>
+ </method>
+ </interface>
+ <interface name="org.freedesktop.DBus.Introspectable">
+ <method name="Introspect">
+ <arg name="xml_data" type="s" direction="out"/>
+ </method>
+ </interface>
+</node>
+