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