diff options
Diffstat (limited to 'MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf')
-rw-r--r-- | MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf index af311ebc5d..c50dc2988e 100644 --- a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf @@ -1,8 +1,8 @@ -#/** @file
+## @file
# SMM report status code library
#
# Retrieve status code and report status code in SMM phase
-# Copyright (c) 2009 -2010, Intel Corporation.
+# Copyright (c) 2009 - 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
@@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
|