]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/GlobalData.py
BaseTools: Update UPT tool to support multiple workspaces
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / GlobalData.py
index d478983c23db9a5e0e28d3748ec1eccaa971e15e..8f446d48883d4611470e6f3aa99e5a9ef1260abf 100644 (file)
@@ -19,6 +19,7 @@ GlobalData
 # The workspace directory \r
 #\r
 gWORKSPACE = '.'\r
+gPACKAGE_PATH = None\r
 \r
 #\r
 # INF module directory\r
@@ -107,4 +108,4 @@ gPackageDict = {}
 # Used by Library instance parser\r
 # {FilePath: FileObj}\r
 #\r
-gLIBINSTANCEDICT = {}
\ No newline at end of file
+gLIBINSTANCEDICT = {}\r