]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/GlobalData.py
BaseTools: Refactor python print statements
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / GlobalData.py
index 8f446d48883d4611470e6f3aa99e5a9ef1260abf..1ae2417c2fbe3dabc3c1d4a90ff77e1ea9490d95 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define common static strings and global data used by UPT\r
 #\r
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -87,7 +87,7 @@ gWARNING_AS_ERROR = False
 #\r
 # Used to specify the temp directory to hold the unpacked distribution files\r
 #\r
-gUNPACK_DIR = None\r
+gUNPACK_DIR = []\r
 \r
 #\r
 # Flag used to mark whether the INF file is Binary INF or not.\r
@@ -109,3 +109,8 @@ gPackageDict = {}
 # {FilePath: FileObj}\r
 #\r
 gLIBINSTANCEDICT = {}\r
+\r
+#\r
+# Store the list of DIST\r
+#\r
+gTO_BE_INSTALLED_DIST_LIST = []\r