mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/UefiBootManagerLib: Add gEfiFormBrowser2ProtocolGuid reference in INF file
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17614 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a856128a15
commit
6c988d346b
|
@ -104,6 +104,7 @@
|
||||||
gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiDiskInfoProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiDiskInfoProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
gEfiDriverHealthProtocolGuid ## SOMETIMES_CONSUMES
|
gEfiDriverHealthProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
gEfiFormBrowser2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange ## SOMETIMES_CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange ## SOMETIMES_CONSUMES
|
||||||
|
|
Loading…
Reference in New Issue