| Rahul Maheshwari | a17a339 | 2020-03-02 04:51:52 -0600 | [diff] [blame] | 1 | #!/usr/bin/python |
| 2 | |||||
| 3 | r""" | ||||
| 4 | Contains PEL related constants. | ||||
| 5 | """ | ||||
| 6 | |||||
| 7 | PEL_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'} | ||||