]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/EccGlobalData.py
BaseTools: Replace StandardError with Expression
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / EccGlobalData.py
index 29e4aca0d083afe5ffee885a26fd46d2c2ba398f..c0b00a4265d69beaf91a64c4afbf3fb909d0faed 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to save global datas used by ECC tool\r
 #\r
-# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 ##\r
 # Import Modules\r
 #\r
-import os\r
+import Common.LongFilePathOs as os\r
 \r
 gWorkspace = ''\r
 gTarget = ''\r
 gConfig = None\r
 gDb = None\r
 gIdentifierTableList = []\r
+gCFileList = []\r
+gHFileList = []\r
+gUFileList = []\r
 gException = None
\ No newline at end of file