]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.uni
MdeModulePkg: implement NULL instance of MemoryAllocationLib library class
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 14 Jan 2019 12:11:35 +0000 (13:11 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 19:10:51 +0000 (20:10 +0100)
commit24dbeca90b185eceb139d32c272fea97cbb515fb
tree2300b3a1e9a510db51680491ba299c2f363c01ab
parent775feb5f2689eee3f0899ecf0f6a372f00147622
MdeModulePkg: implement NULL instance of MemoryAllocationLib library class

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

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/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.c [new file with mode: 0644]
MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf [new file with mode: 0644]
MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.uni [new file with mode: 0644]