]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
index 7e524093914027244db8fbe8425afff8998eb2cb..ee82193d96dc3541aa39a6f6371bef66a3b1d7d9 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
-# Console Platfrom Driver\r
+## @file\r
+# Console Platfrom DXE Driver that specifies whether device can be used as console\r
+# input/output device or error output device and update global variables accordingly.\r
 #\r
-# Console Platfrom DXE Driver, install Console protocols\r
-# Copyright (c) 2006 - 2007, Intel Corporation\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 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,9 +20,6 @@
   FILE_GUID                      = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeConPlatform\r
 \r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
-#  DRIVER_BINDING                =  gConPlatformTextInDriverBinding              \r
-#  COMPONENT_NAME                =  gConPlatformComponentName                    \r
-#  DRIVER_BINDING                =  gConPlatformTextOutDriverBinding             \r
-#  COMPONENT_NAME                =  gConPlatformComponentName                    \r
+#  DRIVER_BINDING                =  gConPlatformTextInDriverBinding\r
+#  COMPONENT_NAME                =  gConPlatformComponentName\r
+#  COMPONENT_NAME2               =  gConPlatformComponentName2\r
+#  DRIVER_BINDING                =  gConPlatformTextOutDriverBinding\r
+#  COMPONENT_NAME                =  gConPlatformComponentName\r
+#  COMPONENT_NAME2               =  gConPlatformComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   ConPlatform.h\r
   ConPlatform.c\r
   DebugLib\r
 \r
 [Guids]\r
-  gEfiGlobalVariableGuid                        # SOMETIMES_CONSUMED L"ErrOut"\r
+  ##\r
+  # This is the VendorGuid of all architecturally defined variables in UEFI spec.\r
+  #\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConIn"\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConOut"\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ErrOut"\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConInDev"\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ConOutDev"\r
+  gEfiGlobalVariableGuid                        ## CONSUMES  ## Variable:L"ErrOutDev"\r
+  ##\r
+  # This GUID is used to specify the device is the standard error device.\r
+  # If the device is a standard error device, this GUID as the protocol GUID will be installed\r
+  # onto this device handle.\r
+  #\r
+  gEfiStandardErrorDeviceGuid                   ## PROTOCOL\r
+  ##\r
+  # This GUID is used to specify the device is the console output device.\r
+  # If the device is a console output device, this GUID as the protocol GUID will be installed\r
+  # onto this device handle.\r
+  #\r
+  gEfiConsoleOutDeviceGuid                      ## PROTOCOL\r
+  ##\r
+  # This GUID is used to specify the device is the console input device.\r
+  # If the device is a console input device, this GUID as the protocol GUID will be installed\r
+  # onto this device handle.\r
+  #\r
+  gEfiConsoleInDeviceGuid                       ## PROTOCOL\r
 \r
 [Protocols]\r
-  gEfiHotPlugDeviceGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiSimpleTextInProtocolGuid                  # PROTOCOL TO_START\r
-  gEfiSimpleTextOutProtocolGuid                 # PROTOCOL TO_START\r
-  gEfiStandardErrorDeviceGuid                   # PROTOCOL BY_START\r
-  gEfiConsoleOutDeviceGuid                      # PROTOCOL BY_START\r
-  gEfiConsoleInDeviceGuid                       # PROTOCOL BY_START\r
-\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiSimpleTextInProtocolGuid                  ## TO_START\r
+  gEfiSimpleTextOutProtocolGuid                 ## TO_START\r
+  
\ No newline at end of file