X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FDebugSupport%2FDxe%2FDebugSupport.msa;h=6d1be7594a490c32cf5da3d36fb07418e291824a;hp=6d9a9b2f406c74257107c4c5bbfbff724af571ad;hb=7af45bf1f0b989e932cd36d6ab729d9878bbc982;hpb=1f86f0814aadbb8cedf6747fabc43ed163bff524 diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa index 6d9a9b2f40..6d1be7594a 100644 --- a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa +++ b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa @@ -1,21 +1,13 @@ - - + DebugSupport DXE_DRIVER 911D584C-35F7-4955-BEF9-B452769DDC3A 1.0 - Component description file for DiskIo module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Component description file for DebugSupport module. + This driver installs DebugSupport protocol for the selected processor. + 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 @@ -25,54 +17,80 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 - IA32 X64 IPF EBC + IA32 X64 IPF false DebugSupport - + DebugLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiDriverEntryPoint - + BaseMemoryLib + Recommended libary Instance is DxeMemoryLib instance in MdePkg. - + MemoryAllocationLib + Recommended libary Instance is DxeMemoryAllocationLib instance in MdePkg. UefiBootServicesTableLib + + BaseLib + + + PcdLib + DebugSupport.c DebugSupport.dxs - Ia32/AsmFuncs.asm + Ia32/AsmFuncs.asm + Ia32/AsmFuncs.S + Ia32/plDebugSupport.h Ia32/plDebugSupport.c ipf/AsmFuncs.s ipf/common.i - ipf/ds64macros.i + ipf/Ds64Macros.i ipf/plDebugSupport.c + ipf/plDebugSupport.h + x64/AsmFuncs.asm + x64/AsmFuncs.S + x64/plDebugSupport.h + x64/plDebugSupport.c - + - DebugSupport + gEfiDebugSupportProtocolGuid + If the debug support protocol for this processor type is not + already installed, this protocol will be installed. Otherwise, it will + be not installed again. - LoadedImage + gEfiLoadedImageProtocolGuid EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 InitializeDebugSupportDriver + + + PcdNtEmulatorEnable + gEfiEdkModulePkgTokenSpaceGuid + If this PCD is set as TRUE, NT emulator will be endabled. + + \ No newline at end of file