]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/AprioriFileName.h
Checked in the GUIDs introduced in UEFI/PI.
[mirror_edk2.git] / MdePkg / Include / Guid / AprioriFileName.h
diff --git a/MdePkg/Include/Guid/AprioriFileName.h b/MdePkg/Include/Guid/AprioriFileName.h
new file mode 100644 (file)
index 0000000..a99fdf0
--- /dev/null
@@ -0,0 +1,56 @@
+/** @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
+  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
+\r
+  Module Name:  AprioriFileName.h\r
+\r
+  @par Revision Reference: PI\r
+  Version 1.00.\r
+\r
+**/\r
+\r
+#ifndef __PEI_APRIORI_FILE_NAME_H__\r
+#define __PEI_APRIORI_FILE_NAME_H__\r
+\r
+#define PEI_APRIORI_FILE_NAME_GUID \\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
+typedef struct {\r
+  EFI_GUID  FileNamesWithinVolume[1];\r
+// Optional list of file-names\r
+} PEI_APRIORI_FILE_CONTENTS;\r
+\r
+extern EFI_GUID gPeiAprioriFileNameGuid;\r
+\r
+#endif\r
+\r