ReactOS 0.4.16-dev-297-gc569aee
|
#include <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_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
#define | EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
#define | EFI_VARIABLE_APPEND_WRITE 0x00000040 |
This includes some definitions introduced in UEFI that will be used in both PEI and DXE phases.
Copyright (c) 2006 - 2011, 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.
Definition in file UefiMultiPhase.h.
#define EFI_VARIABLE_APPEND_WRITE 0x00000040 |
Definition at line 136 of file UefiMultiPhase.h.
#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010 |
Attributes of Authenticated Variable
Definition at line 134 of file UefiMultiPhase.h.
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 |
Definition at line 124 of file UefiMultiPhase.h.
#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008 |
This attribute is identified by the mnemonic 'HR' elsewhere in this specification.
Definition at line 130 of file UefiMultiPhase.h.
#define EFI_VARIABLE_NON_VOLATILE 0x00000001 |
Attributes of variable.
Definition at line 123 of file UefiMultiPhase.h.
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 |
Definition at line 125 of file UefiMultiPhase.h.
#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x00000020 |
Definition at line 135 of file UefiMultiPhase.h.
Enumeration of memory types introduced in UEFI.
Definition at line 22 of file UefiMultiPhase.h.