diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:57:55 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-06 13:03:17 +0800 |
commit | 89b553bbbf7da04d633bd644aa192bbbf6506c3d (patch) | |
tree | ac3001c0848493ac6dfd01040bfe4be433e5c79b | |
parent | cffc006c197a15625aca738e54b6bd4c68f2e2e2 (diff) | |
download | edk2-platforms-89b553bbbf7da04d633bd644aa192bbbf6506c3d.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>
-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
|