]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Support Structure PCD value assignment in DEC/DSC
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 667877e907edf82ba9ea9e016140fe4ccf3516ce..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,5 +86,16 @@ 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
+gUseHashCache = None\r
+gBinCacheDest = None\r
+gBinCacheSource = None\r
+gPlatformHash = None\r
+gPackageHash = {}\r
+gModuleHash = {}\r
+gEnableGenfdsMultiThread = False\r