| { |
| "commonInterfaces": { |
| "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| "PartNumber": { |
| "recordName": "VINI", |
| "keywordName": "PN" |
| }, |
| "SerialNumber": { |
| "recordName": "VINI", |
| "keywordName": "SN" |
| } |
| }, |
| "xyz.openbmc_project.Inventory.Item": { |
| "PrettyName": { |
| "recordName": "VINI", |
| "keywordName": "DR" |
| } |
| } |
| }, |
| "frus": { |
| "/sys/devices/path/to/motherboard/eeeprom": { |
| "inventoryPath": "/bus/path/for/motherboardfru", |
| "extraInterfaces": { |
| "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null |
| } |
| }, |
| "/sys/devices/path/to/bmc/eeprom": { |
| "inventoryPath": "/bus/path/for/bmcfru", |
| "extraInterfaces": { |
| "xyz.openbmc_project.Inventory.Item.Bmc": null |
| } |
| } |
| } |
| } |