• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 HdfConfigTestFooBase g_hdfConfigFooBase[];
8
9static const uint8_t g_hcsConfigArrayTerm31[2] = {
10    0x2, 0x2
11};
12
13static const struct HdfConfigTestAttr g_hdfConfigAttr[];
14
15static const uint8_t g_hcsConfigArrayTerm32[4] = {
16    0x1, 0x2, 0x3, 0x4
17};
18
19static const struct HdfConfigTestFooBase g_hdfConfigFooBase[] = {
20    [0] = {
21        .term3 = g_hcsConfigArrayTerm31,
22        .term3Size = 2,
23        .attr = g_hdfConfigAttr,
24        .attrSize = 2,
25    },
26    [1] = {
27        .term3 = g_hcsConfigArrayTerm32,
28        .term3Size = 4,
29        .attr = 0,
30        .attrSize = 0,
31    },
32};
33
34static const struct HdfConfigTestAttr g_hdfConfigAttr[] = {
35    [0] = {
36        .term4 = 0x1,
37    },
38    [1] = {
39        .term4 = 0x2,
40    },
41};
42
43static const struct HdfConfigTestRoot g_hdfConfigTestModuleRoot = {
44    .module = "test",
45    .fooBase = g_hdfConfigFooBase,
46    .fooBaseSize = 2,
47};
48
49const struct HdfConfigTestRoot* HdfGetTestModuleConfigRoot(void)
50{
51    return &g_hdfConfigTestModuleRoot;
52}
53