]> 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 e348e9af2d58ecd8b74ac278fd4335ba2eeb1776..57ba0546ed3b46d3616f0be28c15b56e84cbb023 100644 (file)
@@ -86,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
@@ -95,3 +98,4 @@ gBinCacheSource = None
 gPlatformHash = None\r
 gPackageHash = {}\r
 gModuleHash = {}\r
+gEnableGenfdsMultiThread = False\r