]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h
Correction to remove Apple lines from Disclaimers. These were introduced after r1022...
[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
63436673 11All rights reserved. This program and the accompanying materials\r
12are licensed and made available under the terms and conditions of the BSD License\r
13which accompanies this distribution. The full text of the license may be found at\r
14http://opensource.org/licenses/bsd-license.php.\r
6a18d374 15\r
63436673 16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6a18d374
RN
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