X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FTianoTools%2FInclude%2FGuid%2FFirmwareFileSystem.h;fp=Tools%2FSource%2FTianoTools%2FInclude%2FGuid%2FFirmwareFileSystem.h;h=0000000000000000000000000000000000000000;hp=06bfa7d583140bb89a1cca71be581f0999950c12;hb=feccee87a78e68d575dbdf44b34ca0cb5a21ea8d;hpb=214b0d1914b48d651b25e58f321ddb77a46903b8 diff --git a/Tools/Source/TianoTools/Include/Guid/FirmwareFileSystem.h b/Tools/Source/TianoTools/Include/Guid/FirmwareFileSystem.h deleted file mode 100644 index 06bfa7d583..0000000000 --- a/Tools/Source/TianoTools/Include/Guid/FirmwareFileSystem.h +++ /dev/null @@ -1,40 +0,0 @@ -/** @file - Guid used to define the Firmware File System. See the Framework Firmware - File System Specification for more details. - - Copyright (c) 2006, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - Module Name: FirmwareFileSystem.h - - @par Revision Reference: - Guids defined in Firmware File System Spec 0.9 - -**/ - -#ifndef __FIRMWARE_FILE_SYSTEM_GUID_H__ -#define __FIRMWARE_FILE_SYSTEM_GUID_H__ - -// -// GUIDs defined by the FFS specification. -// -#define EFI_FIRMWARE_FILE_SYSTEM_GUID \ - { \ - 0x7A9354D9, 0x0468, 0x444a, {0x81, 0xCE, 0x0B, 0xF6, 0x17, 0xD8, 0x90, 0xDF } \ - } - -#define EFI_FFS_VOLUME_TOP_FILE_GUID \ - { \ - 0x1BA0062E, 0xC779, 0x4582, {0x85, 0x66, 0x33, 0x6A, 0xE8, 0xF7, 0x8F, 0x9 } \ - } - -extern EFI_GUID gEfiFirmwareFileSystemGuid; -extern EFI_GUID gEfiFirmwareVolumeTopFileGuid; - -#endif