aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/wgt/config.xml.in
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-14 15:52:49 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-14 20:46:59 +0000
commit432255ac81fadc2885f0287d41ca89ae6011e96b (patch)
treea43a8856e8251416f15e3e28942036e0fcfccd0b /conf.d/wgt/config.xml.in
parenta6aff946abf587bfb79e7b9e51141795fd91a843 (diff)
Integrate navigation voice capability useicefish_8.99.5icefish/8.99.58.99.5
Add code to pull in the voice capabilities binding, subscribe to the existing setDestination and cancelNavigation events, and use the data that comes from them to set/clear the destination waypoint. Bug-AGL: SPEC-3107 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iaeb0283492cc89e8cff1a1558cab7554e32e3142
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r--conf.d/wgt/config.xml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 485407e..c0c1cfd 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -17,6 +17,10 @@
</feature>
<feature name="urn:AGL:widget:required-api">
+ <param name="vshl-capabilities" value="ws" />
+ </feature>
+
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>