George Keishing | e7e9171 | 2021-09-03 11:28:44 -0500 | [diff] [blame] | 1 | #!/usr/bin/env python3 |
Rahul Maheshwari | ef00306 | 2020-03-23 07:17:16 -0500 | [diff] [blame] | 2 | |
3 | r""" | ||||
4 | Contains VPD related constants. | ||||
5 | """ | ||||
6 | |||||
7 | VPD_DETAILS = { | ||||
8 | "/system/chassis/motherboard": { | ||||
9 | "type": "xyz.openbmc_project.Inventory.Item.Board.Motherboard" | ||||
Sridevi Ramesh | f6304c6 | 2025-04-17 12:04:48 -0500 | [diff] [blame^] | 10 | } |
Rahul Maheshwari | ef00306 | 2020-03-23 07:17:16 -0500 | [diff] [blame] | 11 | } |