diff options
Diffstat (limited to 'MdePkg/Library/BasePrintLib/BasePrintLib.inf')
-rw-r--r-- | MdePkg/Library/BasePrintLib/BasePrintLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePrintLib/BasePrintLib.inf b/MdePkg/Library/BasePrintLib/BasePrintLib.inf index 7ff42b1f66..7719c8220f 100644 --- a/MdePkg/Library/BasePrintLib/BasePrintLib.inf +++ b/MdePkg/Library/BasePrintLib/BasePrintLib.inf @@ -1,7 +1,7 @@ -#/** @file
+## @file
# Print Library implementation.
#
-# Copyright (c) 2007 - 2008, Intel Corporation.
+# Copyright (c) 2007 - 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
@@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -27,7 +27,7 @@ #
-[Sources.common]
+[Sources]
PrintLibInternal.h
PrintLibInternal.c
PrintLib.c
|