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 <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>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Bi, Dandan 2018-08-21 16:56:39 +08:00 committed by Star Zeng
parent 14a6beac3b
commit e0c93c9b76
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
UefiLib UefiLib
ReportStatusCodeLib ReportStatusCodeLib
PeCoffGetEntryPointLib PeCoffGetEntryPointLib
DxeServicesLib
[Protocols] [Protocols]
gEfiSmmBase2ProtocolGuid ## CONSUMES gEfiSmmBase2ProtocolGuid ## CONSUMES