]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLib / BaseMemoryLib.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# Instance of Base Memory Library without assembly.\r
e1f414b6 3#\r
34b0820e 4# Base Memory Library implementation - no ASM.\r
85ea851e 5#\r
6bfbb5f0 6# Copyright (c) 2007 - 2010, Intel Corporation.\r
e1f414b6 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
6bfbb5f0 16##\r
e1f414b6 17\r
e1f414b6 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BaseMemoryLib\r
21 FILE_GUID = fd44e603-002a-4b29-9f5f-529e815b6165\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = BaseMemoryLib \r
e1f414b6 25\r
26\r
e1f414b6 27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
e1f414b6 32 SetMem.c\r
33 ScanMem64Wrapper.c\r
34 ScanMem32Wrapper.c\r
35 ScanMem16Wrapper.c\r
36 ScanMem8Wrapper.c\r
37 ZeroMemWrapper.c\r
38 CompareMemWrapper.c\r
39 SetMem64Wrapper.c\r
40 SetMem32Wrapper.c\r
41 SetMem16Wrapper.c\r
42 SetMemWrapper.c\r
43 CopyMemWrapper.c\r
44 MemLibGeneric.c\r
45 MemLibGuid.c\r
46 CopyMem.c\r
47 MemLibInternals.h\r
e1f414b6 48\r
e1f414b6 49[Packages]\r
50 MdePkg/MdePkg.dec\r
51\r
e1f414b6 52[LibraryClasses]\r
53 DebugLib\r
54 BaseLib\r
55\r