summaryrefslogtreecommitdiffstats
path: root/src/4a-internals-hal/4a-internals-hal-api-loader.c
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2019-04-18 11:56:09 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2019-05-24 16:35:06 +0200
commitf64a7ebc9bd85a2bfefd1e966a4f726d3ed48cdc (patch)
treecb708a2cf7259def1a6b7fd57446f8a17cb05a8c /src/4a-internals-hal/4a-internals-hal-api-loader.c
parent95e6e5e48296b9fc5e5ded973db125ca34d673c8 (diff)
Add 'haldependencies' section support.halibut_7.99.1halibut/7.99.17.99.1
Add 'haldependencies' section into handled section table. Also, add a function to redirect to 'processing' and to 'handling' functions depending hal initialization stage. BUG-AGL: SPEC-2329 Change-Id: I4fa09493fecf48844bff171e2e8ca764f9fe8f18 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'src/4a-internals-hal/4a-internals-hal-api-loader.c')
-rw-r--r--src/4a-internals-hal/4a-internals-hal-api-loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/4a-internals-hal/4a-internals-hal-api-loader.c b/src/4a-internals-hal/4a-internals-hal-api-loader.c
index 839b3a7..68e3bb7 100644
--- a/src/4a-internals-hal/4a-internals-hal-api-loader.c
+++ b/src/4a-internals-hal/4a-internals-hal-api-loader.c
@@ -39,6 +39,7 @@
// Config Section definition
static CtlSectionT ctrlSectionsDefault[] =
{
+ { .key = "haldependencies", .loadCB = InternalHalHalDependenciesConfig },
{ .key = "resources", .loadCB = PluginConfig },
{ .key = "halmixer", .loadCB = InternalHalHalMixerConfig },
{ .key = "onload", .loadCB = OnloadConfig },