]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiMemoryLib / UefiMemoryLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of Base Memory Library using EFI Boot Services.\r
1ece02b5 3#\r
4# Base Memory Library implementation that uses EFI Boot Services\r
5# where possible for size reduction.\r
85ea851e 6#\r
9095d37b 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
1ece02b5 8#\r
19388d29 9# This program and the accompanying materials\r
1ece02b5 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
2fc59a00 12# http://opensource.org/licenses/bsd-license.php.\r
1ece02b5 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
6bfbb5f0 17##\r
1ece02b5 18\r
1ece02b5 19[Defines]\r
20 INF_VERSION = 0x00010005\r
677472aa 21 BASE_NAME = UefiMemoryLib\r
c92c1790 22 MODULE_UNI_FILE = UefiMemoryLib.uni\r
1ece02b5 23 FILE_GUID = f1bbe03d-2f28-4dee-bec7-d98d7a30c36a\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
9095d37b 26 LIBRARY_CLASS = BaseMemoryLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
1ece02b5 27\r
28\r
1ece02b5 29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
1ece02b5 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
1944b02b 45 IsZeroBufferWrapper.c\r
1ece02b5 46 MemLibGeneric.c\r
47 MemLibGuid.c\r
48 MemLib.c\r
49 MemLibInternals.h\r
50\r
51\r
1ece02b5 52[Packages]\r
53 MdePkg/MdePkg.dec\r
54\r
55\r
1ece02b5 56[LibraryClasses]\r
57 BaseLib\r
58 UefiBootServicesTableLib\r
59 DebugLib\r
60\r