]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiMemoryAllocationLib / PrePiMemoryAllocationLib.inf
CommitLineData
e889946d 1#/** @file\r
3402aac7 2#\r
e889946d 3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
3402aac7 8#\r
e889946d 9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 11#\r
e889946d 12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PrePiMemoryAllocationLib\r
17 FILE_GUID = 4f14c900-51a9-11e0-afbf-0002a5d5c51b\r
f8469697 18 MODULE_TYPE = SEC\r
e889946d 19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = MemoryAllocationLib\r
21\r
22\r
23#\r
24# VALID_ARCHITECTURES = ARM\r
25#\r
26\r
27[Sources]\r
28 MemoryAllocationLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33\r
34[LibraryClasses]\r
35 DebugLib\r
36 BaseMemoryLib\r
37 PrePiLib\r
38 #PeiServicesLib\r
39\r