blob: 1a14803eca15482d166424f61dae3986feca6dc0 [file] [log] [blame]
Rahul Maheshwaria17a3392020-03-02 04:51:52 -06001#!/usr/bin/python
2
3r"""
4Contains PEL related constants.
5"""
6
7PEL_DETAILS = {
8 'CreatorID': 'BMC',
9 'CompID': '0x1000',
10 'Subsystem': 'BMC Firmware',
11 'Message': 'An application had an internal failure',
12 'SRC': 'BD8D1002',
13 'Sev': 'Unrecoverable Error'}