adding the xml introspection of afm-user-daemon
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 4 Nov 2016 16:45:33 +0000 (17:45 +0100)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Fri, 4 Nov 2016 16:49:44 +0000 (17:49 +0100)
Change-Id: Ifa30ae67b383e99a190f9e0cd590ee8133bacf65
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
interfaces/afm-user-daemon.xml [new file with mode: 0644]

diff --git a/interfaces/afm-user-daemon.xml b/interfaces/afm-user-daemon.xml
new file mode 100644 (file)
index 0000000..f243732
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node path="/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="stop">
+      <arg name="in" type="s" direction="in"/>
+      <arg name="out" type="s" direction="out"/>
+    </method>
+    <method name="continue">
+      <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>
+  </interface>
+</node>