Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
418 B
Python
Raw Permalink Normal View History

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