aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/wgt/config.xml.in
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-12-11 22:22:01 +0000
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-12-14 11:48:38 -0800
commitbcfa8087eafcf4d96fc70eaa10afdce4dcfd3655 (patch)
treea769ad73afff343905e55ab68bb9b6313335e6e6 /conf.d/wgt/config.xml.in
parent9b5ca97855494c9f9c4c80427400539d71c65759 (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/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 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>