]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / BaseMemoryLibRepStr.inf
CommitLineData
e1f414b6 1#/** @file\r
2# Component description file for RepStr Base Memory Library\r
3#\r
4# Base Memory Library that uses REP string instructions for\r
5# high performance and small size. Optimized for use in PEI.\r
6# Copyright (c) 2007, 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################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = BaseMemoryLibRepStr\r
26 FILE_GUID = e7884bf4-51a1-485b-982a-ff89129983bc\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = BaseMemoryLib \r
30 EDK_RELEASE_VERSION = 0x00020000\r
31 EFI_SPECIFICATION_VERSION = 0x00020000\r
32\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64\r
38#\r
39\r
40################################################################################\r
41#\r
42# Sources Section - list of files that are required for the build to succeed.\r
43#\r
44################################################################################\r
45\r
46[Sources.common]\r
47 MemLibInternals.h\r
48 CommonHeader.h\r
49\r
50[Sources.Ia32]\r
51 Ia32/ScanMem64.S\r
52 Ia32/ScanMem32.S\r
53 Ia32/ScanMem16.S\r
54 Ia32/ScanMem8.S\r
55 Ia32/CompareMem.S\r
56 Ia32/ZeroMem.S\r
57 Ia32/SetMem64.S\r
58 Ia32/SetMem32.S\r
59 Ia32/SetMem16.S\r
60 Ia32/SetMem.S\r
61 Ia32/CopyMem.S\r
62 Ia32/ScanMem64.asm\r
63 Ia32/ScanMem32.asm\r
64 Ia32/ScanMem16.asm\r
65 Ia32/ScanMem8.asm\r
66 Ia32/CompareMem.asm\r
67 Ia32/ZeroMem.asm\r
68 Ia32/SetMem64.asm\r
69 Ia32/SetMem32.asm\r
70 Ia32/SetMem16.asm\r
71 Ia32/SetMem.asm\r
72 Ia32/CopyMem.asm\r
73 ScanMem64Wrapper.c\r
74 ScanMem32Wrapper.c\r
75 ScanMem16Wrapper.c\r
76 ScanMem8Wrapper.c\r
77 ZeroMemWrapper.c\r
78 CompareMemWrapper.c\r
79 SetMem64Wrapper.c\r
80 SetMem32Wrapper.c\r
81 SetMem16Wrapper.c\r
82 SetMemWrapper.c\r
83 CopyMemWrapper.c\r
84 MemLibGuid.c\r
85\r
86[Sources.X64]\r
87 x64/ScanMem64.asm\r
88 x64/ScanMem32.asm\r
89 x64/ScanMem16.asm\r
90 x64/ScanMem8.asm\r
91 x64/CompareMem.asm\r
92 x64/ZeroMem.asm\r
93 x64/SetMem64.asm\r
94 x64/SetMem32.asm\r
95 x64/SetMem16.asm\r
96 x64/SetMem.asm\r
97 x64/CopyMem.asm\r
98 ScanMem64Wrapper.c\r
99 ScanMem32Wrapper.c\r
100 ScanMem16Wrapper.c\r
101 ScanMem8Wrapper.c\r
102 ZeroMemWrapper.c\r
103 CompareMemWrapper.c\r
104 SetMem64Wrapper.c\r
105 SetMem32Wrapper.c\r
106 SetMem16Wrapper.c\r
107 SetMemWrapper.c\r
108 CopyMemWrapper.c\r
109 MemLibGuid.c\r
110\r
111\r
e1f414b6 112\r
113################################################################################\r
114#\r
115# Package Dependency Section - list of Package files that are required for\r
116# this module.\r
117#\r
118################################################################################\r
119\r
120[Packages]\r
121 MdePkg/MdePkg.dec\r
122\r
123\r
124################################################################################\r
125#\r
126# Library Class Section - list of Library Classes that are required for\r
127# this module.\r
128#\r
129################################################################################\r
130\r
131[LibraryClasses]\r
132 DebugLib\r
133 BaseLib\r
134\r