]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyPei / IsaFloppyPei.inf
... / ...
CommitLineData
1## @file\r
2# ISA Floppy PEIM to support recovery boot via floppy disk.\r
3#\r
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
7#\r
8# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
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
29 MODULE_UNI_FILE = IsaFloppyPei.uni\r
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
39# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
40#\r
41\r
42[Sources]\r
43 FloppyPeim.c\r
44 FloppyPeim.h\r
45 Fdc.h\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
50 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
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
64 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES\r
65\r
66[Pcd]\r
67 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFdcBaseAddress ## CONSUMES\r
68\r
69[Depex]\r
70 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
71\r
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 IsaFloppyPeiExtra.uni\r