1{ 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 "SparePartNumber": { 13 "recordName": "VINI", 14 "keywordName": "FN" 15 }, 16 "Model": { 17 "recordName": "VINI", 18 "keywordName": "CC" 19 }, 20 "BuildDate": { 21 "recordName": "VR10", 22 "keywordName": "DC", 23 "encoding": "DATE" 24 } 25 }, 26 "xyz.openbmc_project.Inventory.Item": { 27 "PrettyName": { 28 "recordName": "VINI", 29 "keywordName": "DR" 30 }, 31 "Present": true 32 } 33 }, 34 "frus": { 35 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [ 36 { 37 "inventoryPath": "/system/chassis/motherboard", 38 "isSystemVpd": true, 39 "extraInterfaces": { 40 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null, 41 "com.ibm.ipzvpd.Location": { 42 "LocationCode": "Ufcs-P0" 43 } 44 } 45 }, 46 { 47 "inventoryPath": "/system", 48 "inherit": false, 49 "isSystemVpd": true, 50 "copyRecords": ["VSYS"], 51 "extraInterfaces": { 52 "xyz.openbmc_project.Inventory.Item.System": null, 53 "xyz.openbmc_project.Inventory.Decorator.Asset": { 54 "SerialNumber": { 55 "recordName": "VSYS", 56 "keywordName": "SE" 57 }, 58 "Model": { 59 "recordName": "VSYS", 60 "keywordName": "TM" 61 }, 62 "SubModel": { 63 "recordName": "VSYS", 64 "keywordName": "BR" 65 } 66 }, 67 "com.ibm.ipzvpd.Location": { 68 "LocationCode": "Umts" 69 } 70 } 71 }, 72 { 73 "inventoryPath": "/system/chassis", 74 "inherit": false, 75 "isSystemVpd": true, 76 "extraInterfaces": { 77 "xyz.openbmc_project.Inventory.Item.Chassis": null, 78 "com.ibm.ipzvpd.Location": { 79 "LocationCode": "Ufcs" 80 } 81 } 82 } 83 ] 84 } 85} 86