diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-08-09 10:58:19 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-08-12 14:10:31 +0200 |
commit | 9d44f8855470418b4ee27d7ad337641e1ccaf9f3 (patch) | |
tree | 4c9ed79bbe2d8d18c83418f28f85ad8e7807a0bf /4a-hal-cfg-example/hal-4a-example.json | |
parent | 9fcc923851d974fdbc15685434eeb95c93f37de4 (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/hal-4a-example.json')
-rw-r--r-- | 4a-hal-cfg-example/hal-4a-example.json | 7 |
1 files changed, 0 insertions, 7 deletions
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", |