]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLib / BaseMemoryLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of Base Memory Library without assembly.\r
3#\r
4# Base Memory Library implementation - no ASM.\r
5#\r
6# Copyright (c) 2007 - 2010, Intel Corporation.\r
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
16##\r
17\r
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
25\r
26\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
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
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51\r
52[LibraryClasses]\r
53 DebugLib\r
54 BaseLib\r
55\r