]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
711d7ac46abed612dccd8120feed2c83848b2aaa
[mirror_edk2.git] / MdePkg / Library / PeiMemoryLib / PeiMemoryLib.inf
1 ## @file
2 # Instance of Base Memory Library using PEI Services.
3 #
4 # Base Memory Library implementation that uses PEI Services
5 # where possible for size reduction.
6 #
7 # Copyright (c) 2006 - 2010, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PeiMemoryLib
22 FILE_GUID = 3a9759d2-53bc-4eb2-abcd-c93099419063
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = BaseMemoryLib|PEIM
26
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
30 #
31
32 [Sources]
33 ScanMem64Wrapper.c
34 ScanMem32Wrapper.c
35 ScanMem16Wrapper.c
36 ScanMem8Wrapper.c
37 ZeroMemWrapper.c
38 CompareMemWrapper.c
39 SetMem64Wrapper.c
40 SetMem32Wrapper.c
41 SetMem16Wrapper.c
42 SetMemWrapper.c
43 CopyMemWrapper.c
44 MemLibGeneric.c
45 MemLibGuid.c
46 MemLib.c
47 MemLibInternals.h
48
49
50 [Packages]
51 MdePkg/MdePkg.dec
52
53
54 [LibraryClasses]
55 BaseLib
56 DebugLib
57 PeiServicesTablePointerLib
58