Re: [edk2] [PATCH] BaseTools: Parse PCD GUID name in FILE statement issue

2018-04-09 Thread Zhu, Yonghong
yunhuax.f...@intel.com>; Gao, Liming <liming@intel.com> Subject: [edk2] [PATCH] BaseTools: Parse PCD GUID name in FILE statement issue From: Yunhua Feng <yunhuax.f...@intel.com> FDF format as below: FILE APPLICATION = PCD(PcdToken.PcdCName) { } when parse PCD, need get all PCDs from Pl

[edk2] [PATCH] BaseTools: Parse PCD GUID name in FILE statement issue

2018-04-08 Thread Yonghong Zhu
From: Yunhua Feng FDF format as below: FILE APPLICATION = PCD(PcdToken.PcdCName) { } when parse PCD, need get all PCDs from Platform and Packages, use self.BuildObject[self.Platform, Arch] get some modules is wrong. so use self.BuildObject[self.Platform, Arch,