]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
d8420123c3f9e9476bb7739de69aff3d403b9667
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
1 /** @file
2 Formset guids, form id and VarStore data structure for Boot Maintenance Manager.
3
4 Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
5 This software and associated documentation (if any) is furnished
6 under a license and may only be used or copied in accordance
7 with the terms of the license. Except as permitted by such
8 license, no part of this software or documentation may be
9 reproduced, stored in a retrieval system, or transmitted in any
10 form or by any means without the express written consent of
11 Intel Corporation.
12
13 **/
14 #ifndef _FILE_EXPLORER_FORM_GUID_H_
15 #define _FILE_EXPLORER_FORM_GUID_H_
16
17
18 #define EFI_FILE_EXPLORE_FORMSET_GUID \
19 { \
20 0x1f2d63e1, 0xfebd, 0x4dc7, {0x9c, 0xc5, 0xba, 0x2b, 0x1c, 0xef, 0x9c, 0x5b} \
21 }
22
23 #define FORM_FILE_EXPLORER_ID 0x1000
24 #define LABEL_END 0xffff
25
26 #endif
27