diff options
Diffstat (limited to 'BaseTools/Source/Python/Common/GlobalData.py')
-rw-r--r-- | BaseTools/Source/Python/Common/GlobalData.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Common/GlobalData.py b/BaseTools/Source/Python/Common/GlobalData.py index 8b7562daa1..57ba0546ed 100644 --- a/BaseTools/Source/Python/Common/GlobalData.py +++ b/BaseTools/Source/Python/Common/GlobalData.py @@ -86,6 +86,9 @@ BuildOptionPcd = [] #
MixedPcd = {}
+# Structure Pcd dict
+gStructurePcd = {}
+
# Pcd name for the Pcd which used in the Conditional directives
gConditionalPcds = []
|