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