X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FFirmwareManagement.h;h=7ba6a7aa16c2c9f9e0fb8090f9438dd7540096b4;hp=56b0ff53a6e0386a1818ebbdec397f42206a4ce0;hb=cb9ec399fe8f0ba0d79d788891ac5829c33abc84;hpb=141e0d2a0bbc039f8b97e7718afeafa7cbd3342c diff --git a/MdePkg/Include/Protocol/FirmwareManagement.h b/MdePkg/Include/Protocol/FirmwareManagement.h index 56b0ff53a6..7ba6a7aa16 100644 --- a/MdePkg/Include/Protocol/FirmwareManagement.h +++ b/MdePkg/Include/Protocol/FirmwareManagement.h @@ -7,8 +7,9 @@ GetImageInfo() is the only required function. GetImage(), SetImage(), CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return EFI_UNSUPPORTED if not supported by the driver. - + Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2013 - 2014, Hewlett-Packard Development Company, L.P.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -118,6 +119,10 @@ typedef struct { /// This distinguishes firmware images in a device that supports redundant images. /// #define IMAGE_ATTRIBUTE_IN_USE 0x0000000000000008 +/// +/// The attribute IMAGE_ATTRIBUTE_UEFI_IMAGE indicates that this image is an EFI compatible image. +/// +#define IMAGE_ATTRIBUTE_UEFI_IMAGE 0x0000000000000010 //