From e87298818044a116c8b5a805d2c2ae27a4ae2029 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Mon, 25 Aug 2008 05:03:29 +0000 Subject: remove the unused msa files in MdeModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5726 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/DxeIplPeim/DxeIpl.msa | 168 -------------------------------- 1 file changed, 168 deletions(-) delete mode 100644 MdeModulePkg/Core/DxeIplPeim/DxeIpl.msa (limited to 'MdeModulePkg/Core/DxeIplPeim') diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.msa b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.msa deleted file mode 100644 index c552966169..0000000000 --- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.msa +++ /dev/null @@ -1,168 +0,0 @@ - - - - DxeIpl - PEIM - 86D70125-BAA3-4296-A62F-602BEBBB9081 - 1.0 - Component description file for DxeIpl module - 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. - Copyright (c) 2006 - 2007, 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. - FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 - - - IA32 X64 IPF EBC - false - DxeIpl - - - - DebugLib - - - PeimEntryPoint - - - BaseLib - - - HobLib - - - PeiServicesLib - - - ReportStatusCodeLib - - - CacheMaintenanceLib - - - EdkPeCoffLoaderLib - - - UefiDecompressLib - - - TianoDecompressLib - - - CustomDecompressLib - - - PeiServicesTablePointerLib - - - BaseMemoryLib - - - MemoryAllocationLib - - - PcdLib - - - PeCoffLib - - - - DxeLoad.c - DxeIpl.h - DxeIpl.dxs - Ia32/ImageRead.c - Ia32/DxeLoadFunc.c - Ia32/VirtualMemory.c - Ia32/VirtualMemory.h - X64/DxeLoadFunc.c - Ipf/ImageRead.c - Ipf/DxeLoadFunc.c - - - - - - - - gEfiDecompressProtocolGuid - - - gEfiTianoDecompressProtocolGuid - - - gEfiCustomizedDecompressProtocolGuid - - - - - gEfiDxeIplPpiGuid - - - gEfiPeiFvFileLoaderPpiGuid - - - gEfiEndOfPeiSignalPpiGuid - - - gEfiPeiRecoveryModulePpiGuid - - - gEfiPeiS3ResumePpiGuid - - - gEfiPeiSectionExtractionPpiGuid - - - gEfiPeiSecurityPpiGuid - - - - - gEfiPeiPeCoffLoaderGuid - - - - EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00020000 - - PeimInitializeDxeIpl - - - - - PcdDxeIplSwitchToLongMode - gEfiEdkModulePkgTokenSpaceGuid - TRUE - If this feature is enabled, then the DXE IPL will load a 64-bit DxeCore. - - - PcdDxeIplBuildShareCodeHobs - gEfiEdkModulePkgTokenSpaceGuid - FALSE - If this feature is enabled, DXE IPL will build a series of HOBs to share code with DXE Core. - - - PcdDxeIplSupportEfiDecompress - gEfiEdkModulePkgTokenSpaceGuid - TRUE - If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm - - - PcdDxeIplSupportTianoDecompress - gEfiEdkModulePkgTokenSpaceGuid - TRUE - If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Tiano Compression algorithm - - - PcdDxeIplSupportCustomDecompress - gEfiEdkModulePkgTokenSpaceGuid - TRUE - If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Custom Compression algorithm - - - \ No newline at end of file -- cgit v1.2.3