summaryrefslogtreecommitdiffstats
path: root/4a-hal-cfg-example
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2019-08-09 10:58:19 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2019-08-12 14:10:31 +0200
commit9d44f8855470418b4ee27d7ad337641e1ccaf9f3 (patch)
tree4c9ed79bbe2d8d18c83418f28f85ad8e7807a0bf /4a-hal-cfg-example
parent9fcc923851d974fdbc15685434eeb95c93f37de4 (diff)
Move ping function in 4a-hal-utilities
Move ping function in 4a-utilities and register it as verb into 4a-hal-manager and into each created 4a-hal-*. Updates 4a-hal json configuration files to match these modifications. BUG-AGL: SPEC-2733 Change-Id: If93a31296206923860262b225a8c7e0e8a6fd521 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-cfg-example')
-rw-r--r--4a-hal-cfg-example/hal-4a-2ch-generic-usb.json7
-rw-r--r--4a-hal-cfg-example/hal-4a-example.json7
2 files changed, 0 insertions, 14 deletions
diff --git a/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json b/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json
index 9fe4c1d..0d16cc2 100644
--- a/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json
+++ b/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json
@@ -27,13 +27,6 @@
"libs": ["hal-bluealsa.ctlso"]
}
],
- "controls": [
- {
- "uid": "ping",
- "info": "Ping hal",
- "action": "api://4a-hal-manager#ping"
- }
- ],
"haldependencies" : {
"uid" : "generic-usb",
"class" : "mandatory",
diff --git a/4a-hal-cfg-example/hal-4a-example.json b/4a-hal-cfg-example/hal-4a-example.json
index ad02ece..9314b7b 100644
--- a/4a-hal-cfg-example/hal-4a-example.json
+++ b/4a-hal-cfg-example/hal-4a-example.json
@@ -27,13 +27,6 @@
"libs": ["hal-bluealsa.ctlso"]
}
],
- "controls": [
- {
- "uid": "ping",
- "info": "Ping hal",
- "action": "api://4a-hal-manager#ping"
- }
- ],
"haldependencies" : [
{
"uid" : "generic-usb",