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