]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib_Edk2.inf
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / PeiLib_Edk2.inf
1 #/*++
2 #
3 # Copyright (c) 2004 - 2006, 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 |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 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE
88 # is defined as two functions EcpEfiBreakPoint and EcpMemoryFence.
89 #
90 Ipf/AsmCpuMisc.s | GCC
91
92
93 [libraries.common]
94 EdkGuidLib
95 EfiCommonLib
96
97 [libraries.ia32]
98 CpuIA32Lib
99
100 [libraries.x64]
101 CpuIA32Lib
102
103 [includes.common]
104 $(EDK_SOURCE)/Foundation
105 $(EDK_SOURCE)/Foundation/Framework
106 $(EDK_SOURCE)/Foundation/Efi
107 .
108 $(EDK_SOURCE)/Foundation/Core/Dxe
109 $(EDK_SOURCE)/Foundation/Include
110 $(EDK_SOURCE)/Foundation/Efi/Include
111 $(EDK_SOURCE)/Foundation/Framework/Include
112 $(EDK_SOURCE)/Foundation/Include/IndustryStandard
113 $(EDK_SOURCE)/Foundation/Include/Pei
114 $(EDK_SOURCE)/Foundation/Library/Pei/Include
115 $(EDK_SOURCE)/Foundation/Library/Dxe/Include
116 $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
117
118 [includes.ia32.Nt32]
119 $(EDK_SOURCE)/Sample/Platform/Nt32
120
121 [nmake.common]