]> 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 d8420123c3f9e9476bb7739de69aff3d403b9667..a084a50b3bcfd0e3cbfb1e2e0bc9e8c5cad4d4eb 100644 (file)
@@ -1,27 +1,32 @@
-/** @file
-  Formset guids, form id and VarStore data structure for Boot Maintenance Manager.
-
-  Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
-  This software and associated documentation (if any) is furnished
-  under a license and may only be used or copied in accordance
-  with the terms of the license. Except as permitted by such
-  license, no part of this software or documentation may be
-  reproduced, stored in a retrieval system, or transmitted in any
-  form or by any means without the express written consent of
-  Intel Corporation.
-
-**/
-#ifndef _FILE_EXPLORER_FORM_GUID_H_
-#define _FILE_EXPLORER_FORM_GUID_H_
-
-
-#define EFI_FILE_EXPLORE_FORMSET_GUID \
-  { \
-  0x1f2d63e1, 0xfebd, 0x4dc7, {0x9c, 0xc5, 0xba, 0x2b, 0x1c, 0xef, 0x9c, 0x5b} \
-  }
-
-#define FORM_FILE_EXPLORER_ID                0x1000
-#define LABEL_END                            0xffff
-
-#endif
-
+/** @file\r
+Formset guids, form id and VarStore data structure for File explorer library.\r
+\r
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
+**/\r
+\r
+\r
+#ifndef _FILE_EXPLORER_FORM_GUID_H_\r
+#define _FILE_EXPLORER_FORM_GUID_H_\r
+\r
+\r
+#define EFI_FILE_EXPLORE_FORMSET_GUID \\r
+  { \\r
+  0xfe561596, 0xe6bf, 0x41a6, {0x83, 0x76, 0xc7, 0x2b, 0x71, 0x98, 0x74, 0xd0} \\r
+  }\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
+\r