|
XenevaOS
|
#include <Guid/WinCertificate.h>

Go to the source code of this file.
Classes | |
| struct | EFI_TABLE_HEADER |
| struct | EFI_VARIABLE_AUTHENTICATION |
| struct | EFI_VARIABLE_AUTHENTICATION_2 |
Macros | |
| #define | EFI_VARIABLE_NON_VOLATILE 0x00000001 |
| #define | EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 |
| #define | EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 |
| #define | EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008 |
| #define | EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
| #define | EFI_VARIABLE_APPEND_WRITE 0x00000040 |
| #define | EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
This includes some definitions introduced in UEFI that will be used in both PEI and DXE phases.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
| #define EFI_VARIABLE_APPEND_WRITE 0x00000040 |
| #define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
NOTE: EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS is deprecated and should be considered reserved.
| #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 |
| #define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008 |
This attribute is identified by the mnemonic 'HR' elsewhere in this specification.
| #define EFI_VARIABLE_NON_VOLATILE 0x00000001 |
Attributes of variable.
| #define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 |
| #define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
Attributes of Authenticated Variable
| enum EFI_MEMORY_TYPE |
Enumeration of memory types introduced in UEFI.
| enum EFI_RESET_TYPE |
Enumeration of reset types.