BaseTools/UPT: Fix an issue of storing wrong PCD into XML file.
Fix an issue of storing wrong PCD into XML file to only store PcdEx for AsBuilt sections Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yingke Liu <yingke.d.liu@Intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16426 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -940,7 +940,7 @@ class InfPomAlignment(ModuleObject):
|
||||
HelpTextObj.SetString(CommentItem.GetHelpStringItem())
|
||||
Pcd.SetHelpTextList(Pcd.GetHelpTextList() + [HelpTextObj])
|
||||
AsBuildPatchPcdList.append(Pcd)
|
||||
else:
|
||||
elif PcdItem[0].upper() == DT.TAB_INF_PCD_EX.upper():
|
||||
PcdItemObj = PcdItem[1]
|
||||
Pcd = CommonObject.PcdObject()
|
||||
Pcd.SetTokenSpaceGuidValue(PcdItemObj.GetTokenSpaceGuidValue())
|
||||
|
Reference in New Issue
Block a user