]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Guid/PiFirmwareFileSystem.h
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / Include / Guid / PiFirmwareFileSystem.h
diff --git a/BaseTools/Source/C/Include/Guid/PiFirmwareFileSystem.h b/BaseTools/Source/C/Include/Guid/PiFirmwareFileSystem.h
new file mode 100644 (file)
index 0000000..8ab4993
--- /dev/null
@@ -0,0 +1,41 @@
+/** @file\r
+  Guid used to define the Firmware File System. See PI spec volume 3 for more\r
+  details.\r
+\r
+  Copyright (c) 2006 - 2008, Intel Corporation  All rights reserved.\r
+\r
+  This program and the accompanying materials are licensed and made available\r
+  under the terms and conditions of the BSD License which accompanies this\r
+  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
+  File Name:  PiFirmwareFileSystem.h\r
+\r
+  @par Revision Reference:\r
+  Guids defined in PI Spec Volume 3\r
+\r
+**/\r
+\r
+#ifndef __FIRMWARE_FILE_SYSTEM2_GUID_H__\r
+#define __FIRMWARE_FILE_SYSTEM2_GUID_H__\r
+\r
+//\r
+// GUIDs defined by the PI specification.\r
+//\r
+#define EFI_FIRMWARE_FILE_SYSTEM2_GUID \\r
+  { \\r
+    0x8c8ce578, 0x8a3d, 0x4f1c, {0x99, 0x35, 0x89, 0x61, 0x85, 0xc3, 0x2d, 0xd3 } \\r
+  }\r
+\r
+#define EFI_FFS_VOLUME_TOP_FILE_GUID \\r
+  { \\r
+    0x1BA0062E, 0xC779, 0x4582, {0x85, 0x66, 0x33, 0x6A, 0xE8, 0xF7, 0x8F, 0x09 } \\r
+  }\r
+\r
+extern EFI_GUID gEfiFirmwareFileSystem2Guid;\r
+extern EFI_GUID gEfiFirmwareVolumeTopFileGuid;\r
+\r
+#endif\r