diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-01-28 12:32:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-01-28 12:32:48 +0000 |
commit | 9218d82e97b7eab3f8835ce195f52b3e4280205b (patch) | |
tree | 008c1996d12a302c737ad532e61198587588ba68 /interfaces/afm_user_daemon.xml | |
parent | c9c9e1d5ab372f1abd982072644766b008a384f0 (diff) | |
parent | 133ac94184bbd28b53544b34e3391f8d6bffdeca (diff) |
Merge "homescreen: remove unused DBus code artifacts"icefish_8.99.5icefish/8.99.58.99.5
Diffstat (limited to 'interfaces/afm_user_daemon.xml')
-rw-r--r-- | interfaces/afm_user_daemon.xml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/interfaces/afm_user_daemon.xml b/interfaces/afm_user_daemon.xml deleted file mode 100644 index 17b7d63..0000000 --- a/interfaces/afm_user_daemon.xml +++ /dev/null @@ -1,52 +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 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="once"> - <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> |