diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-05-23 20:17:06 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:51:00 +0200 |
commit | ee3ba0f3960fa6b8aa6a393c72d3477b58bc60eb (patch) | |
tree | 5cc0a342736100cf0fa4e0ea300b8eb9c54ea08b /4a-hal-references-boards-cfg/4a-hal-sample2.json | |
parent | cf7c3282b471ca299274a5525952ece93c7b3b5e (diff) |
Update json controller configurations
Update json controller configurations for new version of
app-controller submodule that handles more metadata fields.
Change-Id: Ie8c85973ea58e0bdf791a785a00e3cca901099f9
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-references-boards-cfg/4a-hal-sample2.json')
-rw-r--r-- | 4a-hal-references-boards-cfg/4a-hal-sample2.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/4a-hal-references-boards-cfg/4a-hal-sample2.json b/4a-hal-references-boards-cfg/4a-hal-sample2.json index 5165a37..6bd30b8 100644 --- a/4a-hal-references-boards-cfg/4a-hal-sample2.json +++ b/4a-hal-references-boards-cfg/4a-hal-sample2.json @@ -1,13 +1,10 @@ { "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", "metadata": { - "uid": "4a-hal-sample2", + "uid": "SND_CARD2", "version": "0.9", "api": "4a-hal-sample2", - "info": "Basic Audio Policy Control for Audio-4a" - }, - "hal-metadata": { - "sndcard": "NOT_TESTED", + "info": "Basic Audio Policy Control for Audio-4a - Sample 2", "author": "Jonathan Aillet", "date": "2018-05-18" }, @@ -68,4 +65,3 @@ } ] } - |