summaryrefslogtreecommitdiffstats
path: root/src/afm-system-daemon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/afm-system-daemon.xml')
-rw-r--r--src/afm-system-daemon.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/afm-system-daemon.xml b/src/afm-system-daemon.xml
deleted file mode 100644
index 482daf9..0000000
--- a/src/afm-system-daemon.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<!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>