]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / BaseMemoryLibSse2.inf
1 #/** @file
2 # Component description file for SSE2 Base Memory Library
3 #
4 # Base Memory Library that uses XMM registers for high performance.
5 # Optimized for use in DXE.
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 = BaseMemoryLibSse2
26 FILE_GUID = 65a18235-5096-4032-8c63-214f0249ce8d
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 CommonHeader.h
49
50 [Sources.Ia32]
51 Ia32/ScanMem64.S
52 Ia32/ScanMem32.S
53 Ia32/ScanMem16.S
54 Ia32/ScanMem8.S
55 Ia32/CompareMem.S
56 Ia32/ZeroMem.S
57 Ia32/SetMem64.S
58 Ia32/SetMem32.S
59 Ia32/SetMem16.S
60 Ia32/SetMem.S
61 Ia32/CopyMem.S
62 Ia32/ScanMem64.asm
63 Ia32/ScanMem32.asm
64 Ia32/ScanMem16.asm
65 Ia32/ScanMem8.asm
66 Ia32/CompareMem.asm
67 Ia32/ZeroMem.asm
68 Ia32/SetMem64.asm
69 Ia32/SetMem32.asm
70 Ia32/SetMem16.asm
71 Ia32/SetMem.asm
72 Ia32/CopyMem.asm
73 ScanMem64Wrapper.c
74 ScanMem32Wrapper.c
75 ScanMem16Wrapper.c
76 ScanMem8Wrapper.c
77 ZeroMemWrapper.c
78 CompareMemWrapper.c
79 SetMem64Wrapper.c
80 SetMem32Wrapper.c
81 SetMem16Wrapper.c
82 SetMemWrapper.c
83 CopyMemWrapper.c
84 MemLibGuid.c
85
86 [Sources.X64]
87 x64/ScanMem64.asm
88 x64/ScanMem32.asm
89 x64/ScanMem16.asm
90 x64/ScanMem8.asm
91 x64/CompareMem.asm
92 x64/ZeroMem.asm
93 x64/SetMem64.asm
94 x64/SetMem32.asm
95 x64/SetMem16.asm
96 x64/SetMem.asm
97 x64/CopyMem.asm
98 ScanMem64Wrapper.c
99 ScanMem32Wrapper.c
100 ScanMem16Wrapper.c
101 ScanMem8Wrapper.c
102 ZeroMemWrapper.c
103 CompareMemWrapper.c
104 SetMem64Wrapper.c
105 SetMem32Wrapper.c
106 SetMem16Wrapper.c
107 SetMemWrapper.c
108 CopyMemWrapper.c
109 MemLibGuid.c
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