TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | RECOVERY_ON_DATA_CD_GUID |
#define | RECOVERY_ON_FAT_FLOPPY_DISK_GUID |
#define | RECOVERY_ON_FAT_IDE_DISK_GUID |
#define | RECOVERY_ON_FAT_USB_DISK_GUID |
#define | RECOVERY_ON_FAT_NVME_DISK_GUID |
Variables | |
EFI_GUID | gRecoveryOnDataCdGuid |
EFI_GUID | gRecoveryOnFatFloppyDiskGuid |
EFI_GUID | gRecoveryOnFatIdeDiskGuid |
EFI_GUID | gRecoveryOnFatUsbDiskGuid |
EFI_GUID | gRecoveryOnFatNvmeDiskGuid |
Defines Name GUIDs to represent a Recovery Capsule loaded from a recovery device.
These are contracts between the recovery module and device recovery module that convey the name of a given recovery module type.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RecoveryDevice.h.
#define RECOVERY_ON_DATA_CD_GUID |
The Global ID used to identify a recovery capsule that was loaded from a CD/DVD device.
Definition at line 19 of file RecoveryDevice.h.
#define RECOVERY_ON_FAT_FLOPPY_DISK_GUID |
The Global ID used to identify a recovery capsule that was loaded from floppy device.
Definition at line 27 of file RecoveryDevice.h.
#define RECOVERY_ON_FAT_IDE_DISK_GUID |
The Global ID used to identify a recovery capsule that was loaded from IDE hard drive.
Definition at line 35 of file RecoveryDevice.h.
#define RECOVERY_ON_FAT_NVME_DISK_GUID |
The Global ID used to identify a recovery capsule that was loaded from NVM Express device.
Definition at line 51 of file RecoveryDevice.h.
#define RECOVERY_ON_FAT_USB_DISK_GUID |
The Global ID used to identify a recovery capsule that was loaded from USB BOT device.
Definition at line 43 of file RecoveryDevice.h.