]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
index d0a43a9fd9b18a086bbfb04ca533f3eacc49a2e8..a084a50b3bcfd0e3cbfb1e2e0bc9e8c5cad4d4eb 100644 (file)
@@ -1,14 +1,8 @@
 /** @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
-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
-http://opensource.org/licenses/bsd-license.php.\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -23,6 +17,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