1/* 2 * This is an automatically generated HDF config file. Do not modify it manually. 3 */ 4 5#include "golden.h" 6 7static const struct HdfConfigTestRoot g_hdfConfigTestModuleRoot = { 8 .module = "test", 9 .foo = { 10 .foo1 = { 11 .term1 = "hello", 12 .bar = { 13 .term1 = "world", 14 }, 15 }, 16 }, 17}; 18 19const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void) 20{ 21 return &g_hdfConfigTestModuleRoot; 22} 23