diff options
author | Star Zeng <star.zeng@intel.com> | 2016-06-28 13:32:12 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-06-29 14:52:18 +0800 |
commit | d988a2c795f1acfa5a4751d2d85800168e3fdb27 (patch) | |
tree | 16bef13b5b960184c4d78b67086db67d99350c54 | |
parent | b32888070665776aea8c4b241574ae5eea110014 (diff) | |
download | edk2-d988a2c795f1acfa5a4751d2d85800168e3fdb27.tar.gz |
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>
(cherry picked from commit fd3fac0fb29dd093fc89cdbdd5de925a82595c5b)
-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 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
|