]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/Python/Eot/EotToolError.py
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / Python / Eot / EotToolError.py
CommitLineData
52302d4d
LG
1## @file\r
2# Standardized Error Handling infrastructures.\r
3#\r
40d841f6 4# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
52302d4d
LG
6#\r
7\r
8# Error id\r
9ERROR_1 = 1000\r
10\r
11# Error message\r
12gEccErrorMessage = {\r
13 ERROR_1 : "RESERVED"\r
14 }\r
15\r