]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
index 7e950c559abb68cbd098196838239b4093149c95..2ae841499cc064db31e273699f11c8736eb37454 100644 (file)
@@ -1,10 +1,10 @@
 ## @file\r
-# This driver produces Debug Port protocol to be used by debug agent to communicate with\r
-# the remote debug host.\r
+# This driver produces Debug Port protocol to be used by debug agent to communicate with the remote debug host.\r
 #\r
 # This driver binds exclusively to a standard UART serial port on the controller handle,\r
-#  and initializes serial Io interface, publishs Debug Port and Device Path Protocol.\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# and initializes serial Io interface, publishs Debug Port and Device Path Protocol.\r
+#\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DebugPortDxe\r
+  MODULE_UNI_FILE                = DebugPortDxe.uni\r
   FILE_GUID                      = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -28,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gDebugPortDriverBinding\r
 #  COMPONENT_NAME                =  gDebugPortComponentName\r
   DebugLib\r
 \r
 [Guids]\r
-  gEfiDebugPortVariableGuid                     ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"\r
-  gEfiDebugPortDevicePathGuid                   ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiDebugPortVariableGuid                     ## SOMETIMES_CONSUMES   ## Variable:L"DEBUGPORT"\r
+  gEfiDebugPortDevicePathGuid                   ## SOMETIMES_CONSUMES   ## UNDEFINED # Device path\r
 \r
 [Protocols]\r
   gEfiSerialIoProtocolGuid                      ## TO_START\r
   gEfiDevicePathProtocolGuid                    ## BY_START\r
   gEfiDebugPortProtocolGuid                     ## BY_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DebugPortDxeExtra.uni\r