]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add IMAGE_ATTRIBUTE_UEFI_IMAGE definition from UEFI 2.4 specification.
authorSamer El-Haj-Mahmoud elhaj <Samer El-Haj-Mahmoud elhaj@hp.com>
Thu, 28 Aug 2014 08:17:24 +0000 (08:17 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 08:17:24 +0000 (08:17 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15970 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/FirmwareManagement.h

index 56b0ff53a6e0386a1818ebbdec397f42206a4ce0..7ba6a7aa16c2c9f9e0fb8090f9438dd7540096b4 100644 (file)
@@ -7,8 +7,9 @@
   GetImageInfo() is the only required function. GetImage(), SetImage(), \r
   CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return \r
   EFI_UNSUPPORTED if not supported by the driver.\r
-  \r
+    \r
   Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 2014, Hewlett-Packard Development Company, L.P.<BR>  \r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -118,6 +119,10 @@ typedef struct {
 /// This distinguishes firmware images in a device that supports redundant images.  \r
 /// \r
 #define    IMAGE_ATTRIBUTE_IN_USE                  0x0000000000000008\r
+///\r
+/// The attribute IMAGE_ATTRIBUTE_UEFI_IMAGE indicates that this image is an EFI compatible image.\r
+///\r
+#define    IMAGE_ATTRIBUTE_UEFI_IMAGE              0x0000000000000010\r
 \r
 \r
 //\r