]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPei/FatPei.inf
FatPkg: Add FAT PEIM
[mirror_edk2.git] / FatPkg / FatPei / FatPei.inf
1 ## @file
2 # Lite Fat driver only used in Pei Phase.
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available
7 # under the terms and conditions of the BSD License which accompanies this
8 # distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
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 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = FatPei
19 FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = FatPeimEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 Part.c
33 FatLiteApi.c
34 FatLiteLib.c
35 FatLiteAccess.c
36 FatLiteApi.h
37 FatLitePeim.h
38 FatLiteFmt.h
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45
46 [LibraryClasses]
47 PcdLib
48 BaseMemoryLib
49 PeimEntryPoint
50 BaseLib
51 DebugLib
52 PeiServicesTablePointerLib
53 PeiServicesLib
54
55
56 [Guids]
57 gRecoveryOnFatUsbDiskGuid # ALWAYS_CONSUMED
58 gRecoveryOnFatIdeDiskGuid # ALWAYS_CONSUMED
59 gRecoveryOnFatFloppyDiskGuid # ALWAYS_CONSUMED
60
61
62 [Ppis]
63 gEfiPeiVirtualBlockIoPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
64 gEfiPeiDeviceRecoveryModulePpiGuid # SOMETIMES_PRODUCED
65
66
67 [FeaturePcd]
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
69
70
71 [Depex]
72 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
73
74