blob: aaec71f19cea34c4743d63273c139654349de942 [file] [log] [blame]
Patrick Williams75edb2e2023-07-19 11:09:44 -05001option(
2 'fru_yaml',
3 type: 'string',
4 value: 'scripts/example.yaml',
5 description: 'Path to FRU YAML',
6)
7
8option(
9 'properties_yaml',
10 type: 'string',
11 value: 'scripts/extra-properties-example.yaml',
12 description: 'Path to Properties YAML',
13)