]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/Python/Eot/EotToolError.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Eot / EotToolError.py
1 ## @file
2 # Standardized Error Handling infrastructures.
3 #
4 # Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 # Error id
9 ERROR_1 = 1000
10
11 # Error message
12 gEccErrorMessage = {
13 ERROR_1 : "RESERVED"
14 }
15