]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
652247ca9b22df4ee027eca15d54851df603fdfc
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / UefiMemoryLib.inf
1 ## @file
2 # Instance of Base Memory Library using EFI Boot Services.
3 #
4 # Base Memory Library implementation that uses EFI Boot 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 = UefiMemoryLib
22 FILE_GUID = f1bbe03d-2f28-4dee-bec7-d98d7a30c36a
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = BaseMemoryLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
26
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
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 UefiBootServicesTableLib
57 DebugLib
58