diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-10 18:23:23 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-21 15:53:57 -0800 |
commit | f679e8238131daa18a23efe232710730ba27ea67 (patch) | |
tree | e69947d07de68a6d1705962910c6590734694bf2 /app/org.agl.naviapi.xml | |
parent | c4e175498fd57d3a8f571eb2b20575aed4a3ca2a (diff) |
tbtnavi: remove dbus navicore client
In order to use new agl-service-navigation the current navicore
DBus client needs to be removed.
Bug-AGL: SPEC-2880
Change-Id: I4c6eef6c44ec55aa1fd2fc6b73c2cf3aa7fbd51e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/org.agl.naviapi.xml')
-rw-r--r-- | app/org.agl.naviapi.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app/org.agl.naviapi.xml b/app/org.agl.naviapi.xml deleted file mode 100644 index 5874c35..0000000 --- a/app/org.agl.naviapi.xml +++ /dev/null @@ -1,28 +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> - <interface name="org.agl.naviapi"> - <!-- void signalRouteInfo() --> - <signal name="signalRouteInfo"> - <arg name="start_latitude" type="d" direction="out"/> - <arg name="start_longitude" type="d" direction="out"/> - <arg name="end_latitude" type="d" direction="out"/> - <arg name="end_longitude" type="d" direction="out"/> - </signal> - <!-- void signalPosInfo() --> - <signal name="signalPosInfo"> - <arg name="latitude" type="d" direction="out"/> - <arg name="longitude" type="d" direction="out"/> - <arg name="direction" type="d" direction="out"/> - <arg name="distance" type="d" direction="out"/> - </signal> - <!-- void signalStopDemo() --> - <signal name="signalStopDemo"> - </signal> - <!-- void signalArrived() --> - <signal name="signalArrived"> - </signal> - <!-- void getRouteInfo() --> - <signal name="getRouteInfo"> - </signal> - </interface> -</node> |