| # This JSON has the information needed to create General FRU record for FRU of |
| # type Board. The FRU fields are based on the PLDM specification DSP0257. |
| # FRU Record Type - General FRU Record |
| # Encoding Type for FRU fields - ASCII |
| "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board" |
| # FRU Field Type 3 - Part Number |
| # D-Bus property to read and populate the FRU field |
| "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset", |
| "property_name" : "PartNumber", |
| "property_type" : "string" |
| # FRU Field Type 4 - Serial Number |
| # D-Bus property to read and populate the FRU field |
| "interface" : "xyz.openbmc_project.Inventory.Decorator.Asset", |
| "property_name" : "SerialNumber", |
| "property_type" : "string" |