]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/AprioriFileName.h
Rollback r17113.
[mirror_edk2.git] / MdePkg / Include / Guid / AprioriFileName.h
index c2ee1b1d5536266b19db053bcdf6a6f69dee8b72..6458ad0370c249eaacedc00a7fa3b832ba20cc77 100644 (file)
@@ -1,11 +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 - 2007, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  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
@@ -13,8 +12,8 @@
   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
 \r
-  @par Revision Reference: PI\r
-  Version 1.00.\r
+  @par Revision Reference:\r
+  GUID introduced in PI Version 1.0.\r
 \r
 **/\r
 \r
   { 0x1b45cc0a, 0x156a, 0x428a, { 0x62, 0XAF, 0x49, 0x86, 0x4d, 0xa0, 0xe6, 0xe6 } }\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
-  types.\r
-\r
-  @param FileNamesWithinVolume[]  An array of zero or more\r
-                                  EFI_GUID type entries that\r
-                                  match the file names of PEIM\r
-                                  modules in the same Firmware\r
-                                  Volume. The maximum number of\r
-                                  entries.\r
-\r
-  @param NumberOfModulesInVolume  Determined by the number of\r
-                                  modules in the FV.\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
+///  types.\r
+///\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
+  ///\r
   EFI_GUID  FileNamesWithinVolume[1];\r
-// Optional list of file-names\r
 } PEI_APRIORI_FILE_CONTENTS;\r
 \r
 extern EFI_GUID gPeiAprioriFileNameGuid;\r