]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
MdeModulePkg/FileExplorer: Enable functionality of creating new file/folder
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
index d0a43a9fd9b18a086bbfb04ca533f3eacc49a2e8..a243e9f6c5f990745303bd64c08d9e6fc0345b97 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Formset guids, form id and VarStore data structure for File explorer library.\r
 \r
-Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -23,6 +23,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   }\r
 \r
 #define FORM_FILE_EXPLORER_ID                0x1000\r
+#define FORM_ADD_NEW_FILE_ID                 0x2000\r
+#define NEW_FILE_NAME_ID                     0x2001\r
+#define KEY_VALUE_CREATE_FILE_AND_EXIT       0x2002\r
+#define KEY_VALUE_NO_CREATE_FILE_AND_EXIT    0x2003\r
+#define FORM_ADD_NEW_FOLDER_ID               0x3000\r
+#define NEW_FOLDER_NAME_ID                   0x3001\r
+#define KEY_VALUE_CREATE_FOLDER_AND_EXIT     0x3002\r
+#define KEY_VALUE_NO_CREATE_FOLDER_AND_EXIT  0x3003\r
+\r
 #define LABEL_END                            0xffff\r
 \r
 #endif\r