mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logic
BdsEntry marks the read-only variables if the Variable Lock protocol exists. So, this protocol usage is updated from CONSUMES to SOMETIMES_CONSUMES. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
e0fb2d3e5d
commit
363c3fe253
@ -83,7 +83,7 @@
|
||||
[Protocols]
|
||||
gEfiBdsArchProtocolGuid ## PRODUCES
|
||||
gEfiSimpleTextInputExProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiDeferredImageLoadProtocolGuid ## CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
|
Loading…
x
Reference in New Issue
Block a user