xref: /openbmc/ipmi-fru-parser/meson.options (revision 98b7c410)
1*98b7c410SGeorge Liuoption(
2*98b7c410SGeorge Liu    'fru_yaml',
3*98b7c410SGeorge Liu    type: 'string',
4*98b7c410SGeorge Liu    value: 'scripts/example.yaml',
5*98b7c410SGeorge Liu    description: 'Path to FRU YAML',
6*98b7c410SGeorge Liu)
7*98b7c410SGeorge Liu
8*98b7c410SGeorge Liuoption(
9*98b7c410SGeorge Liu    'properties_yaml',
10*98b7c410SGeorge Liu    type: 'string',
11*98b7c410SGeorge Liu    value: 'scripts/extra-properties-example.yaml',
12*98b7c410SGeorge Liu    description: 'Path to Properties YAML',
13*98b7c410SGeorge Liu)
14