]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/Python/Ecc/EccGlobalData.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / EccGlobalData.py
1 ## @file
2 # This file is used to save global datas used by ECC tool
3 #
4 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 ##
9 # Import Modules
10 #
11 import Common.LongFilePathOs as os
12
13 gWorkspace = ''
14 gTarget = ''
15 gConfig = None
16 gDb = None
17 gIdentifierTableList = []
18 gCFileList = []
19 gHFileList = []
20 gUFileList = []
21 gException = None