X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FDebugSupport%2FDxe%2FDebugSupport.msa;h=6d1be7594a490c32cf5da3d36fb07418e291824a;hp=d54900e557f401c06894fbd8bda84e1920a78b3f;hb=7af45bf1f0b989e932cd36d6ab729d9878bbc982;hpb=62f8431554f696902a303589ca663bfe29c97406 diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa index d54900e557..6d1be7594a 100644 --- a/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa +++ b/EdkModulePkg/Universal/DebugSupport/Dxe/DebugSupport.msa @@ -1,13 +1,5 @@ - - + DebugSupport DXE_DRIVER @@ -15,48 +7,62 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 1.0 Component description file for DebugSupport module. This driver installs DebugSupport protocol for the selected processor. - 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, + 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 + 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.S + 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 @@ -65,6 +71,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 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. gEfiLoadedImageProtocolGuid @@ -77,4 +86,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> InitializeDebugSupportDriver - + + + PcdNtEmulatorEnable + gEfiEdkModulePkgTokenSpaceGuid + If this PCD is set as TRUE, NT emulator will be endabled. + + + \ No newline at end of file