summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf')
-rw-r--r--MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf11
1 files changed, 5 insertions, 6 deletions
diff --git a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
index b8ef3662ce..af311ebc5d 100644
--- a/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
+++ b/MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
@@ -2,7 +2,7 @@
# SMM report status code library
#
# Retrieve status code and report status code in SMM phase
-# Copyright (c) 2009, 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
@@ -21,8 +21,7 @@
MODULE_TYPE = DXE_SMM_DRIVER
VERSION_STRING = 1.0
PI_SPECIFICATION_VERSION = 0x0001000A
-
- LIBRARY_CLASS = ReportStatusCodeLib| DXE_SMM_DRIVER SMM_CORE
+ LIBRARY_CLASS = ReportStatusCodeLib|DXE_SMM_DRIVER SMM_CORE
#
# The following information is for reference only and not required by the build tools.
@@ -30,7 +29,7 @@
# VALID_ARCHITECTURES = IA32 X64
#
-[Sources.common]
+[Sources]
ReportStatusCodeLib.c
[Packages]
@@ -43,6 +42,7 @@
SmmServicesTableLib
DebugLib
UefiDriverEntryPoint
+ MemoryAllocationLib
[Guids]
gEfiStatusCodeSpecificDataGuid ## CONSUMES
@@ -51,6 +51,5 @@
[Protocols]
gEfiSmmStatusCodeProtocolGuid ## CONSUMES
-[Pcd.common]
+[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask
-