diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-11 22:22:01 +0000 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-12-14 11:48:38 -0800 |
commit | bcfa8087eafcf4d96fc70eaa10afdce4dcfd3655 (patch) | |
tree | a769ad73afff343905e55ab68bb9b6313335e6e6 /binding/CMakeLists.txt | |
parent | 9b5ca97855494c9f9c4c80427400539d71c65759 (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 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 8f5b43a..75b30bf 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -1,6 +1,6 @@ ########################################################################### # Copyright 2015, 2016, 2017 IoT.bzh -# Copyright (C) 2018 Konsulko Group +# Copyright (C) 2018, 2019 Konsulko Group # # author: Fulup Ar Foll <fulup@iot.bzh> # contrib: Romain Forlot <romain.forlot@iot.bzh> |