audk/BaseTools/Source/Python/AutoGen
Zhao, ZhiqiangX ced8685838 BaseTools: Check PcdNvStoreDefaultValueBuffer.
Build tool should report warning if a platform
defines [DefaultStores] but forgets to defined
PcdNvStoreDefaultValueBuffer as PcdsDynamicExVpd in dsc file.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-09-12 11:25:22 +08:00
..
AutoGen.py BaseTools: Check PcdNvStoreDefaultValueBuffer. 2018-09-12 11:25:22 +08:00
BuildEngine.py BaseTools: Create and use a shared value for 'MSFT' from DataType 2018-08-30 08:42:09 +08:00
GenC.py BaseTools: AutoGen refactor ModuleAutoGen caching 2018-08-20 10:53:05 +08:00
GenDepex.py BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section 2018-07-23 08:56:37 +08:00
GenMake.py BaseTools: Create and use a shared value for 'MSFT' from DataType 2018-08-30 08:42:09 +08:00
GenPcdDb.py BaseTools: Fixed the PcdValue trailing zero issue. 2018-09-03 10:14:50 +08:00
GenVar.py BaseTool: Fixed the bug of Boolean Hii Pcd packing. 2018-08-16 08:32:57 +08:00
IdfClassObject.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
InfSectionParser.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
StrGather.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
UniClassObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
ValidCheckingInfoObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
__init__.py