aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-05-23 20:17:06 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 15:51:00 +0200
commitee3ba0f3960fa6b8aa6a393c72d3477b58bc60eb (patch)
tree5cc0a342736100cf0fa4e0ea300b8eb9c54ea08b
parentcf7c3282b471ca299274a5525952ece93c7b3b5e (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>
-rw-r--r--4a-hal-references-boards-cfg/4a-hal-sample1.json10
-rw-r--r--4a-hal-references-boards-cfg/4a-hal-sample2.json8
2 files changed, 5 insertions, 13 deletions
diff --git a/4a-hal-references-boards-cfg/4a-hal-sample1.json b/4a-hal-references-boards-cfg/4a-hal-sample1.json
index cf4a9f3..7d51035 100644
--- a/4a-hal-references-boards-cfg/4a-hal-sample1.json
+++ b/4a-hal-references-boards-cfg/4a-hal-sample1.json
@@ -1,13 +1,10 @@
{
"$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
"metadata": {
- "uid": "4a-hal-sample1",
+ "uid": "SND_CARD",
"version": "0.9",
"api": "4a-hal-sample1",
- "info": "Basic Audio Policy Control for Audio-4a"
- },
- "hal-metadata": {
- "sndcard": "NOT_TESTED",
+ "info": "Basic Audio Policy Control for Audio-4a - Sample 1",
"author": "Jonathan Aillet",
"date": "2018-05-18"
},
@@ -67,5 +64,4 @@
"action": "api://4a-hal-manager#ping"
}
]
-}
-
+} \ No newline at end of file
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 @@
}
]
}
-