]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiMemoryAllocationLib / PrePiMemoryAllocationLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
4 # SPDX-License-Identifier: BSD-2-Clause-Patent
5 #
6 #**/
7
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = PrePiMemoryAllocationLib
11 FILE_GUID = 4f14c900-51a9-11e0-afbf-0002a5d5c51b
12 MODULE_TYPE = SEC
13 VERSION_STRING = 1.0
14 LIBRARY_CLASS = MemoryAllocationLib
15
16
17 #
18 # VALID_ARCHITECTURES = ARM
19 #
20
21 [Sources]
22 MemoryAllocationLib.c
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 EmbeddedPkg/EmbeddedPkg.dec
27
28 [LibraryClasses]
29 DebugLib
30 BaseMemoryLib
31 PrePiLib
32 #PeiServicesLib
33