2009-07-17 11:10:31 +02:00
|
|
|
## @file
|
|
|
|
# This file is used to save global datas used by ECC tool
|
|
|
|
#
|
2018-07-05 11:40:04 +02:00
|
|
|
# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:03:11 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-07-17 11:10:31 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
##
|
|
|
|
# Import Modules
|
|
|
|
#
|
2014-08-15 05:06:48 +02:00
|
|
|
import Common.LongFilePathOs as os
|
2009-07-17 11:10:31 +02:00
|
|
|
|
|
|
|
gWorkspace = ''
|
|
|
|
gTarget = ''
|
|
|
|
gConfig = None
|
|
|
|
gDb = None
|
|
|
|
gIdentifierTableList = []
|
2010-09-06 03:58:00 +02:00
|
|
|
gCFileList = []
|
|
|
|
gHFileList = []
|
2014-08-25 03:16:34 +02:00
|
|
|
gUFileList = []
|
2018-07-05 11:40:04 +02:00
|
|
|
gException = None
|