]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPei/FatPei.inf
FatPkg: Add FAT PEIM
[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
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
19 FILE_GUID = 5B60CCFD-1011-4BCF-B7D1-BB99CA96A603\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = FatPeimEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 Part.c\r
33 FatLiteApi.c\r
34 FatLiteLib.c\r
35 FatLiteAccess.c\r
36 FatLiteApi.h\r
37 FatLitePeim.h\r
38 FatLiteFmt.h\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 PcdLib\r
48 BaseMemoryLib\r
49 PeimEntryPoint\r
50 BaseLib\r
51 DebugLib\r
52 PeiServicesTablePointerLib\r
53 PeiServicesLib\r
54\r
55\r
56[Guids]\r
57 gRecoveryOnFatUsbDiskGuid # ALWAYS_CONSUMED\r
58 gRecoveryOnFatIdeDiskGuid # ALWAYS_CONSUMED\r
59 gRecoveryOnFatFloppyDiskGuid # ALWAYS_CONSUMED\r
60\r
61\r
62[Ppis]\r
63 gEfiPeiVirtualBlockIoPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
64 gEfiPeiDeviceRecoveryModulePpiGuid # SOMETIMES_PRODUCED\r
65\r
66\r
67[FeaturePcd]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
69 \r
70\r
71[Depex]\r
72 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
73\r
74\r