]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: implement NULL instance of HobLib library class
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 14 Jan 2019 12:09:04 +0000 (13:09 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 19:10:51 +0000 (20:10 +0100)
commit775feb5f2689eee3f0899ecf0f6a372f00147622
tree208faf71322aa2c2798aea0395f4c63e9028a208
parent2ac8d8d55c4d5746feecfc499cf013d4c526462e
MdeModulePkg: implement NULL instance of HobLib library class

In order to permit MM_STANDALONE modules to be built without relying
on StandaloneMmPkg, provide a BASE type NULL implementation of HobLib.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>.
MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.c [new file with mode: 0644]
MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf [new file with mode: 0644]
MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.uni [new file with mode: 0644]