]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
index 9b424e31fed906f4ba90f23aaa9404642514f0e2..f1faa3d2c9902d21c74e7aefe34adfb29cfa9053 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 # This driver installs Debug Support protocol for the selected processor.\r
 #\r
 # This driver provides the capabilities for debug-agent to gain control of the machine\r
@@ -6,9 +6,9 @@
 # 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 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DebugSupportDxe\r
+  MODULE_UNI_FILE                = DebugSupportDxe.uni\r
   FILE_GUID                      = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -32,7 +33,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DebugSupport.c\r
 \r
 [Sources.Ia32]\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
-[LibraryClasses.IA32]\r
-  PcdLib\r
+[LibraryClasses.IA32, LibraryClasses.X64]\r
   BaseLib\r
 \r
-[LibraryClasses.X64]\r
-  BaseLib\r
-\r
-\r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDebugSupportProtocolGuid                  # PROTOCOL ALWAYS_PRODUCED\r
-\r
-\r
-[FeaturePcd.IA32]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
+  gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
 \r
 \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DebugSupportDxeExtra.uni\r