]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF.
authorYingke Liu <yingke.d.liu@intel.com>
Fri, 12 Sep 2014 06:57:22 +0000 (06:57 +0000)
committeryingke <yingke@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Sep 2014 06:57:22 +0000 (06:57 +0000)
commit7ae7dcb976a948ce7dea16a4e83f7e5ca1e1d291
tree5fb969f1af76f99f372272153f610c3d745e64ec
parentb6341b26989a482466877bd77b7008706dd6aaeb
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 <yingke.d.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
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