]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/HiiBootMaintenanceFormset.h
UiApp code split from IntelFrameworkModulePkg/Universal/BdsDxe driver.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / HiiBootMaintenanceFormset.h
CommitLineData
143f0b1d
ED
1//\r
2/** @file\r
3 Guid definition for Boot Maintainence Formset.\r
4\r
5Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16\r
17#ifndef __HII_BOOT_MAINTENANCE_FORMSET_H__\r
18#define __HII_BOOT_MAINTENANCE_FORMSET_H__\r
19\r
20///\r
21/// Guid define to group the item show on the Boot Menaintenance Manager Menu.\r
22///\r
23#define EFI_IFR_BOOT_MAINTENANCE_GUID \\r
24 { 0xb2dedc91, 0xd59f, 0x48d2, { 0x89, 0x8a, 0x12, 0x49, 0xc, 0x74, 0xa4, 0xe0 } }\r
25\r
26\r
27extern EFI_GUID gEfiIfrBootMaintenanceGuid;\r
28\r
29#endif\r