diff options
author | Liming Gao <liming.gao@intel.com> | 2016-03-25 17:14:13 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-04-13 14:52:58 +0800 |
commit | 7921de0951abe146eb9c91553cc57bfd0c42f783 (patch) | |
tree | 56f87d544636bf6b507063eeb7db6c6005bdb1f1 /SecurityPkg/Tcg/Tcg2Config | |
parent | 88bae0c53c55b8453de6464035153a3dd4311ac5 (diff) | |
download | edk2-platforms-7921de0951abe146eb9c91553cc57bfd0c42f783.tar.xz |
SecurityPkg: Update protocol usage in module INF files.
Update TCG and Library module uses gEdkiiVariableLockProtocolGuid
as SOMETIMES_CONSUMES instead of CONSUMES to follow the code logic.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Config')
-rw-r--r-- | SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf index dd2247b957..d9340d6f53 100644 --- a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf +++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf @@ -70,7 +70,7 @@ [Protocols]
gEfiHiiConfigAccessProtocolGuid ## PRODUCES
gEfiDevicePathProtocolGuid ## PRODUCES
- gEdkiiVariableLockProtocolGuid ## CONSUMES
+ gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
gEfiTcg2ProtocolGuid ## CONSUMES
[Pcd]
|