]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaFloppy/Pei/FloppyPeim.inf
Remove the EntryPoint.c from FloppyDxe.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppy / Pei / FloppyPeim.inf
CommitLineData
11f43dfd 1#/** @file\r
2# Floppy Peim to support Fv Recovery.\r
3#\r
4# This module detects Floppy devices. If found, it will install BlockIo PPI.\r
5# This module is only dispatched in Recovery Boot mode.\r
6# Copyright (c) 2006 - 2007, Intel Corporation.\r
7#\r
8# All rights reserved.\r
9# This software and associated documentation (if any) is furnished\r
10# under a license and may only be used or copied in accordance\r
11# with the terms of the license. Except as permitted by such\r
12# license, no part of this software or documentation may be\r
13# reproduced, stored in a retrieval system, or transmitted in any\r
14# form or by any means without the express written consent of\r
15# Intel Corporation.\r
16#\r
17#\r
18#**/\r
19\r
20################################################################################\r
21#\r
22# Defines Section - statements that will be processed to create a Makefile.\r
23#\r
24################################################################################\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = FloppyPeim\r
28 FILE_GUID = B7A5041B-78BA-48e3-B63B-44C7578113B6\r
29 MODULE_TYPE = PEIM\r
30 VERSION_STRING = 1.0\r
31 EDK_RELEASE_VERSION = 0x00020000\r
32 EFI_SPECIFICATION_VERSION = 0x00020000\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\r
40#\r
41\r
42################################################################################\r
43#\r
44# Sources Section - list of files that are required for the build to succeed.\r
45#\r
46################################################################################\r
47\r
48[Sources.common]\r
49 FloppyPeim.c\r
50 FloppyPeim.h\r
51 Fdc.h\r
52\r
53\r
54################################################################################\r
55#\r
56# Package Dependency Section - list of Package files that are required for\r
57# this module.\r
58#\r
59################################################################################\r
60\r
61[Packages]\r
62 MdePkg/MdePkg.dec\r
63 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
64\r
65\r
66################################################################################\r
67#\r
68# Library Class Section - list of Library Classes that are required for\r
69# this module.\r
70#\r
71################################################################################\r
72\r
73[LibraryClasses]\r
74 IoLib\r
75 TimerLib\r
76 ReportStatusCodeLib\r
77 BaseMemoryLib\r
78 PeiServicesLib\r
79 PeimEntryPoint\r
80 DebugLib\r
81\r
82\r
83################################################################################\r
84#\r
85# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
86# uses or produces.\r
87#\r
88################################################################################\r
89\r
90[Ppis]\r
91 gEfiPei144FloppyBlockIoPpiGuid # PPI ALWAYS_PRODUCED\r
92\r
93\r
94################################################################################\r
95#\r
96# Dependency Expression Section - list of Dependency expressions that are required for\r
97# this module.\r
98#\r
99################################################################################\r
100\r
101[Depex]\r
99bda0fd 102 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
11f43dfd 103\r