audk/BaseTools/Source/Python/AutoGen
BobCF a3623244b9 BaseTools: Fix an issue in HiiPcd generation
DynamicHiiPcd may be used by PEIM or DXE driver.
All used DynamicHiiPcd value should be collected and placed into
the default setting PCD PcdNvStoreDefaultValueBuffer.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
2018-01-08 11:29:13 +08:00
..
AutoGen.py BaseTools: Fix an issue in HiiPcd generation 2018-01-08 11:29:13 +08:00
BuildEngine.py
GenC.py BaseTools: Support PCD flexible values format 2017-12-27 14:43:27 +08:00
GenDepex.py BaseTools/AutoGen: auto generate MM template APIs and dependencies. 2017-07-07 10:49:13 +08:00
GenMake.py BaseTools: Add object_files.lst as dependency of lib target 2017-12-10 08:56:56 +08:00
GenPcdDb.py BaseTools: Fixed the issue of Multiple Skus are always disables 2017-12-25 11:05:50 +08:00
GenVar.py BaseTools: Update SkuId as SKU_ID type to follow current implementation 2017-12-25 11:05:49 +08:00
IdfClassObject.py BaseTools: add error check for "#image" for idf file format 2016-12-02 11:00:43 +08:00
InfSectionParser.py BaseTools: Copy "TianoCore" userextensions into As Built Inf 2017-06-24 23:00:08 +08:00
StrGather.py BaseTools: support generating image package from BMP/JPEG/PNG files 2016-09-27 09:43:28 +08:00
UniClassObject.py BaseTools: Allow string token identifier to use lower case letters 2016-08-08 10:52:31 +08:00
ValidCheckingInfoObject.py
__init__.py