]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPei/FatPei.inf
FatPkg: Fix format issues in dec/inf/dsc files
[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
46cd2cb6 4# Copyright (c) 2006 - 2016, 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
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 Part.c\r
34 FatLiteApi.c\r
35 FatLiteLib.c\r
36 FatLiteAccess.c\r
37 FatLiteApi.h\r
38 FatLitePeim.h\r
39 FatLiteFmt.h\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 PcdLib\r
49 BaseMemoryLib\r
50 PeimEntryPoint\r
51 BaseLib\r
52 DebugLib\r
53 PeiServicesTablePointerLib\r
54 PeiServicesLib\r
55\r
56\r
57[Guids]\r
1671e775
SQ
58 gRecoveryOnFatUsbDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
59 gRecoveryOnFatIdeDiskGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
60 gRecoveryOnFatFloppyDiskGuid ## 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
JJ
67\r
68\r
69[FeaturePcd]\r
8a467be1 70 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
2f4dfa84 71\r
46cd2cb6
JY
72[Pcd]\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES\r
74\r
2f4dfa84
JJ
75[Depex]\r
76 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
77\r
1671e775
SQ
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 FatPeiExtra.uni\r