]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Guid / BootState.h
CommitLineData
6a18d374 1/** @file\r
8967d989
LG
2 GUID and Name is used to configure PcdBootState to DynamicHii PCD, which can\r
3 make EDKII core work with EDK implementation.\r
6a18d374 4\r
8967d989
LG
5 EDK implementation may depend on this guid variable to check boot state. But \r
6 EDKII core uses the dynamic PcdBootState to save boot state. To be compatible to EDK implementation, \r
7 BootStateGuid and BootStateName will be used to configure PcdBootState to DynamicHii PCD to\r
8 save boot state as variable.\r
9 \r
6a18d374
RN
10 Copyright (c) 2010, Intel Corporation\r
11 All rights reserved. This program and the accompanying materials\r
12 are licensed and made available under the terms and conditions of the BSD License\r
13 which accompanies this distribution. The full text of the license may be found at\r
14 http://opensource.org/licenses/bsd-license.php\r
15\r
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
19**/\r
20#ifndef _BOOT_STATE_H_\r
21#define _BOOT_STATE_H_\r
22\r
8967d989
LG
23#define BOOT_STATE_VARIABLE_NAME L"BootState"\r
24\r
6a18d374
RN
25#define EFI_BOOT_STATE_VARIABLE_GUID \\r
26 { 0x60b5e939, 0xfcf, 0x4227, { 0xba, 0x83, 0x6b, 0xbe, 0xd4, 0x5b, 0xc0, 0xe3 } }\r
27\r
28extern EFI_GUID gEfiBootStateGuid;\r
29\r
30#endif\r