]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
Fixed OPTIONAL/comma issue
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
index 446c7bdb783093fe08fe151db947c8c0b67b1a99..8c1d8686217a734b611955444a5938152a456523 100644 (file)
@@ -1,9 +1,10 @@
 #/** @file\r
-# Component description file for DebugPort module.\r
+# This driver produces Debug Port protocol to be used by debug agent to communicate with\r
+# the remote debug host.\r
 #\r
-# This driver binds exclusively to serial io on the controller handle,\r
-#  and initializes serial Io interface, publishs DebugPort and device path Protocol.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\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 - 2008, 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
@@ -21,9 +22,6 @@
   FILE_GUID                      = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeDebugPortDriver\r
   UNLOAD_IMAGE                   = ImageUnloadHandler\r
 \r
@@ -32,8 +30,9 @@
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
-#  DRIVER_BINDING                =  gDebugPortDriverBinding                      \r
-#  COMPONENT_NAME                =  gDebugPortComponentName                      \r
+#  DRIVER_BINDING                =  gDebugPortDriverBinding\r
+#  COMPONENT_NAME                =  gDebugPortComponentName\r
+#  COMPONENT_NAME2               =  gDebugPortComponentName2\r
 #  Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
 #\r
 #\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
+[Guids]\r
+  gEfiDebugPortVariableGuid                     ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"\r
+  gEfiDebugPortDevicePathGuid                   ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Protocols]\r
-  gEfiDriverBindingProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiComponentNameProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSerialIoProtocolGuid                      # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL BY_START\r
-  gEfiDebugPortProtocolGuid                     # PROTOCOL BY_START\r
-\r
-\r
-[Depex]\r
-  TRUE\r
+  gEfiSerialIoProtocolGuid                      ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## BY_START\r
+  gEfiDebugPortProtocolGuid                     ## BY_START\r
 \r