]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Common/FrameworkFirmwareVolumeImageFormat.h
Add EFI_FV_FILETYPE_ALL in IntelFrameworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Common / FrameworkFirmwareVolumeImageFormat.h
CommitLineData
8409e823 1/** @file\r
2 This file defines the data structures that are architecturally defined for file\r
3 images loaded via the FirmwareVolume protocol. The Firmware Volume specification\r
4 is the basis for these definitions.\r
5\r
6 Copyright (c) 2006, Intel Corporation \r
7 All rights reserved. This program and the accompanying materials \r
8 are licensed and made available under the terms and conditions of the BSD License \r
9 which accompanies this distribution. The full text of the license may be found at \r
10 http://opensource.org/licenses/bsd-license.php \r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
15 Module Name: FrameworkFimrwareVolumeImageFormat.h\r
16\r
17 @par Revision Reference:\r
18 These definitions are from Firmware Volume Spec 0.9.\r
19\r
20**/\r
21\r
22#ifndef __FRAMEWORK_FIRMWARE_VOLUME_IMAGE_FORMAT_H__\r
23#define __FRAMEWORK_FIRMWARE_VOLUME_IMAGE_FORMAT_H__\r
24\r
25//\r
26// Bit values for AuthenticationStatus\r
27//\r
28#define EFI_AGGREGATE_AUTH_STATUS_PLATFORM_OVERRIDE 0x000001\r
29#define EFI_AGGREGATE_AUTH_STATUS_IMAGE_SIGNED 0x000002\r
30#define EFI_AGGREGATE_AUTH_STATUS_NOT_TESTED 0x000004\r
31#define EFI_AGGREGATE_AUTH_STATUS_TEST_FAILED 0x000008\r
32#define EFI_AGGREGATE_AUTH_STATUS_ALL 0x00000f\r
33\r
34#define EFI_LOCAL_AUTH_STATUS_PLATFORM_OVERRIDE 0x010000\r
35#define EFI_LOCAL_AUTH_STATUS_IMAGE_SIGNED 0x020000\r
36#define EFI_LOCAL_AUTH_STATUS_NOT_TESTED 0x040000\r
37#define EFI_LOCAL_AUTH_STATUS_TEST_FAILED 0x080000\r
38#define EFI_LOCAL_AUTH_STATUS_ALL 0x0f0000\r
39\r
b34a6e86 40\r
41#define EFI_FV_FILETYPE_ALL 0x00\r
42\r
8409e823 43#endif\r