]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
1 /** @file
2 Formset guids, form id and VarStore data structure for File explorer library.
3
4 Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9
10 #ifndef _FILE_EXPLORER_FORM_GUID_H_
11 #define _FILE_EXPLORER_FORM_GUID_H_
12
13
14 #define EFI_FILE_EXPLORE_FORMSET_GUID \
15 { \
16 0xfe561596, 0xe6bf, 0x41a6, {0x83, 0x76, 0xc7, 0x2b, 0x71, 0x98, 0x74, 0xd0} \
17 }
18
19 #define FORM_FILE_EXPLORER_ID 0x1000
20 #define FORM_ADD_NEW_FILE_ID 0x2000
21 #define NEW_FILE_NAME_ID 0x2001
22 #define KEY_VALUE_CREATE_FILE_AND_EXIT 0x2002
23 #define KEY_VALUE_NO_CREATE_FILE_AND_EXIT 0x2003
24 #define FORM_ADD_NEW_FOLDER_ID 0x3000
25 #define NEW_FOLDER_NAME_ID 0x3001
26 #define KEY_VALUE_CREATE_FOLDER_AND_EXIT 0x3002
27 #define KEY_VALUE_NO_CREATE_FOLDER_AND_EXIT 0x3003
28
29 #define LABEL_END 0xffff
30
31 #endif
32