diff options
Diffstat (limited to 'EmbeddedPkg/SerialDxe/SerialDxe.inf')
-rw-r--r-- | EmbeddedPkg/SerialDxe/SerialDxe.inf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/EmbeddedPkg/SerialDxe/SerialDxe.inf b/EmbeddedPkg/SerialDxe/SerialDxe.inf index ed7f377351..aed458df63 100644 --- a/EmbeddedPkg/SerialDxe/SerialDxe.inf +++ b/EmbeddedPkg/SerialDxe/SerialDxe.inf @@ -1,16 +1,16 @@ #/** @file
-#
+#
# Convert SerialLib into SerialIo protocol
-#
+#
# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
-#
+#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
#**/
[Defines]
@@ -42,7 +42,7 @@ SerialPortExtLib
[Protocols]
- gEfiSerialIoProtocolGuid
+ gEfiSerialIoProtocolGuid
gEfiDevicePathProtocolGuid
[FixedPcd]
@@ -51,5 +51,5 @@ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
-[Depex]
+[Depex]
TRUE
|