public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] MdeModulePkg/SmmCorePerfLib: Add DxeServicesLib library class in INF
@ 2018-08-21  8:56 Dandan Bi
  2018-08-21  9:35 ` Zeng, Star
  0 siblings, 1 reply; 2+ messages in thread
From: Dandan Bi @ 2018-08-21  8:56 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao, Star Zeng

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1100

SmmCorePerformanceLib consume the DxeServicesLib, but miss to
add the library class in INF file.
This patch is to fix this issue.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
index 88052f8037..78b783b012 100644
--- a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
+++ b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
@@ -58,10 +58,11 @@
   SmmServicesTableLib
   SmmMemLib
   UefiLib
   ReportStatusCodeLib
   PeCoffGetEntryPointLib
+  DxeServicesLib
 
 [Protocols]
   gEfiSmmBase2ProtocolGuid                  ## CONSUMES
   gEdkiiSmmReadyToBootProtocolGuid          ## NOTIFY
 
-- 
2.14.3.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-21  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21  8:56 [patch] MdeModulePkg/SmmCorePerfLib: Add DxeServicesLib library class in INF Dandan Bi
2018-08-21  9:35 ` Zeng, Star

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox