]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@907 6f19259b...
[mirror_edk2.git] / EdkModulePkg / Core / DxeIplPeim / DxeIpl.msa
CommitLineData
74460d7e 1<?xml version="1.0" encoding="UTF-8"?>\r
53b86193 2<!--Copyright (c) 2006, Intel Corporation
3All rights reserved. This program and the accompanying materials
4are licensed and made available under the terms and conditions of the BSD License
5which accompanies this distribution. The full text of the license may be found at
6http://opensource.org/licenses/bsd-license.php
7
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1f86f081 9WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
53b86193 10<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
878ddf1f 11 <MsaHeader>\r
1f86f081 12 <ModuleName>DxeIpl</ModuleName>\r
878ddf1f 13 <ModuleType>PEIM</ModuleType>\r
1f86f081 14 <GuidValue>86D70125-BAA3-4296-A62F-602BEBBB9081</GuidValue>\r
15 <Version>1.0</Version>\r
878ddf1f 16 <Abstract>Component description file for DxeIpl module</Abstract>\r
74460d7e 17 <Description>The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.</Description>\r
15f3b1d4 18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
53b86193 19 <License>All rights reserved. This program and the accompanying materials
20 are licensed and made available under the terms and conditions of the BSD License
21 which accompanies this distribution. The full text of the license may be found at
22 http://opensource.org/licenses/bsd-license.php
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
1f86f081 24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
878ddf1f 26 </MsaHeader>\r
1f86f081 27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>DxeIpl</OutputFileBasename>\r
31 </ModuleDefinitions>\r
878ddf1f 32 <LibraryClassDefinitions>\r
1f86f081 33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>DebugLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>PeimEntryPoint</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>BaseLib</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>HobLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>PerformanceLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>PeiServicesLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>ReportStatusCodeLib</Keyword>\r
53 </LibraryClass>\r
54 <LibraryClass Usage="ALWAYS_CONSUMED">\r
55 <Keyword>CacheMaintenanceLib</Keyword>\r
56 </LibraryClass>\r
57 <LibraryClass Usage="ALWAYS_CONSUMED">\r
58 <Keyword>EdkPeCoffLoaderLib</Keyword>\r
59 </LibraryClass>\r
60 <LibraryClass Usage="ALWAYS_CONSUMED">\r
61 <Keyword>UefiDecompressLib</Keyword>\r
62 </LibraryClass>\r
63 <LibraryClass Usage="ALWAYS_CONSUMED">\r
64 <Keyword>TianoDecompressLib</Keyword>\r
65 </LibraryClass>\r
66 <LibraryClass Usage="ALWAYS_CONSUMED">\r
67 <Keyword>CustomDecompressLib</Keyword>\r
68 </LibraryClass>\r
69 <LibraryClass Usage="ALWAYS_CONSUMED">\r
70 <Keyword>PeiServicesTablePointerLib</Keyword>\r
71 </LibraryClass>\r
72 <LibraryClass Usage="ALWAYS_CONSUMED">\r
73 <Keyword>BaseMemoryLib</Keyword>\r
74 </LibraryClass>\r
75 <LibraryClass Usage="ALWAYS_CONSUMED">\r
76 <Keyword>MemoryAllocationLib</Keyword>\r
77 </LibraryClass>\r
878ddf1f 78 </LibraryClassDefinitions>\r
79 <SourceFiles>\r
80 <Filename>DxeLoad.c</Filename>\r
81 <Filename>DxeIpl.dxs</Filename>\r
1f86f081 82 <Filename SupArchList="IA32">Ia32/ImageRead.c</Filename>\r
83 <Filename SupArchList="IA32">Ia32/DxeLoadFunc.c</Filename>\r
84 <Filename SupArchList="X64">Ia32/ImageRead.c</Filename>\r
85 <Filename SupArchList="X64">Ia32/DxeLoadFunc.c</Filename>\r
86 <Filename SupArchList="IPF">ipf/ImageRead.c</Filename>\r
87 <Filename SupArchList="IPF">ipf/DxeLoadFunc.c</Filename>\r
88 <Filename SupArchList="EBC">Ia32/ImageRead.c</Filename>\r
89 <Filename SupArchList="EBC">Ia32/DxeLoadFunc.c</Filename>\r
878ddf1f 90 </SourceFiles>\r
1f86f081 91 <PackageDependencies>\r
92 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
93 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
94 </PackageDependencies>\r
878ddf1f 95 <Protocols>\r
1f86f081 96 <Protocol Usage="SOMETIMES_PRODUCED">\r
53b86193 97 <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>\r
1f86f081 98 </Protocol>\r
99 <Protocol Usage="SOMETIMES_PRODUCED">\r
53b86193 100 <ProtocolCName>gEfiTianoDecompressProtocolGuid</ProtocolCName>\r
1f86f081 101 </Protocol>\r
102 <Protocol Usage="SOMETIMES_PRODUCED">\r
53b86193 103 <ProtocolCName>gEfiCustomizedDecompressProtocolGuid</ProtocolCName>\r
1f86f081 104 </Protocol>\r
878ddf1f 105 </Protocols>\r
878ddf1f 106 <PPIs>\r
1f86f081 107 <Ppi Usage="SOMETIMES_PRODUCED">\r
53b86193 108 <PpiCName>gEfiDxeIplPpiGuid</PpiCName>\r
1f86f081 109 </Ppi>\r
110 <Ppi Usage="SOMETIMES_PRODUCED">\r
53b86193 111 <PpiCName>gEfiPeiFvFileLoaderPpiGuid</PpiCName>\r
1f86f081 112 </Ppi>\r
113 <Ppi Usage="SOMETIMES_PRODUCED">\r
53b86193 114 <PpiCName>gEfiEndOfPeiSignalPpiGuid</PpiCName>\r
1f86f081 115 </Ppi>\r
116 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 117 <PpiCName>gEfiPeiRecoveryModulePpiGuid</PpiCName>\r
1f86f081 118 </Ppi>\r
119 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 120 <PpiCName>gEfiPeiS3ResumePpiGuid</PpiCName>\r
1f86f081 121 </Ppi>\r
122 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 123 <PpiCName>gEfiPeiSectionExtractionPpiGuid</PpiCName>\r
1f86f081 124 </Ppi>\r
125 <Ppi Usage="SOMETIMES_CONSUMED">\r
53b86193 126 <PpiCName>gEfiPeiSecurityPpiGuid</PpiCName>\r
1f86f081 127 </Ppi>\r
128 <Ppi Usage="PRIVATE">\r
53b86193 129 <PpiCName>gPeiInMemoryGuid</PpiCName>\r
1f86f081 130 </Ppi>\r
878ddf1f 131 </PPIs>\r
132 <Guids>\r
1f86f081 133 <GuidCNames Usage="SOMETIMES_CONSUMED">\r
53b86193 134 <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>\r
1f86f081 135 </GuidCNames>\r
878ddf1f 136 </Guids>\r
137 <Externs>\r
15b06e58
LG
138 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
139 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 140 <Extern>\r
141 <ModuleEntryPoint>PeimInitializeDxeIpl</ModuleEntryPoint>\r
142 </Extern>\r
143 </Externs>\r
1f86f081 144</ModuleSurfaceArea>