diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:57:55 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-04 10:33:46 +0800 |
commit | cbfa5932c2f75ceb29e85c001d7a5bcf318b3403 (patch) | |
tree | 3eb0336116a313f88f0bd72b0b4427fd8041381e | |
parent | 07ff7fe430b789da088a54cba788642172b800f0 (diff) | |
download | edk2-platforms-cbfa5932c2f75ceb29e85c001d7a5bcf318b3403.tar.xz |
SecurityPkg OpalPasswordSupportLib: Add comments for the used protocol in inf file.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
(cherry picked from commit 89b553bbbf7da04d633bd644aa192bbbf6506c3d)
-rw-r--r-- | SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf index d26f58342a..274366bcf9 100644 --- a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf +++ b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf @@ -48,4 +48,4 @@ [Protocols]
gEfiStorageSecurityCommandProtocolGuid ## CONSUMES
gEfiSmmCommunicationProtocolGuid ## CONSUMES
- gEfiSmmBase2ProtocolGuid
+ gEfiSmmBase2ProtocolGuid ## CONSUMES # only for SMM version
|