mirror of https://github.com/acidanthera/audk.git
MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1482 UEFI Spec define this definition to support Capsule-on-Disk. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Zhang Chao B <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
02021d2ea4
commit
1cf40fbcf6
|
@ -2201,6 +2201,11 @@ typedef struct {
|
|||
#error Unknown Processor Type
|
||||
#endif
|
||||
|
||||
//
|
||||
// The directory within the active EFI System Partition defined for delivery of capsule to firmware
|
||||
//
|
||||
#define EFI_CAPSULE_FILE_DIRECTORY L"\\EFI\\UpdateCapsule\\"
|
||||
|
||||
#include <Uefi/UefiPxe.h>
|
||||
#include <Uefi/UefiGpt.h>
|
||||
#include <Uefi/UefiInternalFormRepresentation.h>
|
||||
|
|
Loading…
Reference in New Issue