]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / PeiLib.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
4 # 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.ARM]
61 Arm/PerformancePrimitives.c
62
63 [sources.AArch64]
64 AArch64/PerformancePrimitives.c
65
66 [libraries.common]
67 EdkGuidLib
68 EfiCommonLib
69 EdkFrameworkPpiLib
70
71 [libraries.ia32]
72 CpuIA32Lib
73
74 [libraries.x64]
75 CpuIA32Lib
76
77 [includes.common]
78 $(EDK_SOURCE)/Foundation
79 $(EDK_SOURCE)/Foundation/Framework
80 $(EDK_SOURCE)/Foundation/Efi
81 .
82 $(EDK_SOURCE)/Foundation/Core/Dxe
83 $(EDK_SOURCE)/Foundation/Include
84 $(EDK_SOURCE)/Foundation/Efi/Include
85 $(EDK_SOURCE)/Foundation/Framework/Include
86 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
87 $(EDK_SOURCE)/Foundation/Include/Pei
88 $(EDK_SOURCE)/Foundation/Library/Pei/Include
89 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
90 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
91
92 [includes.ia32.Nt32]
93 $(EDK_SOURCE)/Sample/Platform/Nt32
94
95 [nmake.common]