]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / PeiLib.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
44 Ia32/SupportItpDebug.asm
45 Ia32/EfiJump.h
46 Ia32/ReadIdt.asm
47 Ia32/WriteIdt.asm
48 Ia32/PeiServicePointer.c
49
50 [sources.x64]
51 X64/PeCoffLoaderEx.c
52 X64/PeCoffLoaderEx.h
53 X64/PerformancePrimitives.c
54 X64/Processor.c
55 X64/ProcessorAsms.Asm
56 X64/SupportItpDebug.asm
57 X64/EfiJump.h
58 X64/PeiServicePointer.c
59
60 [sources.ipf]
61 # Ipf/Math.c
62 Ipf/PeCoffLoaderEx.c
63 Ipf/PeCoffLoaderEx.h
64 Ipf/PerformancePrimitives.s
65 Ipf/Processor.c
66 Ipf/EfiJump.h
67 Ipf/SetJmp.s
68 Ipf/Asm.h
69 Ipf/PioFlush.s
70 Ipf/SwitchStack.s
71 Ipf/Ia_64Gen.h
72 Ipf/HwAccess.s
73 Ipf/PeiServicePointer.c
74
75
76 [libraries.common]
77 EdkGuidLib
78 EfiCommonLib
79 EdkFrameworkPpiLib
80
81 [libraries.ia32]
82 CpuIA32Lib
83
84 [libraries.x64]
85 CpuIA32Lib
86
87 [includes.common]
88 $(EDK_SOURCE)/Foundation
89 $(EDK_SOURCE)/Foundation/Framework
90 $(EDK_SOURCE)/Foundation/Efi
91 .
92 $(EDK_SOURCE)/Foundation/Core/Dxe
93 $(EDK_SOURCE)/Foundation/Include
94 $(EDK_SOURCE)/Foundation/Efi/Include
95 $(EDK_SOURCE)/Foundation/Framework/Include
96 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
97 $(EDK_SOURCE)/Foundation/Include/Pei
98 $(EDK_SOURCE)/Foundation/Library/Pei/Include
99 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
100 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
101
102 [includes.ia32.Nt32]
103 $(EDK_SOURCE)/Sample/Platform/Nt32
104
105 [nmake.common]