]> 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
63436673 2 GUID and Name are used to configure PcdBootState to DynamicHii PCD, which can\r
3 make EDKII core work with the EDK implementation.\r
6a18d374 4\r
63436673 5 The EDK implementation may depend on this guid variable to check the boot state. \r
6 However, the EDKII core uses a dynamic PcdBootState to save the boot state. To be compatible with EDK implementations, \r
7 BootStateGuid and BootStateName are used to configure PcdBootState to DynamicHii PCD to\r
8 save the boot state as a variable.\r
8967d989 9 \r
63436673 10Copyright (c) 2010, Intel Corporation. All rights reserved<BR>\r
11Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
12All rights reserved. This program and the accompanying materials\r
13are licensed and made available under the terms and conditions of the BSD License\r
14which accompanies this distribution. The full text of the license may be found at\r
15http://opensource.org/licenses/bsd-license.php.\r
6a18d374 16\r
63436673 17THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6a18d374
RN
19\r
20**/\r
21#ifndef _BOOT_STATE_H_\r
22#define _BOOT_STATE_H_\r
23\r
8967d989
LG
24#define BOOT_STATE_VARIABLE_NAME L"BootState"\r
25\r
6a18d374
RN
26#define EFI_BOOT_STATE_VARIABLE_GUID \\r
27 { 0x60b5e939, 0xfcf, 0x4227, { 0xba, 0x83, 0x6b, 0xbe, 0xd4, 0x5b, 0xc0, 0xe3 } }\r
28\r
29extern EFI_GUID gEfiBootStateGuid;\r
30\r
31#endif\r