]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLib / BaseMemoryLib.inf
CommitLineData
e1f414b6 1#/** @file\r
85ea851e 2# Instance of Base Memory Library without assembly.\r
e1f414b6 3#\r
4# Base Memory Library implementation - no ASM.\r
85ea851e 5#\r
6# Copyright (c) 2007 - 2008, 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
16#**/\r
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
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28\r
e1f414b6 29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
e1f414b6 33[Sources.common]\r
34 SetMem.c\r
35 ScanMem64Wrapper.c\r
36 ScanMem32Wrapper.c\r
37 ScanMem16Wrapper.c\r
38 ScanMem8Wrapper.c\r
39 ZeroMemWrapper.c\r
40 CompareMemWrapper.c\r
41 SetMem64Wrapper.c\r
42 SetMem32Wrapper.c\r
43 SetMem16Wrapper.c\r
44 SetMemWrapper.c\r
45 CopyMemWrapper.c\r
46 MemLibGeneric.c\r
47 MemLibGuid.c\r
48 CopyMem.c\r
49 MemLibInternals.h\r
e1f414b6 50\r
e1f414b6 51[Packages]\r
52 MdePkg/MdePkg.dec\r
53\r
e1f414b6 54[LibraryClasses]\r
55 DebugLib\r
56 BaseLib\r
57\r