]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
Add .S (for GCC) file for Pei/PeiLib/PeiLib_Edk2.inf.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / PeiLib_Edk2.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2006, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # PeiLib.inf
15 #
16 # Abstract:
17 #
18 # Component description file for the PEI library.
19 #
20 #--*/
21
22 [defines]
23 BASE_NAME = PeiLib
24 COMPONENT_TYPE = LIBRARY
25
26 [sources.common]
27 PeiLib.c
28 PeCoffLoader.c
29 Decompress.c
30 Debug.c
31 Hob/Hob.c
32 Perf.c
33 Print/Print.c
34 Print/Print.h
35 FindFv.c
36
37 [sources.ia32]
38 # ia32/Math.c
39 ia32/PeCoffLoaderEx.c
40 ia32/PeCoffLoaderEx.h
41 ia32/PerformancePrimitives.c
42 ia32/Processor.c
43 ia32/ProcessorAsms.Asm |MSFT
44 ia32/ProcessorAsms.Asm |INTEL
45 ia32/ProcessorAsms.S |GCC
46 ia32/SupportItpDebug.asm |MSFT
47 ia32/SupportItpDebug.asm |INTEL
48 ia32/EfiJump.h
49 ia32/ReadIdt.asm |MSFT
50 ia32/ReadIdt.asm |INTEL
51 ia32/ReadIdt.S |GCC
52 ia32/WriteIdt.asm |MSFT
53 ia32/WriteIdt.asm |INTEL
54 ia32/WriteIdt.S |GCC
55 ia32/PeiServicePointer.c
56
57 [sources.x64]
58 x64/PeCoffLoaderEx.c
59 x64/PeCoffLoaderEx.h
60 x64/PerformancePrimitives.c
61 x64/Processor.c
62 x64/ProcessorAsms.Asm |MSFT
63 x64/ProcessorAsms.Asm |INTEL
64 x64/SupportItpDebug.asm |MSFT
65 x64/SupportItpDebug.asm |INTEL
66 x64/EfiJump.h
67 x64/PeiServicePointer.c
68
69 [sources.ipf]
70 # Ipf/Math.c
71 Ipf/PeCoffLoaderEx.c
72 Ipf/PeCoffLoaderEx.h
73 Ipf/PerformancePrimitives.s
74 Ipf/Processor.c
75 Ipf/EfiJump.h
76 Ipf/SetJmp.s
77 Ipf/Asm.h
78 Ipf/PioFlush.s
79 Ipf/SwitchStack.s
80 Ipf/Ia_64Gen.h
81 Ipf/HwAccess.s
82 Ipf/PeiServicePointer.c
83
84
85 [libraries.common]
86 EdkGuidLib
87 EfiCommonLib
88
89 [libraries.ia32]
90 CpuIA32Lib
91
92 [libraries.x64]
93 CpuIA32Lib
94
95 [includes.common]
96 $(EDK_SOURCE)/Foundation
97 $(EDK_SOURCE)/Foundation/Framework
98 $(EDK_SOURCE)/Foundation/Efi
99 .
100 $(EDK_SOURCE)/Foundation/Core/Dxe
101 $(EDK_SOURCE)/Foundation/Include
102 $(EDK_SOURCE)/Foundation/Efi/Include
103 $(EDK_SOURCE)/Foundation/Framework/Include
104 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
105 $(EDK_SOURCE)/Foundation/Include/Pei
106 $(EDK_SOURCE)/Foundation/Library/Pei/Include
107 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
108 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
109
110 [includes.ia32.Nt32]
111 $(EDK_SOURCE)/Sample/Platform/Nt32
112
113 [nmake.common]