From f846969796d311d01e8ba7527a6f50b5a246a9e8 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 3 Aug 2016 10:10:17 +0200 Subject: EmbeddedPkg: make PrePiMemoryAllocationLib a SEC type library This library is only used by the various PrePi implementations, all of which are of type SEC. So make this library SEC as well. This may affect the build options used by the platform. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek Reviewed-by: Leif Lindholm --- .../Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmbeddedPkg/Library') diff --git a/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf b/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf index 21f6eb1e14..ea3d0f5da9 100644 --- a/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf +++ b/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf @@ -15,7 +15,7 @@ INF_VERSION = 0x00010005 BASE_NAME = PrePiMemoryAllocationLib FILE_GUID = 4f14c900-51a9-11e0-afbf-0002a5d5c51b - MODULE_TYPE = PEIM + MODULE_TYPE = SEC VERSION_STRING = 1.0 LIBRARY_CLASS = MemoryAllocationLib -- cgit v1.2.3