878ddf1f |
1 | <?xml version="1.0" encoding="UTF-8"?>\r |
2 | <!--\r |
3 | Copyright (c) 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 | <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">\r |
13 | <MsaHeader>\r |
14 | <BaseName>PeiMain</BaseName>\r |
15 | <ModuleType>PEI_CORE</ModuleType>\r |
16 | <ComponentType>PEI_CORE</ComponentType>\r |
17 | <Guid>52C05B14-0B98-496c-BC3B-04B50211D680</Guid>\r |
18 | <Version>0</Version>\r |
19 | <Abstract>Component description file for PeiMain module</Abstract>\r |
20 | <Description>FIX ME!</Description>\r |
21 | <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r |
22 | <License>\r |
23 | All rights reserved. This program and the accompanying materials\r |
24 | are licensed and made available under the terms and conditions of the BSD License\r |
25 | which accompanies this distribution. The full text of the license may be found at\r |
26 | http://opensource.org/licenses/bsd-license.php\r |
27 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
28 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
29 | </License>\r |
878ddf1f |
30 | <Created>2006-03-12 17:09</Created>\r |
31 | <Updated>2006-03-19 15:18</Updated>\r |
54de7486 |
32 | <Specification>0</Specification>\r |
878ddf1f |
33 | </MsaHeader>\r |
34 | <LibraryClassDefinitions>\r |
35 | <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>\r |
36 | <LibraryClass Usage="ALWAYS_CONSUMED">PeiCoreEntryPoint</LibraryClass>\r |
37 | <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>\r |
38 | <LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass>\r |
39 | <LibraryClass Usage="ALWAYS_CONSUMED">PerformanceLib</LibraryClass>\r |
40 | <LibraryClass Usage="ALWAYS_CONSUMED">PeiCoreLib</LibraryClass>\r |
41 | <LibraryClass Usage="ALWAYS_CONSUMED">ReportStatusCodeLib</LibraryClass>\r |
42 | <LibraryClass Usage="ALWAYS_CONSUMED">PeCoffGetEntryPointLib</LibraryClass>\r |
43 | <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>\r |
44 | <LibraryClass Usage="ALWAYS_CONSUMED">TimerLib</LibraryClass>\r |
45 | </LibraryClassDefinitions>\r |
46 | <SourceFiles>\r |
47 | <Filename>PeiMain.h</Filename>\r |
22e0585c |
48 | <Filename>BootMode/BootMode.c</Filename>\r |
aec91719 |
49 | <Filename>Dependency/dependency.c</Filename>\r |
22e0585c |
50 | <Filename>Dispatcher/Dispatcher.c</Filename>\r |
51 | <Filename>FwVol/FwVol.c</Filename>\r |
52 | <Filename>Hob/Hob.c</Filename>\r |
53 | <Filename>Image/Image.c</Filename>\r |
54 | <Filename>Memory/MemoryServices.c</Filename>\r |
55 | <Filename>PeiMain/PeiMain.c</Filename>\r |
56 | <Filename>Ppi/Ppi.c</Filename>\r |
57 | <Filename>Reset/Reset.c</Filename>\r |
58 | <Filename>Security/Security.c</Filename>\r |
59 | <Filename>StatusCode/StatusCode.c</Filename>\r |
878ddf1f |
60 | <Arch ArchType="IPF">\r |
22e0585c |
61 | <Filename>ipf/SwitchToCacheMode.c</Filename>\r |
62 | <Filename>ipf/IpfCpuCore.i</Filename>\r |
63 | <Filename>ipf/IpfCpuCore.s</Filename>\r |
878ddf1f |
64 | </Arch>\r |
65 | </SourceFiles>\r |
66 | <Includes>\r |
67 | <PackageName>MdePkg</PackageName>\r |
68 | <PackageName>EdkModulePkg</PackageName>\r |
69 | </Includes>\r |
70 | <Hobs>\r |
71 | <Hob Usage="ALWAYS_PRODUCED" HobType="PHIT"></Hob>\r |
72 | <Hob Usage="SOMETIMES_PRODUCED" HobType="GUID_EXTENSION">\r |
73 | <C_Name>gPeiPerformanceHobGuid</C_Name>\r |
74 | <Guid>0xec4df5af, 0x4395, 0x4cc9, 0x94, 0xde, 0x77, 0x50, 0x6d, 0x12, 0xc7, 0xb8</Guid>\r |
75 | </Hob>\r |
76 | </Hobs>\r |
77 | <PPIs>\r |
78 | <Ppi Usage="ALWAYS_PRODUCED">MemoryDiscovered</Ppi>\r |
79 | <Ppi Usage="ALWAYS_CONSUMED">FindFv</Ppi>\r |
80 | <Ppi Usage="ALWAYS_CONSUMED">FvFileLoader</Ppi>\r |
81 | <Ppi Usage="ALWAYS_CONSUMED">DxeIpl</Ppi>\r |
82 | <Ppi Usage="SOMETIMES_CONSUMED">Reset</Ppi>\r |
83 | <Ppi Usage="SOMETIMES_CONSUMED">StatusCode</Ppi>\r |
84 | <PpiNotify Usage="SOMETIMES_CONSUMED">Security</PpiNotify>\r |
85 | </PPIs>\r |
86 | <Externs>\r |
87 | <Extern>\r |
88 | <ModuleEntryPoint>PeiCore</ModuleEntryPoint>\r |
89 | </Extern>\r |
90 | </Externs>\r |
91 | </ModuleSurfaceArea>\r |