]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiMemoryLib / PeiMemoryLib.inf
CommitLineData
6bfbb5f0 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
3cb0a311 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
bad46384 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
bad46384 10#\r
11#\r
6bfbb5f0 12##\r
bad46384 13\r
bad46384 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PeiMemoryLib\r
c92c1790 17 MODULE_UNI_FILE = PeiMemoryLib.uni\r
bad46384 18 FILE_GUID = 3a9759d2-53bc-4eb2-abcd-c93099419063\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = BaseMemoryLib|PEIM\r
bad46384 22\r
23\r
bad46384 24#\r
3cb0a311 25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
bad46384 26#\r
27\r
6bfbb5f0 28[Sources]\r
bad46384 29 ScanMem64Wrapper.c\r
30 ScanMem32Wrapper.c\r
31 ScanMem16Wrapper.c\r
32 ScanMem8Wrapper.c\r
33 ZeroMemWrapper.c\r
34 CompareMemWrapper.c\r
35 SetMem64Wrapper.c\r
36 SetMem32Wrapper.c\r
37 SetMem16Wrapper.c\r
38 SetMemWrapper.c\r
39 CopyMemWrapper.c\r
1944b02b 40 IsZeroBufferWrapper.c\r
bad46384 41 MemLibGeneric.c\r
42 MemLibGuid.c\r
43 MemLib.c\r
44 MemLibInternals.h\r
45\r
46\r
bad46384 47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50\r
bad46384 51[LibraryClasses]\r
52 BaseLib\r
53 DebugLib\r
54 PeiServicesTablePointerLib\r
55\r