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 .term1 = 0x1, 11 .term2 = 0x2, 12 .term3 = 0x3, 13 }, 14 .bar = { 15 .term1 = 0x2, 16 .term4 = "hello", 17 .term2 = 0x2, 18 .term3 = 0x3, 19 }, 20}; 21 22const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void) 23{ 24 return &g_hdfConfigTestModuleRoot; 25} 26