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 15:52:49 -0500
commit754a92db4fac110a62ddb5549fd50dd001d1a859 (patch)
tree576fb69829ece13873b93f0caac13c5eae78969c /conf.d/wgt/config.xml.in
parentf567ef6ddec3390bf0c9546b246e8e2a35389fbe (diff)
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>