]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/VarCheckUefiLib: permit use by MM_STANDALONE modules
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 21:22:20 +0000 (22:22 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 21 Jan 2019 12:42:49 +0000 (13:42 +0100)
commit070c5a66cd858f949f8bd5dd3527bb39ebb0e146
tree62370e0736237804bed4120b59ba72795c2bebff
parentc5386c78984bb681184f3ea249abfc8ba5efc3b9
MdeModulePkg/VarCheckUefiLib: permit use by MM_STANDALONE modules

Permit CheckUefiLib to be used by MM_STANDALONE modules. Since this
library has a constructor, change the library's module type into
BASE so its constructor prototype is compatible with MM_STANDALONE
as well.

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/VarCheckUefiLib/VarCheckUefiLib.inf
MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c