From e0c93c9b76153bc5a95bf174dab9805ec2f2942c Mon Sep 17 00:00:00 2001 From: "Bi, Dandan" Date: Tue, 21 Aug 2018 16:56:39 +0800 Subject: [PATCH] MdeModulePkg/SmmCorePerfLib: Add DxeServicesLib library class in INF 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 Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Star Zeng --- .../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 @@ -60,6 +60,7 @@ UefiLib ReportStatusCodeLib PeCoffGetEntryPointLib + DxeServicesLib [Protocols] gEfiSmmBase2ProtocolGuid ## CONSUMES