]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyPei / IsaFloppyPei.inf
CommitLineData
d8387fa4 1## @file\r
2# ISA Floppy PEIM to support recovery boot via floppy disk.\r
3#\r
f9841f04
SZ
4# This module detects and supports ISA Floppy drives. If a drive is discovered\r
5# the PEIM will install the BlockIo PPI. This module is only dispatched if it\r
6# is in the Recovery Boot mode.\r
d8387fa4 7#\r
64bbf1de 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d8387fa4 9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions\r
12# of the BSD License which accompanies this distribution. The\r
13# full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21################################################################################\r
22#\r
23# Defines Section - statements that will be processed to create a Makefile.\r
24#\r
25################################################################################\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
28 BASE_NAME = IsaFloppyPei\r
f9841f04 29 MODULE_UNI_FILE = IsaFloppyPei.uni\r
d8387fa4 30 FILE_GUID = 7F6E0A24-DBFD-43df-9755-0292D7D3DD48\r
31 MODULE_TYPE = PEIM\r
32 VERSION_STRING = 1.0\r
33\r
34 ENTRY_POINT = FdcPeimEntry\r
35\r
36#\r
37# The following information is for reference only and not required by the build tools.\r
38#\r
64bbf1de 39# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
d8387fa4 40#\r
41\r
42[Sources]\r
43 FloppyPeim.c\r
44 FloppyPeim.h\r
45 Fdc.h\r
46\r
47[Packages]\r
d8387fa4 48 MdePkg/MdePkg.dec\r
f9841f04
SZ
49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
50 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
d8387fa4 51\r
52[LibraryClasses]\r
53 IoLib\r
54 TimerLib\r
55 ReportStatusCodeLib\r
56 BaseMemoryLib\r
57 PeiServicesLib\r
58 PeimEntryPoint\r
59 DebugLib\r
60 MemoryAllocationLib\r
61 PcdLib\r
62\r
63[Ppis]\r
f9841f04 64 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES\r
d8387fa4 65\r
66[Pcd]\r
f9841f04 67 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFdcBaseAddress ## CONSUMES\r
d8387fa4 68\r
69[Depex]\r
70 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
71\r
f9841f04
SZ
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 IsaFloppyPeiExtra.uni\r