]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/GlobalData.py
BaseTools: Report Structure PCD value and SKU, DefaultStore info
[mirror_edk2.git] / BaseTools / Source / Python / Common / GlobalData.py
index 57ba0546ed3b46d3616f0be28c15b56e84cbb023..f7d4d577f99400bb7eba1a88e961d126f983229b 100644 (file)
@@ -24,6 +24,7 @@ gOptions = None
 gCaseInsensitive = False\r
 gAllFiles = None\r
 gCommand = None\r
+gSKUID_CMD = None\r
 \r
 gGlobalDefines = {}\r
 gPlatformDefines = {}\r
@@ -39,6 +40,8 @@ gCommandMaxLength = 4096
 # for debug trace purpose when problem occurs\r
 gProcessingFile = ''\r
 gBuildingModule = ''\r
+gSkuids = []\r
+gDefaultStores = []\r
 \r
 ## Regular expression for matching macro used in DSC/DEC/INF file inclusion\r
 gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)\r