]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Add mixed PCD support feature
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 51e370925dc09d14b5cb8e46aef28ac7aedec098..667877e907edf82ba9ea9e016140fe4ccf3516ce 100644 (file)
@@ -80,5 +80,10 @@ gTempInfs = []
 \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