]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
index c36ee518b09692632bd5c0efd22f404495a7465c..8b146ac95120801da68e9ef03c1e6b48985f7224 100644 (file)
@@ -1,8 +1,12 @@
-#/** @file\r
-# Component description file for DebugSupport module.\r
+## @file\r
+# This driver installs Debug Support protocol for the selected processor.\r
 #\r
-# This driver installs DebugSupport protocol for the selected processor.\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# This driver provides the capabilities for debug-agent to gain control of the machine\r
+# when certain types of events occur, i.e. breakpoint, processor execptions, etc. It also\r
+# provides debug-agent to periodically gain control during operation of the machine to\r
+# check for asynchronous commands form the host.\r
+#\r
+# Copyright (c) 2006 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -12,7 +16,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DebugSupport.c\r
 \r
 [Sources.Ia32]\r
+  Ia32/DebugSupport.h\r
   Ia32/PlDebugSupport.c\r
   Ia32/PlDebugSupport.h\r
+  Ia32/PlDebugSupportIa32.c\r
   Ia32/AsmFuncs.S\r
   Ia32/AsmFuncs.asm\r
 \r
 [Sources.X64]\r
-  X64/PlDebugSupport.c\r
+  Ia32/DebugSupport.h\r
+  Ia32/PlDebugSupport.c\r
   X64/PlDebugSupport.h\r
+  X64/PlDebugSupportX64.c\r
   X64/AsmFuncs.S\r
   X64/AsmFuncs.asm\r
 \r
 \r
 \r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDebugSupportProtocolGuid                  # PROTOCOL SOMETIMES_PRODUCED\r
-\r
-\r
-[FeaturePcd.IA32]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMED\r
+  gEfiDebugSupportProtocolGuid                  ## PRODUCED\r
 \r
 \r
 [Depex]\r