MdeModulePkg: Add Platform recovery support
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Sunny Wang <sunnywang@hpe.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18859 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -42,6 +42,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include <Protocol/BootLogo.h>
|
||||
#include <Protocol/DriverHealth.h>
|
||||
#include <Protocol/FormBrowser2.h>
|
||||
#include <Protocol/VariableLock.h>
|
||||
|
||||
#include <Guid/ZeroGuid.h>
|
||||
#include <Guid/MemoryTypeInformation.h>
|
||||
@@ -102,7 +103,10 @@ CHAR16 *
|
||||
IN EFI_HANDLE Handle
|
||||
);
|
||||
|
||||
#define BM_OPTION_NAME_LEN sizeof ("SysPrep####")
|
||||
//
|
||||
// PlatformRecovery#### is the load option with the longest name
|
||||
//
|
||||
#define BM_OPTION_NAME_LEN sizeof ("PlatformRecovery####")
|
||||
extern CHAR16 *mBmLoadOptionName[];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user