]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
da349ffc8e09403fb518fac386454b481c29073e
[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/SupportItpDebug.S |GCC
49 Ia32/EfiJump.h
50 Ia32/ReadIdt.asm |MSFT
51 Ia32/ReadIdt.asm |INTEL
52 Ia32/ReadIdt.S |GCC
53 Ia32/WriteIdt.asm |MSFT
54 Ia32/WriteIdt.asm |INTEL
55 Ia32/WriteIdt.S |GCC
56 Ia32/PeiServicePointer.c
57
58 [sources.x64]
59 X64/PeCoffLoaderEx.c
60 X64/PeCoffLoaderEx.h
61 X64/PerformancePrimitives.c
62 X64/Processor.c
63 X64/ProcessorAsms.Asm |MSFT
64 X64/ProcessorAsms.Asm |INTEL
65 X64/ProcessorAsms.S |GCC
66 X64/SupportItpDebug.asm |MSFT
67 X64/SupportItpDebug.asm |INTEL
68 X64/SupportItpDebug.S |GCC
69 X64/EfiJump.h
70 X64/PeiServicePointer.c
71
72 [sources.ipf]
73 # Ipf/Math.c
74 Ipf/PeCoffLoaderEx.c
75 Ipf/PeCoffLoaderEx.h
76 Ipf/PerformancePrimitives.s
77 Ipf/Processor.c
78 Ipf/EfiJump.h
79 Ipf/SetJmp.s
80 Ipf/Asm.h
81 Ipf/PioFlush.s
82 Ipf/SwitchStack.s
83 Ipf/Ia_64Gen.h
84 Ipf/HwAccess.s
85 Ipf/PeiServicePointer.c
86
87
88 [libraries.common]
89 EdkGuidLib
90 EfiCommonLib
91
92 [libraries.ia32]
93 CpuIA32Lib
94
95 [libraries.x64]
96 CpuIA32Lib
97
98 [includes.common]
99 $(EDK_SOURCE)/Foundation
100 $(EDK_SOURCE)/Foundation/Framework
101 $(EDK_SOURCE)/Foundation/Efi
102 .
103 $(EDK_SOURCE)/Foundation/Core/Dxe
104 $(EDK_SOURCE)/Foundation/Include
105 $(EDK_SOURCE)/Foundation/Efi/Include
106 $(EDK_SOURCE)/Foundation/Framework/Include
107 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
108 $(EDK_SOURCE)/Foundation/Include/Pei
109 $(EDK_SOURCE)/Foundation/Library/Pei/Include
110 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
111 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
112
113 [includes.ia32.Nt32]
114 $(EDK_SOURCE)/Sample/Platform/Nt32
115
116 [nmake.common]