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