]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: PcdDataBase Optimization for multiple SkuIds
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 45e7ea09b2ba17cffa8cd0ab7e44d15764f85c37..57ba0546ed3b46d3616f0be28c15b56e84cbb023 100644 (file)
@@ -56,6 +56,7 @@ gAutoGenPhase = False
 #\r
 gConfDirectory = ''\r
 \r
+gBuildDirectory = ''\r
 #\r
 # The relative default database file path\r
 #\r
@@ -85,6 +86,9 @@ BuildOptionPcd = []
 #\r
 MixedPcd = {}\r
 \r
+# Structure Pcd dict\r
+gStructurePcd = {}\r
+\r
 # Pcd name for the Pcd which used in the Conditional directives\r
 gConditionalPcds = []\r
 \r
@@ -94,3 +98,4 @@ gBinCacheSource = None
 gPlatformHash = None\r
 gPackageHash = {}\r
 gModuleHash = {}\r
+gEnableGenfdsMultiThread = False\r