]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Add the FeatureFlagExpression usage to the Source Section
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 61ab3f7e24cd94dea5c3ed8697d48ff95536f7d9..197bd83666822c0e18f9c932e3770b390938398f 100755 (executable)
@@ -18,6 +18,7 @@ gGlobalDefines = {}
 gPlatformDefines = {}\r
 # PCD name and value pair for fixed at build and feature flag\r
 gPlatformPcds = {}\r
+gPlatformFinalPcds = {}\r
 # PCDs with type that are not fixed at build and feature flag\r
 gPlatformOtherPcds = {}\r
 gActivePlatform = None\r