mirror of https://github.com/acidanthera/audk.git
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:
parent
14a6beac3b
commit
e0c93c9b76
|
@ -60,6 +60,7 @@
|
||||||
UefiLib
|
UefiLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
PeCoffGetEntryPointLib
|
PeCoffGetEntryPointLib
|
||||||
|
DxeServicesLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSmmBase2ProtocolGuid ## CONSUMES
|
gEfiSmmBase2ProtocolGuid ## CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue