]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Add two new sections for PCD in the build report
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 8f544bd1b2f5f59ceee02a4970bb644443b4ab1f..c3439ebbfcf589cbcf70e1ad9a49b76999d44008 100644 (file)
@@ -78,3 +78,6 @@ gFdfParser = None
 gTempInfs = []\r
 \r
 BuildOptionPcd = []\r
+\r
+# Pcd name for the Pcd which used in the Conditional directives\r
+gConditionalPcds = []\r