diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-27 11:17:15 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-27 12:22:11 -0800 |
commit | 133ac94184bbd28b53544b34e3391f8d6bffdeca (patch) | |
tree | d715d82e44897c2b75fe38d9a72bb584528cb30f /interfaces/afm_user_daemon.xml | |
parent | 7dcc687d179c645f4ccf7fffdb507e18b8d562c4 (diff) |
homescreen: remove unused DBus code artifacts
All accesses to control launching applications are now done
via agl-service-homescreen/libhomescreen, and thus the unused
DBus interface can be removed.
Bug-AGL: SPEC-3137
Change-Id: I56201c138c7061bba8114e367729d2b29f672ed1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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> |