]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/BdsHii.h
FmpDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / BdsHii.h
CommitLineData
e24fc103
LG
1/** @file\r
2 GUIDs used as HII FormSet and HII Package list GUID in BdsDxe driver.\r
0a6f4824
LG
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
e24fc103 7The full text of the license may be found at\r
0a6f4824 8http://opensource.org/licenses/bsd-license.php.\r
e24fc103 9\r
0a6f4824 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
e24fc103
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __BDS_HII_GUIDS_H__\r
16#define __BDS_HII_GUIDS_H__\r
17\r
18#define FRONT_PAGE_FORMSET_GUID \\r
19 { \\r
20 0x9e0c30bc, 0x3f06, 0x4ba6, {0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe} \\r
21 }\r
22\r
23#define BOOT_MANAGER_FORMSET_GUID \\r
24 { \\r
25 0x847bc3fe, 0xb974, 0x446d, {0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b} \\r
26 }\r
27\r
28#define DEVICE_MANAGER_FORMSET_GUID \\r
29 { \\r
30 0x3ebfa8e6, 0x511d, 0x4b5b, {0xa9, 0x5f, 0xfb, 0x38, 0x26, 0xf, 0x1c, 0x27} \\r
31 }\r
32\r
33#define DRIVER_HEALTH_FORMSET_GUID \\r
34 { \\r
35 0xf76e0a70, 0xb5ed, 0x4c38, {0xac, 0x9a, 0xe5, 0xf5, 0x4b, 0xf1, 0x6e, 0x34} \\r
36 }\r
37\r
38#define BOOT_MAINT_FORMSET_GUID \\r
39 { \\r
40 0x642237c7, 0x35d4, 0x472d, {0x83, 0x65, 0x12, 0xe0, 0xcc, 0xf2, 0x7a, 0x22} \\r
41 }\r
42\r
43#define FILE_EXPLORE_FORMSET_GUID \\r
44 { \\r
45 0x1f2d63e1, 0xfebd, 0x4dc7, {0x9c, 0xc5, 0xba, 0x2b, 0x1c, 0xef, 0x9c, 0x5b} \\r
46 }\r
47\r
48extern EFI_GUID gFrontPageFormSetGuid;\r
49extern EFI_GUID gBootMaintFormSetGuid;\r
50extern EFI_GUID gFileExploreFormSetGuid;\r
51extern EFI_GUID gBootManagerFormSetGuid;\r
52extern EFI_GUID gDeviceManagerFormSetGuid;\r
53extern EFI_GUID gDriverHealthFormSetGuid;\r
54\r
55#endif\r