From 7ae7dcb976a948ce7dea16a4e83f7e5ca1e1d291 Mon Sep 17 00:00:00 2001 From: Yingke Liu Date: Fri, 12 Sep 2014 06:57:22 +0000 Subject: BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF. Add the missing 'MacroDict' field in FfsInfStatement. The issue is that BaseTools/Source/Python/GenFds/FfsInfStatement.py", line 448, in __ExtendMacro__ String = GenFdsGlobalVariable.MacroExtend(String, self.MacroDict) AttributeError: OptRomInfStatement instance has no attribute 'MacroDict' Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16099 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/Python/GenFds/FfsInfStatement.py | 1 + 1 file changed, 1 insertion(+) (limited to 'BaseTools') diff --git a/BaseTools/Source/Python/GenFds/FfsInfStatement.py b/BaseTools/Source/Python/GenFds/FfsInfStatement.py index 6f5aac02f5..040d2ebcd4 100644 --- a/BaseTools/Source/Python/GenFds/FfsInfStatement.py +++ b/BaseTools/Source/Python/GenFds/FfsInfStatement.py @@ -68,6 +68,7 @@ class FfsInfStatement(FfsInfStatementClassObject): self.InfFileName = None self.OverrideGuid = None self.PatchedBinFile = '' + self.MacroDict = {} ## GetFinalTargetSuffixMap() method # -- cgit v1.2.3