]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/FileExplorerLib/FormGuid.h
MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FormGuid.h
index a243e9f6c5f990745303bd64c08d9e6fc0345b97..52a34dc28332181a202a6924f648d0266fa414c0 100644 (file)
@@ -2,21 +2,13 @@
 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
-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
+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
@@ -32,7 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #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
+#define LABEL_END  0xffff\r
 \r
 #endif\r
-\r