]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaFloppy/Dxe/IsaFloppy.msa
7e9fb244e558bf2b07fb626ddf32fca62dc0a826
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppy / Dxe / IsaFloppy.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>IsaFloppy</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>0abd8284-6da3-4616-971a-83a5148067ba</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for IsaFloppy module.</Abstract>
9 <Description>ISA Floppy Driver
10 1. Support two types diskette drive
11 1.44M drive and 2.88M drive (and now only support 1.44M)
12 2. Support two diskette drives
13 3. Use DMA channel 2 to transfer data
14 4. Do not use interrupt
15 5. Support diskette change line signal and write protect
16
17 Conforming to EFI driver model</Description>
18 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
19 <License>All rights reserved.
20 This software and associated documentation (if any) is furnished
21 under a license and may only be used or copied in accordance
22 with the terms of the license. Except as permitted by such
23 license, no part of this software or documentation may be
24 reproduced, stored in a retrieval system, or transmitted in any
25 form or by any means without the express written consent of
26 Intel Corporation.</License>
27 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
28 </MsaHeader>
29 <ModuleDefinitions>
30 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
31 <BinaryModule>false</BinaryModule>
32 <OutputFileBasename>IsaFloppy</OutputFileBasename>
33 </ModuleDefinitions>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>TimerLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>DebugLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>UefiDriverModelLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>UefiDriverEntryPoint</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>BaseLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>BaseMemoryLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>MemoryAllocationLib</Keyword>
58 </LibraryClass>
59 <LibraryClass Usage="ALWAYS_CONSUMED">
60 <Keyword>UefiBootServicesTableLib</Keyword>
61 </LibraryClass>
62 <LibraryClass Usage="ALWAYS_CONSUMED">
63 <Keyword>ReportStatusCodeLib</Keyword>
64 </LibraryClass>
65 </LibraryClassDefinitions>
66 <SourceFiles>
67 <Filename>IsaFloppy.h</Filename>
68 <Filename>IsaFloppy.c</Filename>
69 <Filename>IsaFloppyBlock.c</Filename>
70 <Filename>IsaFloppyCtrl.c</Filename>
71 <Filename>ComponentName.h</Filename>
72 <Filename>ComponentName.c</Filename>
73 </SourceFiles>
74 <PackageDependencies>
75 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
76 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
77 </PackageDependencies>
78 <Protocols>
79 <Protocol Usage="TO_START">
80 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
81 </Protocol>
82 <Protocol Usage="BY_START">
83 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
84 </Protocol>
85 <Protocol Usage="TO_START">
86 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>
87 </Protocol>
88 </Protocols>
89 <Events>
90 <CreateEvents>
91 <EventTypes Usage="ALWAYS_CONSUMED">
92 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>
93 <HelpText>Timer event for each Floppd Disk Controller to control the motor on and off.</HelpText>
94 </EventTypes>
95 </CreateEvents>
96 </Events>
97 <Externs>
98 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
99 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
100 <Extern>
101 <DriverBinding>gFdcControllerDriver</DriverBinding>
102 <ComponentName>gIsaFloppyComponentName</ComponentName>
103 </Extern>
104 </Externs>
105 </ModuleSurfaceArea>