diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 22:22:01 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 22:22:01 +0000 |
commit | 404f3d662374404c9f5484a78ea2b8da9ba8656f (patch) | |
tree | 62edc8433027c9dd699078f8175e1020502957b0 /conf.d/wgt | |
parent | 3e0fac611d7d2f4b4c646253a16ff5df1991601c (diff) |
Initial steering wheel event support
Add initial basic support for next/previous events from signal composer,
mapping them to seek forward/back. More work will be required to handle
the issues around both mediaplayer and radio both being running and
differentiating which should handle the events.
Additionally, complete transition to binding version 3 to clean things
up.
Bug-AGL: SPEC-3046
Change-Id: I251fa461c96dba584a3fe0069bab4fd2e54701ad
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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 465f704..c98dce2 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -21,6 +21,10 @@ <param name="radio" value="ws" /> </feature> + <feature name="urn:AGL:widget:required-api"> + <param name="signal-composer" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> |