diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-03 10:10:17 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-08-03 15:45:23 +0200 |
commit | f846969796d311d01e8ba7527a6f50b5a246a9e8 (patch) | |
tree | 265733b19528cd2287f1d813fb77592d95d2218b | |
parent | e80cb37ee7b507b6cfe4e4b0f23dc4c5cb2c1d5d (diff) | |
download | edk2-platforms-f846969796d311d01e8ba7527a6f50b5a246a9e8.tar.xz |
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>
-rw-r--r-- | EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
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
|