]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPei/FatPei.inf
FatPkg: Break down Part.c file.
[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
JJ
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = FatPei\r
1671e775 19 MODULE_UNI_FILE = FatPei.uni\r
2f4dfa84
JJ
20 FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = FatPeimEntry\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
c8ff1df3 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
2f4dfa84
JJ
30#\r
31\r
32[Sources]\r
6aac772c
CC
33 Mbr.c\r
34 Eltorito.c\r
2f4dfa84
JJ
35 Part.c\r
36 FatLiteApi.c\r
37 FatLiteLib.c\r
38 FatLiteAccess.c\r
39 FatLiteApi.h\r
40 FatLitePeim.h\r
41 FatLiteFmt.h\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 PcdLib\r
51 BaseMemoryLib\r
52 PeimEntryPoint\r
53 BaseLib\r
54 DebugLib\r
55 PeiServicesTablePointerLib\r
56 PeiServicesLib\r
57\r
58\r
59[Guids]\r
1671e775
SQ
60 gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
61 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
62 gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
796ef9da 63 gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
2f4dfa84
JJ
64\r
65\r
66[Ppis]\r
860d9bdd
DB
67 gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY\r
68 gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY\r
69 gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES\r
2f4dfa84
JJ
70\r
71\r
72[FeaturePcd]\r
8a467be1 73 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
2f4dfa84 74\r
46cd2cb6
JY
75[Pcd]\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES\r
77\r
2f4dfa84
JJ
78[Depex]\r
79 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
80\r
1671e775
SQ
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 FatPeiExtra.uni\r