]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
MdeModulePkg UsbBusPei: Fix wrong buffer length used to read hub desc
[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
a4098755 4Copyright (c) 2004 - 2017, 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
a4098755
DB
26#define FORM_ADD_NEW_FILE_ID 0x2000\r
27#define NEW_FILE_NAME_ID 0x2001\r
28#define KEY_VALUE_CREATE_FILE_AND_EXIT 0x2002\r
29#define KEY_VALUE_NO_CREATE_FILE_AND_EXIT 0x2003\r
30#define FORM_ADD_NEW_FOLDER_ID 0x3000\r
31#define NEW_FOLDER_NAME_ID 0x3001\r
32#define KEY_VALUE_CREATE_FOLDER_AND_EXIT 0x3002\r
33#define KEY_VALUE_NO_CREATE_FOLDER_AND_EXIT 0x3003\r
34\r
4c8274a0
ED
35#define LABEL_END 0xffff\r
36\r
37#endif\r
38\r