]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Update sign tool to make MonotonicCount *after* Payload
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 4234bf5f955ff9154a6305e7f7e941ed77349a25..667877e907edf82ba9ea9e016140fe4ccf3516ce 100644 (file)
@@ -23,6 +23,7 @@ gEcpSource = "EdkCompatibilityPkg"
 gOptions = None\r
 gCaseInsensitive = False\r
 gAllFiles = None\r
+gCommand = None\r
 \r
 gGlobalDefines = {}\r
 gPlatformDefines = {}\r
@@ -34,7 +35,7 @@ gActivePlatform = None
 gCommandLineDefines = {}\r
 gEdkGlobal = {}\r
 gOverrideDir = {}\r
-\r
+gCommandMaxLength = 4096\r
 # for debug trace purpose when problem occurs\r
 gProcessingFile = ''\r
 gBuildingModule = ''\r
@@ -78,3 +79,11 @@ gFdfParser = None
 gTempInfs = []\r
 \r
 BuildOptionPcd = []\r
+\r
+#\r
+# Mixed PCD name dict\r
+#\r
+MixedPcd = {}\r
+\r
+# Pcd name for the Pcd which used in the Conditional directives\r
+gConditionalPcds = []\r