]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
4c8274a0
ED
6\r
7**/\r
8\r
9\r
10#ifndef _FILE_EXPLORER_FORM_GUID_H_\r
11#define _FILE_EXPLORER_FORM_GUID_H_\r
12\r
13\r
14#define EFI_FILE_EXPLORE_FORMSET_GUID \\r
15 { \\r
1b96026e 16 0xfe561596, 0xe6bf, 0x41a6, {0x83, 0x76, 0xc7, 0x2b, 0x71, 0x98, 0x74, 0xd0} \\r
4c8274a0
ED
17 }\r
18\r
19#define FORM_FILE_EXPLORER_ID 0x1000\r
a4098755
DB
20#define FORM_ADD_NEW_FILE_ID 0x2000\r
21#define NEW_FILE_NAME_ID 0x2001\r
22#define KEY_VALUE_CREATE_FILE_AND_EXIT 0x2002\r
23#define KEY_VALUE_NO_CREATE_FILE_AND_EXIT 0x2003\r
24#define FORM_ADD_NEW_FOLDER_ID 0x3000\r
25#define NEW_FOLDER_NAME_ID 0x3001\r
26#define KEY_VALUE_CREATE_FOLDER_AND_EXIT 0x3002\r
27#define KEY_VALUE_NO_CREATE_FOLDER_AND_EXIT 0x3003\r
28\r
4c8274a0
ED
29#define LABEL_END 0xffff\r
30\r
31#endif\r
32\r