]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaFloppy/Pei/FloppyPeim.msa
Update Copyright header of IsaFloppyPei.
[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<BR></Copyright>
12 <License>
13 All rights reserved. This program and the accompanying materials
14 are licensed and made available under the terms and conditions of the BSD License
15 which accompanies this distribution. The full text of the license may be found at
16 http://opensource.org/licenses/bsd-license.php
17
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 </License>
21 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
22 </MsaHeader>
23 <ModuleDefinitions>
24 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
25 <BinaryModule>false</BinaryModule>
26 <OutputFileBasename>FloppyPeim</OutputFileBasename>
27 </ModuleDefinitions>
28 <LibraryClassDefinitions>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>DebugLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>PeimEntryPoint</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>PeiServicesLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>BaseMemoryLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>ReportStatusCodeLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>TimerLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>IoLib</Keyword>
49 </LibraryClass>
50 </LibraryClassDefinitions>
51 <SourceFiles>
52 <Filename>floppypeim.dxs</Filename>
53 <Filename>fdc.h</Filename>
54 <Filename>floppypeim.h</Filename>
55 <Filename>FloppyPeim.c</Filename>
56 </SourceFiles>
57 <PackageDependencies>
58 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
59 <Package PackageGuid="bea835f9-fd62-464a-81ff-f3a806360c6b"/>
60 </PackageDependencies>
61 <PPIs>
62 <Ppi Usage="ALWAYS_PRODUCED">
63 <PpiCName>gEfiPeiBlockIoPpiGuid</PpiCName>
64 </Ppi>
65 </PPIs>
66 <Externs>
67 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
68 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
69 <Extern>
70 <ModuleEntryPoint>FdcPeimEntry</ModuleEntryPoint>
71 </Extern>
72 </Externs>
73 </ModuleSurfaceArea>