summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Library/PrePiMemoryAllocationLib
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-08-03 10:10:17 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-08-03 15:45:23 +0200
commitf846969796d311d01e8ba7527a6f50b5a246a9e8 (patch)
tree265733b19528cd2287f1d813fb77592d95d2218b /EmbeddedPkg/Library/PrePiMemoryAllocationLib
parente80cb37ee7b507b6cfe4e4b0f23dc4c5cb2c1d5d (diff)
downloadedk2-f846969796d311d01e8ba7527a6f50b5a246a9e8.zip
edk2-f846969796d311d01e8ba7527a6f50b5a246a9e8.tar.gz
edk2-f846969796d311d01e8ba7527a6f50b5a246a9e8.tar.bz2
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 <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Library/PrePiMemoryAllocationLib')
-rw-r--r--EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf b/EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
index 21f6eb1..ea3d0f5 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