]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Add VarCheckHiiLib NULL class library
authorStar Zeng <star.zeng@intel.com>
Tue, 25 Aug 2015 03:10:04 +0000 (03:10 +0000)
committerlzeng14 <lzeng14@Edk2>
Tue, 25 Aug 2015 03:10:04 +0000 (03:10 +0000)
commit1241af9510c6f7c0ff83cc3c418e9e1e24bf1ab1
tree38dbdbdc0e46cdf04cb9193ffc9f264644e77392
parentb5817491a844e3a92be73f8a529551352aeda131
MdeModulePkg: Add VarCheckHiiLib NULL class library

The check will be based on VarCheckHiiBin that generated
from FV and Hii Database.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18293 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
MdeModulePkg/Library/VarCheckHiiLib/InternalVarCheckStructure.h [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHii.h [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.h [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromHii.c [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.uni [new file with mode: 0644]
MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibNullClass.c [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/MdeModulePkg.uni