]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPei/FatPei.inf
FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usage
[mirror_edk2.git] / FatPkg / FatPei / FatPei.inf
CommitLineData
2f4dfa84
JJ
1## @file\r
2# Lite Fat driver only used in Pei Phase.\r
3#\r
6aac772c 4# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
2f4dfa84 5#\r
eb6cb4ce 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2f4dfa84
JJ
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = FatPei\r
1671e775 13 MODULE_UNI_FILE = FatPei.uni\r
2f4dfa84
JJ
14 FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603\r
15 MODULE_TYPE = PEIM\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = FatPeimEntry\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
c8ff1df3 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
2f4dfa84
JJ
24#\r
25\r
26[Sources]\r
6aac772c 27 Mbr.c\r
0d18f5db 28 Gpt.c\r
6aac772c 29 Eltorito.c\r
2f4dfa84
JJ
30 Part.c\r
31 FatLiteApi.c\r
32 FatLiteLib.c\r
33 FatLiteAccess.c\r
34 FatLiteApi.h\r
35 FatLitePeim.h\r
36 FatLiteFmt.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 PcdLib\r
46 BaseMemoryLib\r
0d18f5db 47 MemoryAllocationLib\r
2f4dfa84
JJ
48 PeimEntryPoint\r
49 BaseLib\r
50 DebugLib\r
51 PeiServicesTablePointerLib\r
52 PeiServicesLib\r
53\r
54\r
55[Guids]\r
1671e775
SQ
56 gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
57 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
58 gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
796ef9da 59 gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
0d18f5db 60 gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
2f4dfa84
JJ
61\r
62\r
63[Ppis]\r
860d9bdd
DB
64 gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY\r
65 gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY\r
66 gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES\r
2f4dfa84 67\r
46cd2cb6
JY
68[Pcd]\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES\r
70\r
2f4dfa84
JJ
71[Depex]\r
72 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
73\r
1671e775
SQ
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 FatPeiExtra.uni\r