]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/GlobalData.py
This patch is going to:
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / GlobalData.py
index e47e24a7148bce8726993a58513829b9a4db9d2a..d478983c23db9a5e0e28d3748ec1eccaa971e15e 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, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2014, 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
@@ -92,6 +92,17 @@ gUNPACK_DIR = None
 # Flag used to mark whether the INF file is Binary INF or not.\r
 #\r
 gIS_BINARY_INF = False\r
+\r
+#\r
+# Used by FileHook module.\r
+#\r
+gRECOVERMGR = None\r
+\r
+#\r
+# Used by PCD parser\r
+#\r
+gPackageDict = {}\r
+\r
 #\r
 # Used by Library instance parser\r
 # {FilePath: FileObj}\r