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