diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2015-07-09 01:16:33 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-07-09 01:16:33 +0000 |
commit | d2857812ff1f28cf3a350840416ec1a8ba072937 (patch) | |
tree | 7af9ce8d33aed642b9f46ff381182d27aa86ada3 /MdePkg/Library | |
parent | 51dc120608129b652a1fdbb3f0d9c9a7f8a4b748 (diff) | |
download | edk2-d2857812ff1f28cf3a350840416ec1a8ba072937.zip edk2-d2857812ff1f28cf3a350840416ec1a8ba072937.tar.gz edk2-d2857812ff1f28cf3a350840416ec1a8ba072937.tar.bz2 |
MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17890 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/SmmMemLib/SmmMemLib.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/SmmMemLib/SmmMemLib.inf b/MdePkg/Library/SmmMemLib/SmmMemLib.inf index 5531423..a9d47cc 100644 --- a/MdePkg/Library/SmmMemLib/SmmMemLib.inf +++ b/MdePkg/Library/SmmMemLib/SmmMemLib.inf @@ -49,4 +49,7 @@ MemoryAllocationLib
[Protocols]
- gEfiSmmAccess2ProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiSmmAccess2ProtocolGuid ## CONSUMES
+
+[Depex]
+ gEfiSmmAccess2ProtocolGuid
|