]> git.proxmox.com Git - mirror_edk2.git/blob - FatBinPkg/Fat/Fat.inf
Add MonotonicCounter driver, which produces MonotonicCounter arch protocols
[mirror_edk2.git] / FatBinPkg / Fat / Fat.inf
1 #/** @file
2 # Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.
3 #
4 # This is the FAT 32 EFI/Tiano Driver
5 # Copyright 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to generate a binary image.
20 #
21 ################################################################################
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = Fat
25 FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28 BINARY_MODULE = true
29 EDK_RELEASE_VERSION = 0x00020000
30 EFI_SPECIFICATION_VERSION = 0x00020000
31
32
33 #
34 # The following information is for reference only and not required by the build tools.
35 #
36 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
37 #
38
39 ################################################################################
40 #
41 # Binaries Section - list of binary files that are required for the build
42 # to succeed.
43 #
44 ################################################################################
45
46 [Binaries.Ia32]
47 FV|RELEASE|Ia32/Fat.efi
48
49 [Binaries.X64]
50 FV|RELEASE|X64/Fat.efi
51
52 [Binaries.IPF]
53 FV|RELEASE|Ipf/Fat.efi
54
55 [Binaries.EBC]
56 FV|RELEASE|Ebc/Fat.efi
57