]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPei/FatPei.inf
FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature.
[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 Gpt.c
35 Eltorito.c
36 Part.c
37 FatLiteApi.c
38 FatLiteLib.c
39 FatLiteAccess.c
40 FatLiteApi.h
41 FatLitePeim.h
42 FatLiteFmt.h
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49
50 [LibraryClasses]
51 PcdLib
52 BaseMemoryLib
53 MemoryAllocationLib
54 PeimEntryPoint
55 BaseLib
56 DebugLib
57 PeiServicesTablePointerLib
58 PeiServicesLib
59
60
61 [Guids]
62 gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
63 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
64 gRecoveryOnFatFloppyDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
65 gRecoveryOnFatNvmeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED
66 gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## UNDEFINED
67
68
69 [Ppis]
70 gEfiPeiVirtualBlockIoPpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
71 gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_NOTIFY
72 gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES
73
74
75 [FeaturePcd]
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
77
78 [Pcd]
79 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES
80
81 [Depex]
82 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
83
84 [UserExtensions.TianoCore."ExtraFiles"]
85 FatPeiExtra.uni