]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
cdb56f95110a5519bfe47077558e88ca5d332a68
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLib / BaseMemoryLib.inf
1 ## @file
2 # Instance of Base Memory Library without assembly.
3 #
4 # Base Memory Library implementation - no ASM.
5 #
6 # Copyright (c) 2007 - 2010, Intel Corporation.
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseMemoryLib
21 FILE_GUID = fd44e603-002a-4b29-9f5f-529e815b6165
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = BaseMemoryLib
25
26
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 SetMem.c
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 CopyMem.c
47 MemLibInternals.h
48
49 [Packages]
50 MdePkg/MdePkg.dec
51
52 [LibraryClasses]
53 DebugLib
54 BaseLib
55