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

#include "golden.h"

static const struct HdfConfigTestRoot g_hdfConfigTestModuleRoot = {
    .module = "test",
    .term1 = 0x1,
    .term2 = 0x2,
    .term3 = 0x3,
    .term_uint16 = 0xffff,
    .term_uint32 = 0xffffffff,
    .term_uint64 = 0xffffffffff,
};

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