]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixConsoleDxe/UnixConsole.inf
1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection if...
[mirror_edk2.git] / UnixPkg / UnixConsoleDxe / UnixConsole.inf
index d5c1ed2277eb51c3f88ed376e94dfd01fb10bfbc..a3e1313734fe8191e896525ded90f24558f0b4ab 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 # Console Dxe driver\r
 #\r
 # Simulate console with Unix API\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2010, 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
@@ -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,8 +20,6 @@
   FILE_GUID                      = f314a8cc-8985-11db-9f69-0040d02b1835\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializeUnixConsole\r
 \r
@@ -34,7 +32,7 @@
 #  COMPONENT_NAME                =  gUnixConsoleComponentName                    \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   ConsoleOut.c\r
   ConsoleIn.c\r
@@ -62,4 +60,6 @@
   gEfiSimpleTextInProtocolGuid                  # PROTOCOL BY_START\r
   gEfiSimpleTextOutProtocolGuid                 # PROTOCOL BY_START\r
   gEfiUnixIoProtocolGuid                        # PROTOCOL TO_START\r
+\r
+[Guids]\r
   gEfiUnixConsoleGuid\r