diff options
author | Star Zeng <star.zeng@intel.com> | 2016-06-18 09:03:39 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-07-01 09:39:56 +0800 |
commit | c5155f298cb4cb36d8b67e7a63eded60b4321b40 (patch) | |
tree | de31b5fe56beb2dc3f2f4d102ee2088524a471be /MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf | |
parent | e524f680647679ff7bf9b22dfba1dea4291a9cfe (diff) | |
download | edk2-platforms-c5155f298cb4cb36d8b67e7a63eded60b4321b40.tar.xz |
MdeModulePkg MemoryProfileInfo: Enhance output info for memory leak detection
Cc: Jiewen Yao <jiewen.yao@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/Application/MemoryProfileInfo/MemoryProfileInfo.inf')
-rw-r--r-- | MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf index a1bc6752f0..c512a3f651 100644 --- a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf +++ b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf @@ -46,9 +46,8 @@ UefiLib
MemoryAllocationLib
DxeServicesLib
- PeCoffGetEntryPointLib
PrintLib
-
+
[Guids]
## SOMETIMES_CONSUMES ## GUID # Locate protocol
## SOMETIMES_CONSUMES ## GUID # SmiHandlerRegister
|