]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - FatBinPkg/EnhancedFatDxe/Fat.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / FatBinPkg / EnhancedFatDxe / Fat.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch.\r
4#\r
5# This UEFI driver detects the FAT file system in the disk.\r
6# It also produces the Simple File System protocol for the consumer to\r
7# perform file and directory operations on the disk.\r
8#\r
9# Copyright 2007 - 2010, Intel Corporation\r
10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = Fat\r
24 FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Binaries.Ia32]\r
36 PE32|Ia32/Fat.efi|*\r
37\r
38[Binaries.X64]\r
39 PE32|X64/Fat.efi|*\r
40\r
41[Binaries.IPF]\r
42 PE32|Ipf/Fat.efi|*\r
43\r
44[Binaries.EBC]\r
45 PE32|Ebc/Fat.efi|*\r
46\r