1b64a3aeeSDelphine CC Chiu{
2b64a3aeeSDelphine CC Chiu    "Exposes": [
3b64a3aeeSDelphine CC Chiu        {
4b64a3aeeSDelphine CC Chiu            "Address": "$address",
5b64a3aeeSDelphine CC Chiu            "Bus": "$bus",
6b64a3aeeSDelphine CC Chiu            "Name": "BMC Storage Module FRU",
7b64a3aeeSDelphine CC Chiu            "Type": "EEPROM"
8b64a3aeeSDelphine CC Chiu        }
9b64a3aeeSDelphine CC Chiu    ],
10b64a3aeeSDelphine CC Chiu    "Name": "BMC Storage Module",
118258ccf9SPotin Lai    "Probe": [
128258ccf9SPotin Lai        "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Wiwynn'})",
138258ccf9SPotin Lai        "OR",
148258ccf9SPotin Lai        "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BMC Storage Module', 'BOARD_MANUFACTURER': 'Quanta'})"
158258ccf9SPotin Lai    ],
16b64a3aeeSDelphine CC Chiu    "Type": "Board",
17b64a3aeeSDelphine CC Chiu    "xyz.openbmc_project.Inventory.Decorator.Asset": {
185af74f8aSIngrid Chen        "BuildDate": "$BOARD_MANUFACTURE_DATE",
195af74f8aSIngrid Chen        "Manufacturer": "$BOARD_MANUFACTURER",
205af74f8aSIngrid Chen        "Model": "$BOARD_PRODUCT_NAME",
215af74f8aSIngrid Chen        "PartNumber": "$BOARD_PART_NUMBER",
225af74f8aSIngrid Chen        "SerialNumber": "$BOARD_SERIAL_NUMBER",
235af74f8aSIngrid Chen        "SparePartNumber": "$BOARD_INFO_AM1"
24*a037dd65SIngrid Chen    },
25*a037dd65SIngrid Chen    "xyz.openbmc_project.Inventory.Item.Storage": {}
26b64a3aeeSDelphine CC Chiu}
27