]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / FirmwareFileSystem.h
CommitLineData
7e5eeb0c 1/** @file\r
0b2f42c2 2 Guid used to define the Firmware File System. See the Framework Firmware\r
7e5eeb0c 3 File System Specification for more details.\r
4\r
1c2f052d 5Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
22a69a5e 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
7e5eeb0c 7\r
7e5eeb0c 8 @par Revision Reference:\r
f22f941e 9 Guids defined in Firmware File System Spec 0.9.\r
7e5eeb0c 10\r
11**/\r
12\r
13#ifndef __FIRMWARE_FILE_SYSTEM_GUID_H__\r
14#define __FIRMWARE_FILE_SYSTEM_GUID_H__\r
15\r
2bbaeb0d 16///\r
17/// GUIDs defined by the FFS specification.\r
18///\r
7e5eeb0c 19#define EFI_FIRMWARE_FILE_SYSTEM_GUID \\r
20 { 0x7A9354D9, 0x0468, 0x444a, {0x81, 0xCE, 0x0B, 0xF6, 0x17, 0xD8, 0x90, 0xDF }}\r
21\r
c0691ef0 22typedef UINT16 EFI_FFS_FILE_TAIL;\r
23\r
24#define FFS_ATTRIB_TAIL_PRESENT 0x01\r
25#define FFS_ATTRIB_RECOVERY 0x02\r
26#define FFS_ATTRIB_HEADER_EXTENSION 0x04\r
27\r
7e5eeb0c 28extern EFI_GUID gEfiFirmwareFileSystemGuid;\r
29\r
30#endif\r