]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/GlobalData.py
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / GlobalData.py
index d478983c23db9a5e0e28d3748ec1eccaa971e15e..6b093873dd64e7eec1c73f63d38440bd73c62a8a 100644 (file)
@@ -1,11 +1,11 @@
 ## @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 - 2018, 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
-# distribution. The full text of the license may be found at \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
+# distribution. The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
@@ -16,9 +16,10 @@ GlobalData
 '''\r
 \r
 #\r
-# The workspace directory \r
+# The workspace directory\r
 #\r
 gWORKSPACE = '.'\r
+gPACKAGE_PATH = None\r
 \r
 #\r
 # INF module directory\r
@@ -42,7 +43,7 @@ gINVALID_MODULE_FILE = gUPT_DIR + r"Invalid_Modules.log"
 gCONTENT_FILE = "dist.content"\r
 \r
 #\r
-# File name for XML file in the distibution\r
+# File name for XML file in the distribution\r
 #\r
 gDESC_FILE = 'dist.pkg'\r
 \r
@@ -86,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
@@ -107,4 +108,9 @@ gPackageDict = {}
 # Used by Library instance parser\r
 # {FilePath: FileObj}\r
 #\r
-gLIBINSTANCEDICT = {}
\ No newline at end of file
+gLIBINSTANCEDICT = {}\r
+\r
+#\r
+# Store the list of DIST\r
+#\r
+gTO_BE_INSTALLED_DIST_LIST = []\r