blob: 6e80a994249407845e888dfdca89b335fd3bda07 [file] [log] [blame]
Brad Bishop38384ac2019-06-09 15:49:54 -04001# A template for generating extra-properties.yaml for ipmi-fru-parser, from the
2# MRW with gen_fru_properties.pl
3DIMM:
4 xyz.openbmc_project.Inventory.Decorator.Cacheable:
5 Cached: 'false'
6 xyz.openbmc_project.Inventory.Decorator.Replaceable:
7 FieldReplaceable: 'false'
8 xyz.openbmc_project.Inventory.Item:
9 Present: 'true'
10NODE:
11 xyz.openbmc_project.Inventory.Decorator.Cacheable:
12 Cached: 'false'
13 xyz.openbmc_project.Inventory.Decorator.Replaceable:
14 FieldReplaceable: 'false'
15 xyz.openbmc_project.Inventory.Item:
16 Present: 'true'
17PROC:
18 xyz.openbmc_project.Inventory.Decorator.Cacheable:
19 Cached: 'false'
20 xyz.openbmc_project.Inventory.Decorator.Replaceable:
21 FieldReplaceable: 'false'
22 xyz.openbmc_project.Inventory.Item:
23 Present: 'true'
24SYS:
25 xyz.openbmc_project.Inventory.Decorator.Cacheable:
26 Cached: 'false'
27 xyz.openbmc_project.Inventory.Decorator.Replaceable:
28 FieldReplaceable: 'false'
29 xyz.openbmc_project.Inventory.Item:
30 Present: 'true'
31TPM:
32 xyz.openbmc_project.Inventory.Decorator.Cacheable:
33 Cached: 'false'
34 xyz.openbmc_project.Inventory.Decorator.Replaceable:
35 FieldReplaceable: 'true'
36 xyz.openbmc_project.Inventory.Item:
37 Present: 'true'