]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPei/FatPei.inf
57312a90471d310737780ec6bdc9cf3a87b8b071
[mirror_edk2.git] / FatPkg / FatPei / FatPei.inf
1 ## @file
2 # Lite Fat driver only used in Pei Phase.
3 #
4 # Copyright (c) 2006 - 2019, 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 MODULE_UNI_FILE = FatPei.uni
20 FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = FatPeimEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 Mbr.c
34 Eltorito.c
35 Part.c
36 FatLiteApi.c
37 FatLiteLib.c
38 FatLiteAccess.c
39 FatLiteApi.h
40 FatLitePeim.h
41 FatLiteFmt.h
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47
48
49 [LibraryClasses]
50 PcdLib
51 BaseMemoryLib
52 PeimEntryPoint
53 BaseLib
54 DebugLib
55 PeiServicesTablePointerLib
56 PeiServicesLib
57
58
59 [Guids]
60 gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
61 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
62 gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
63 gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
64
65
66 [Ppis]
67 gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
68 gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
69 gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES
70
71
72 [FeaturePcd]
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
74
75 [Pcd]
76 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES
77
78 [Depex]
79 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
80
81 [UserExtensions.TianoCore."ExtraFiles"]
82 FatPeiExtra.uni