adds introspection files for dbus
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 8 Nov 2016 12:43:17 +0000 (13:43 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 8 Nov 2016 12:58:38 +0000 (13:58 +0100)
Change-Id: I8602eadc2399588030a44aa98593556c38b0754a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afm-system-daemon.xml [new file with mode: 0644]
src/afm-user-daemon.xml [new file with mode: 0644]

diff --git a/src/afm-system-daemon.xml b/src/afm-system-daemon.xml
new file mode 100644 (file)
index 0000000..482daf9
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/org/AGL/afm/system">
+  <interface name="org.AGL.afm.system">
+    <method name="install">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="uninstall">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <signal name="changed">
+      <arg name="out" type="s" direction="out"/>
+    </signal>
+  </interface>
+</node>
diff --git a/src/afm-user-daemon.xml b/src/afm-user-daemon.xml
new file mode 100644 (file)
index 0000000..772e45d
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/org/AGL/afm/user">
+  <interface name="org.AGL.afm.user">
+    <method name="runnables">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="detail">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="start">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="terminate">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="pause">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="resume">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="runners">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="state">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="install">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="uninstall">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <signal name="changed">
+      <arg name="out" type="s" direction="out"/>
+    </signal>
+  </interface>
+</node>