git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@927 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			145 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			145 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!--Copyright (c) 2006, Intel Corporation
 | |
| All rights reserved. This program and the accompanying materials
 | |
| are licensed and made available under the terms and conditions of the BSD License
 | |
| which accompanies this distribution.  The full text of the license may be found at
 | |
| http://opensource.org/licenses/bsd-license.php
 | |
| 
 | |
| THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 | |
| WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
 | |
| <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
 | |
|   <MsaHeader>
 | |
|     <ModuleName>DxeIpl</ModuleName>
 | |
|     <ModuleType>PEIM</ModuleType>
 | |
|     <GuidValue>86D70125-BAA3-4296-A62F-602BEBBB9081</GuidValue>
 | |
|     <Version>1.0</Version>
 | |
|     <Abstract>Component description file for DxeIpl module</Abstract>
 | |
|     <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>
 | |
|     <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
 | |
|     <License>All rights reserved. This program and the accompanying materials
 | |
|       are licensed and made available under the terms and conditions of the BSD License
 | |
|       which accompanies this distribution.  The full text of the license may be found at
 | |
|       http://opensource.org/licenses/bsd-license.php
 | |
|       THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 | |
|       WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
 | |
|     <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>
 | |
|   </MsaHeader>
 | |
|   <ModuleDefinitions>
 | |
|     <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
 | |
|     <BinaryModule>false</BinaryModule>
 | |
|     <OutputFileBasename>DxeIpl</OutputFileBasename>
 | |
|   </ModuleDefinitions>
 | |
|   <LibraryClassDefinitions>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>DebugLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>PeimEntryPoint</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>BaseLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>HobLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>PerformanceLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>PeiServicesLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>ReportStatusCodeLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>CacheMaintenanceLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>EdkPeCoffLoaderLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>UefiDecompressLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>TianoDecompressLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>CustomDecompressLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>PeiServicesTablePointerLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>BaseMemoryLib</Keyword>
 | |
|     </LibraryClass>
 | |
|     <LibraryClass Usage="ALWAYS_CONSUMED">
 | |
|       <Keyword>MemoryAllocationLib</Keyword>
 | |
|     </LibraryClass>
 | |
|   </LibraryClassDefinitions>
 | |
|   <SourceFiles>
 | |
|     <Filename>DxeLoad.c</Filename>
 | |
|     <Filename>DxeIpl.h</Filename>
 | |
|     <Filename>DxeIpl.dxs</Filename>
 | |
|     <Filename SupArchList="IA32">Ia32/ImageRead.c</Filename>
 | |
|     <Filename SupArchList="IA32">Ia32/DxeLoadFunc.c</Filename>
 | |
|     <Filename SupArchList="X64">Ia32/ImageRead.c</Filename>
 | |
|     <Filename SupArchList="X64">Ia32/DxeLoadFunc.c</Filename>
 | |
|     <Filename SupArchList="IPF">ipf/ImageRead.c</Filename>
 | |
|     <Filename SupArchList="IPF">ipf/DxeLoadFunc.c</Filename>
 | |
|     <Filename SupArchList="EBC">Ia32/ImageRead.c</Filename>
 | |
|     <Filename SupArchList="EBC">Ia32/DxeLoadFunc.c</Filename>
 | |
|   </SourceFiles>
 | |
|   <PackageDependencies>
 | |
|     <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
 | |
|     <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
 | |
|   </PackageDependencies>
 | |
|   <Protocols>
 | |
|     <Protocol Usage="SOMETIMES_PRODUCED">
 | |
|       <ProtocolCName>gEfiDecompressProtocolGuid</ProtocolCName>
 | |
|     </Protocol>
 | |
|     <Protocol Usage="SOMETIMES_PRODUCED">
 | |
|       <ProtocolCName>gEfiTianoDecompressProtocolGuid</ProtocolCName>
 | |
|     </Protocol>
 | |
|     <Protocol Usage="SOMETIMES_PRODUCED">
 | |
|       <ProtocolCName>gEfiCustomizedDecompressProtocolGuid</ProtocolCName>
 | |
|     </Protocol>
 | |
|   </Protocols>
 | |
|   <PPIs>
 | |
|     <Ppi Usage="SOMETIMES_PRODUCED">
 | |
|       <PpiCName>gEfiDxeIplPpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_PRODUCED">
 | |
|       <PpiCName>gEfiPeiFvFileLoaderPpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_PRODUCED">
 | |
|       <PpiCName>gEfiEndOfPeiSignalPpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_CONSUMED">
 | |
|       <PpiCName>gEfiPeiRecoveryModulePpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_CONSUMED">
 | |
|       <PpiCName>gEfiPeiS3ResumePpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_CONSUMED">
 | |
|       <PpiCName>gEfiPeiSectionExtractionPpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="SOMETIMES_CONSUMED">
 | |
|       <PpiCName>gEfiPeiSecurityPpiGuid</PpiCName>
 | |
|     </Ppi>
 | |
|     <Ppi Usage="PRIVATE">
 | |
|       <PpiCName>gPeiInMemoryGuid</PpiCName>
 | |
|     </Ppi>
 | |
|   </PPIs>
 | |
|   <Guids>
 | |
|     <GuidCNames Usage="SOMETIMES_CONSUMED">
 | |
|       <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>
 | |
|     </GuidCNames>
 | |
|   </Guids>
 | |
|   <Externs>
 | |
|     <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
 | |
|     <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
 | |
|     <Extern>
 | |
|       <ModuleEntryPoint>PeimInitializeDxeIpl</ModuleEntryPoint>
 | |
|     </Extern>
 | |
|   </Externs>
 | |
| </ModuleSurfaceArea> |