/*
 * This is an automatically generated HDF config file. Do not modify it manually.
 */

#include "golden.h"

static const struct HdfConfigTestRoot g_hdfConfigTestModuleRoot = {
    .module = "test",
    .foo = {
        .foo1 = {
            .term1 = "hello",
            .bar = {
                .term1 = "world",
            },
        },
    },
};

const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void)
{
    return &g_hdfConfigTestModuleRoot;
}