From d988a2c795f1acfa5a4751d2d85800168e3fdb27 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Tue, 28 Jun 2016 13:32:12 +0800 Subject: MdeModulePkg DxeSmmPerformanceLib: Add missing UefiLib in *.inf at de2459d Cc: Jiewen Yao Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao (cherry picked from commit fd3fac0fb29dd093fc89cdbdd5de925a82595c5b) --- MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf b/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf index 2258893441..6d5b001775 100644 --- a/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf +++ b/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf @@ -48,6 +48,7 @@ BaseMemoryLib UefiRuntimeServicesTableLib MemoryAllocationLib + UefiLib [Guids] gSmmPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Used to do smm communication -- cgit