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