blob: a471985f9c3ae3c5ce790de8bdab812c6d1a964f [file] [log] [blame]
George Keishinge7e91712021-09-03 11:28:44 -05001#!/usr/bin/env python3
Rahul Maheshwarief003062020-03-23 07:17:16 -05002
3r"""
4Contains VPD related constants.
5"""
6
7VPD_DETAILS = {
8 "/system/chassis/motherboard": {
9 "type": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
Sridevi Rameshf6304c62025-04-17 12:04:48 -050010 }
Rahul Maheshwarief003062020-03-23 07:17:16 -050011}