13#ifndef __AUTHENTICATED_VARIABLE_FORMAT_H__
14#define __AUTHENTICATED_VARIABLE_FORMAT_H__
18#define EFI_SECURE_BOOT_ENABLE_DISABLE \
19 { 0xf0a30bc7, 0xaf08, 0x4556, { 0x99, 0xc4, 0x0, 0x10, 0x9, 0xc9, 0x3a, 0x44 } }
21extern EFI_GUID gEfiSecureBootEnableDisableGuid;
23extern EFI_GUID gEfiCustomModeEnableGuid;
35#define EFI_SECURE_BOOT_ENABLE_NAME L"SecureBootEnable"
36#define SECURE_BOOT_ENABLE 1
37#define SECURE_BOOT_DISABLE 0
51#define EFI_CUSTOM_MODE_NAME L"CustomMode"
52#define CUSTOM_SECURE_BOOT_MODE 1
53#define STANDARD_SECURE_BOOT_MODE 0
65#define EFI_VENDOR_KEYS_NV_VARIABLE_NAME L"VendorKeysNv"
66#define VENDOR_KEYS_VALID 1
67#define VENDOR_KEYS_MODIFIED 0