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 20:46:59 +0000 |
commit | 432255ac81fadc2885f0287d41ca89ae6011e96b (patch) | |
tree | a43a8856e8251416f15e3e28942036e0fcfccd0b /conf.d | |
parent | a6aff946abf587bfb79e7b9e51141795fd91a843 (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')
-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> |