]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaFloppy/Pei/FloppyPeim.msa
Import IsaFloppy Dxe and Pei in IntelFrameworkModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppy / Pei / FloppyPeim.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>FloppyPeim</ModuleName>
5 <ModuleType>PEIM</ModuleType>
6 <GuidValue>B7A5041B-78BA-48e3-B63B-44C7578113B6</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Floppy Peim to support Fv Recovery.</Abstract>
9 <Description>This module detects Floppy devices. If found, it will install BlockIo PPI.
10 This module is only dispatched in Recovery Boot mode.</Description>
11 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
12 <License>All rights reserved.
13 This software and associated documentation (if any) is furnished
14 under a license and may only be used or copied in accordance
15 with the terms of the license. Except as permitted by such
16 license, no part of this software or documentation may be
17 reproduced, stored in a retrieval system, or transmitted in any
18 form or by any means without the express written consent of
19 Intel Corporation.</License>
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
21 </MsaHeader>
22 <ModuleDefinitions>
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
24 <BinaryModule>false</BinaryModule>
25 <OutputFileBasename>FloppyPeim</OutputFileBasename>
26 </ModuleDefinitions>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>DebugLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>PeimEntryPoint</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>PeiServicesLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>BaseMemoryLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>ReportStatusCodeLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>TimerLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>IoLib</Keyword>
48 </LibraryClass>
49 </LibraryClassDefinitions>
50 <SourceFiles>
51 <Filename>floppypeim.dxs</Filename>
52 <Filename>fdc.h</Filename>
53 <Filename>floppypeim.h</Filename>
54 <Filename>FloppyPeim.c</Filename>
55 </SourceFiles>
56 <PackageDependencies>
57 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
58 <Package PackageGuid="bea835f9-fd62-464a-81ff-f3a806360c6b"/>
59 </PackageDependencies>
60 <PPIs>
61 <Ppi Usage="ALWAYS_PRODUCED">
62 <PpiCName>gEfiPeiBlockIoPpiGuid</PpiCName>
63 </Ppi>
64 </PPIs>
65 <Externs>
66 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
67 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
68 <Extern>
69 <ModuleEntryPoint>FdcPeimEntry</ModuleEntryPoint>
70 </Extern>
71 </Externs>
72 </ModuleSurfaceArea>