]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/SerialDxe/SerialDxe.inf
EmbeddedPkg/MmcDxe: Fix mixed EOL
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialDxe.inf
index e2f46ecf1b96e314e4018f9f9ddcb7a97e21f2eb..ed7f377351f1eb74b9c610c93a2aa645eb42348b 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
 #  \r
-#    Component discription file for Bds module\r
+#  Convert SerialLib into SerialIo protocol\r
 #  \r
-#  Copyright (c) 2008, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\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
 \r
   ENTRY_POINT                    = SerialDxeInitialize\r
 \r
-\r
 [Sources.common]\r
   SerialIo.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   DebugLib\r
   UefiDriverEntryPoint\r
   SerialPortLib\r
-\r
-[Guids]\r
-  \r
+  SerialPortExtLib\r
 \r
 [Protocols]\r
   gEfiSerialIoProtocolGuid    \r
   gEfiDevicePathProtocolGuid\r
-  \r
+\r
+[FixedPcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity\r
+  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits\r
 \r
 [Depex] \r
   TRUE\r