summaryrefslogtreecommitdiffstats
path: root/dbus_interface/org.agl.naviapi.xml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-10-17 06:34:09 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-11 01:05:08 -0800
commitca2db695f1258e0b325c7454a8f79c6d7b2eb48b (patch)
tree57a1779ae7e8c4ae6e6946f76e81a81512f7d4e2 /dbus_interface/org.agl.naviapi.xml
parent7d7a2abc459456aa261f53d1f07ff54a2e6a810a (diff)
ondemandnavi: remove DBus interface
For proper afb interfae to function the DBus support needs to be removed. Bug-AGL: SPEC-2880 Change-Id: Ib501583e5cb3821bf5479d875e447411477c7da3 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'dbus_interface/org.agl.naviapi.xml')
-rw-r--r--dbus_interface/org.agl.naviapi.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/dbus_interface/org.agl.naviapi.xml b/dbus_interface/org.agl.naviapi.xml
deleted file mode 100644
index 87bf87d..0000000
--- a/dbus_interface/org.agl.naviapi.xml
+++ /dev/null
@@ -1,34 +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>
- <!-- for Debug heading-up driving over long distance routes -->
- <signal name="checkdirection">
- <arg name="cur_direction" type="d" direction="out"/>
- <arg name="next_direction" type="d" direction="out"/>
- <arg name="is_rotating" type="d" direction="out"/>
- </signal>
- </interface>
-</node>