]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/AprioriFileName.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / AprioriFileName.h
index a1cbb2cb7a7509b20437311f1e8ebd2f7a9a11b6..078162e2283a41c606b6d31b2abf191cb372cd66 100644 (file)
@@ -1,17 +1,10 @@
 /** @file\r
-\r
   The GUID PEI_APRIORI_FILE_NAME_GUID definition is the file\r
   name of the PEI a priori file that is stored in a firmware\r
   volume.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  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) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Revision Reference:\r
   GUID introduced in PI Version 1.0.\r
@@ -24,9 +17,7 @@
 #define PEI_APRIORI_FILE_NAME_GUID \\r
   { 0x1b45cc0a, 0x156a, 0x428a, { 0x62, 0XAF, 0x49, 0x86, 0x4d, 0xa0, 0xe6, 0xe6 } }\r
 \r
-\r
-\r
-///   \r
+///\r
 ///  This file must be of type EFI_FV_FILETYPE_FREEFORM and must\r
 ///  contain a single section of type EFI_SECTION_RAW. For details on\r
 ///  firmware volumes, firmware file types, and firmware file section\r
 typedef struct {\r
   ///\r
   /// An array of zero or more EFI_GUID type entries that match the file names of PEIM\r
-  /// modules in the same Firmware Volume. The maximum number of entries. \r
+  /// modules in the same Firmware Volume. The maximum number of entries.\r
   ///\r
-  EFI_GUID  FileNamesWithinVolume[1];\r
+  EFI_GUID    FileNamesWithinVolume[1];\r
 } PEI_APRIORI_FILE_CONTENTS;\r
 \r
-extern EFI_GUID gPeiAprioriFileNameGuid;\r
+extern EFI_GUID  gPeiAprioriFileNameGuid;\r
 \r
 #endif\r
-\r