diff options
Diffstat (limited to 'PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf')
-rw-r--r-- | PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf b/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf index ad53431d95..f619e88dc4 100644 --- a/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf +++ b/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf @@ -1,7 +1,7 @@ -#/**@file
+## @file
# Library instance for SerialIo library class
#
-# Copyright (c) 2006 - 2009, Intel Corporation
+# Copyright (c) 2006 - 2010, Intel Corporation
# All rights reserved. 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
@@ -10,7 +10,7 @@ # 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]
INF_VERSION = 0x00010005
@@ -29,6 +29,6 @@ BaseLib
IoLib
-[Sources.common]
+[Sources]
SerialPortLib.c
|