diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-14 15:52:49 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-14 15:52:49 -0500 |
commit | 754a92db4fac110a62ddb5549fd50dd001d1a859 (patch) | |
tree | 576fb69829ece13873b93f0caac13c5eae78969c /conf.d/wgt | |
parent | f567ef6ddec3390bf0c9546b246e8e2a35389fbe (diff) |
Integrate navigation voice capability usehalibut_8.0.6halibut_8.0.5halibut/8.0.6halibut/8.0.58.0.68.0.5halibut
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')
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
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> |