]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect size
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
CommitLineData
4c8274a0
ED
1/** @file\r
2Formset guids, form id and VarStore data structure for File explorer library.\r
3\r
1b96026e 4Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
4c8274a0
ED
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
7The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php.\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15\r
16#ifndef _FILE_EXPLORER_FORM_GUID_H_\r
17#define _FILE_EXPLORER_FORM_GUID_H_\r
18\r
19\r
20#define EFI_FILE_EXPLORE_FORMSET_GUID \\r
21 { \\r
1b96026e 22 0xfe561596, 0xe6bf, 0x41a6, {0x83, 0x76, 0xc7, 0x2b, 0x71, 0x98, 0x74, 0xd0} \\r
4c8274a0
ED
23 }\r
24\r
25#define FORM_FILE_EXPLORER_ID 0x1000\r
26#define LABEL_END 0xffff\r
27\r
28#endif\r
29\r