]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
8ad16c2b768c86114f8f751aeb36ed1ee4e286f7
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / BaseMemoryLibRepStr.inf
1 #/** @file
2 # Component description file for RepStr Base Memory Library
3 #
4 # Base Memory Library that uses REP string instructions for
5 # high performance and small size. Optimized for use in PEI.
6 # Copyright (c) 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = BaseMemoryLibRepStr
26 FILE_GUID = e7884bf4-51a1-485b-982a-ff89129983bc
27 MODULE_TYPE = BASE
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = BaseMemoryLib
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64
38 #
39
40 ################################################################################
41 #
42 # Sources Section - list of files that are required for the build to succeed.
43 #
44 ################################################################################
45
46 [Sources.common]
47 MemLibInternals.h
48
49 [Sources.Ia32]
50 Ia32/ScanMem64.S
51 Ia32/ScanMem32.S
52 Ia32/ScanMem16.S
53 Ia32/ScanMem8.S
54 Ia32/CompareMem.S
55 Ia32/ZeroMem.S
56 Ia32/SetMem64.S
57 Ia32/SetMem32.S
58 Ia32/SetMem16.S
59 Ia32/SetMem.S
60 Ia32/CopyMem.S
61 Ia32/ScanMem64.asm
62 Ia32/ScanMem32.asm
63 Ia32/ScanMem16.asm
64 Ia32/ScanMem8.asm
65 Ia32/CompareMem.asm
66 Ia32/ZeroMem.asm
67 Ia32/SetMem64.asm
68 Ia32/SetMem32.asm
69 Ia32/SetMem16.asm
70 Ia32/SetMem.asm
71 Ia32/CopyMem.asm
72 ScanMem64Wrapper.c
73 ScanMem32Wrapper.c
74 ScanMem16Wrapper.c
75 ScanMem8Wrapper.c
76 ZeroMemWrapper.c
77 CompareMemWrapper.c
78 SetMem64Wrapper.c
79 SetMem32Wrapper.c
80 SetMem16Wrapper.c
81 SetMemWrapper.c
82 CopyMemWrapper.c
83 MemLibGuid.c
84
85 [Sources.X64]
86 x64/ScanMem64.asm
87 x64/ScanMem32.asm
88 x64/ScanMem16.asm
89 x64/ScanMem8.asm
90 x64/CompareMem.asm
91 x64/ZeroMem.asm
92 x64/SetMem64.asm
93 x64/SetMem32.asm
94 x64/SetMem16.asm
95 x64/SetMem.asm
96 x64/CopyMem.asm
97 ScanMem64Wrapper.c
98 ScanMem32Wrapper.c
99 ScanMem16Wrapper.c
100 ScanMem8Wrapper.c
101 ZeroMemWrapper.c
102 CompareMemWrapper.c
103 SetMem64Wrapper.c
104 SetMem32Wrapper.c
105 SetMem16Wrapper.c
106 SetMemWrapper.c
107 CopyMemWrapper.c
108 MemLibGuid.c
109
110
111
112 ################################################################################
113 #
114 # Package Dependency Section - list of Package files that are required for
115 # this module.
116 #
117 ################################################################################
118
119 [Packages]
120 MdePkg/MdePkg.dec
121
122
123 ################################################################################
124 #
125 # Library Class Section - list of Library Classes that are required for
126 # this module.
127 #
128 ################################################################################
129
130 [LibraryClasses]
131 DebugLib
132 BaseLib
133