blob: b5592cc872a4b5ba6da374893b94faa3378c728e [file] [log] [blame]
Alpana Kumari26a74af2019-09-10 23:53:58 -05001{
2 "commonInterfaces": {
3 "xyz.openbmc_project.Inventory.Decorator.Asset": {
4 "PartNumber": {
5 "recordName": "VINI",
6 "keywordName": "PN"
7 },
8 "SerialNumber": {
9 "recordName": "VINI",
10 "keywordName": "SN"
11 }
12 },
13 "xyz.openbmc_project.Inventory.Item": {
14 "PrettyName": {
15 "recordName": "VINI",
16 "keywordName": "DR"
17 }
18 }
19 },
20 "frus": {
21 "/sys/devices/path/to/motherboard/eeeprom": {
22 "inventoryPath": "/bus/path/for/motherboardfru",
23 "extraInterfaces": {
24 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null
25 }
26 },
27 "/sys/devices/path/to/bmc/eeprom": {
28 "inventoryPath": "/bus/path/for/bmcfru",
29 "extraInterfaces": {
30 "xyz.openbmc_project.Inventory.Item.Bmc": null
31 }
32 }
33 }
34}