]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg: make PrePiMemoryAllocationLib a SEC type library
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 3 Aug 2016 08:10:17 +0000 (10:10 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 3 Aug 2016 13:45:23 +0000 (15:45 +0200)
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>
EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf

index 21f6eb1e14bc7b3984e18dfe8602ed4bd13b5238..ea3d0f5da9c2bdd12147d3f87fc0c8db9fae1391 100644 (file)
@@ -15,7 +15,7 @@
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PrePiMemoryAllocationLib\r
   FILE_GUID                      = 4f14c900-51a9-11e0-afbf-0002a5d5c51b\r
-  MODULE_TYPE                    = PEIM\r
+  MODULE_TYPE                    = SEC\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = MemoryAllocationLib\r
 \r