]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDriver.h
Update DxeCore and FwVolDxe drivers to inherit authentication status for the FV image...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / FwVolDxe / FwVolDriver.h
index 2de65f511d3182bb956ce41a6ce6b4d12e3a21bc..e424f9572da61069affc6dcedf1e9ce7af30e01d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Common defines and definitions for a FwVolDxe driver.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -94,6 +94,7 @@ typedef struct {
 \r
   FFS_FILE_LIST_ENTRY                 *CurrentFfsFile;\r
   BOOLEAN                             IsFfs3Fv;\r
+  UINT32                              AuthenticationStatus;\r
 } FV_DEVICE;\r
 \r
 #define FV_DEVICE_FROM_THIS(a)  CR (a, FV_DEVICE, Fv, FV_DEVICE_SIGNATURE)\r