MdeModulePkg/BdsDxe: Update BdsEntry to use Variable Policy
Changed BdsEntry.c to use Variable Policy instead of Variable Lock as Variable Lock will be Deprecated eventually Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
6cfeeb71c4
commit
d9a7612f8d
@@ -50,6 +50,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
UefiBootManagerLib
|
||||
VariablePolicyHelperLib
|
||||
PlatformBootManagerLib
|
||||
PcdLib
|
||||
PrintLib
|
||||
@@ -77,7 +78,7 @@
|
||||
[Protocols]
|
||||
gEfiBdsArchProtocolGuid ## PRODUCES
|
||||
gEfiSimpleTextInputExProtocolGuid ## CONSUMES
|
||||
gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEdkiiVariablePolicyProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiDeferredImageLoadProtocolGuid ## CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
|
Reference in New Issue
Block a user