diff options
author | Star Zeng <star.zeng@intel.com> | 2016-06-28 13:32:12 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-06-29 12:54:53 +0800 |
commit | fd3fac0fb29dd093fc89cdbdd5de925a82595c5b (patch) | |
tree | 4a0b99515a42c78488adc98c3dbed132aa19a3c6 /MdeModulePkg/Library | |
parent | 0c2a557e5b9aefd6efceccf72017cd7d323a6ba5 (diff) | |
download | edk2-fd3fac0fb29dd093fc89cdbdd5de925a82595c5b.zip edk2-fd3fac0fb29dd093fc89cdbdd5de925a82595c5b.tar.gz edk2-fd3fac0fb29dd093fc89cdbdd5de925a82595c5b.tar.bz2 |
MdeModulePkg DxeSmmPerformanceLib: Add missing UefiLib in *.inf at de2459d
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf b/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf index 2dbaa7c..2b05770 100644 --- a/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf +++ b/MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf @@ -48,6 +48,7 @@ BaseMemoryLib
UefiRuntimeServicesTableLib
MemoryAllocationLib
+ UefiLib
[Guids]
gPerformanceProtocolGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Locate protocol
|