]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/Dxe/IsaFloppy.msa
Rename IsaFloppy to IsaFloppyDxe
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / Dxe / IsaFloppy.msa
CommitLineData
11f43dfd 1<?xml version="1.0" encoding="UTF-8"?>\r
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">\r
3 <MsaHeader>\r
4 <ModuleName>IsaFloppy</ModuleName>\r
5 <ModuleType>DXE_DRIVER</ModuleType>\r
6 <GuidValue>0abd8284-6da3-4616-971a-83a5148067ba</GuidValue>\r
7 <Version>1.0</Version>\r
8 <Abstract>Component description file for IsaFloppy module.</Abstract>\r
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>\r
6db49ee6 18 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation<BR></Copyright>\r
19 <License>\r
20 All rights reserved. This program and the accompanying materials\r
21 are licensed and made available under the terms and conditions of the BSD License\r
22 which accompanies this distribution. The full text of the license may be found at\r
23 http://opensource.org/licenses/bsd-license.php\r
24\r
25 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
26 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
27 </License>\r
11f43dfd 28 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
29 </MsaHeader>\r
30 <ModuleDefinitions>\r
31 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
32 <BinaryModule>false</BinaryModule>\r
33 <OutputFileBasename>IsaFloppy</OutputFileBasename>\r
34 </ModuleDefinitions>\r
35 <LibraryClassDefinitions>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>TimerLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>DebugLib</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>UefiDriverModelLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>UefiDriverEntryPoint</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>BaseLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>UefiLib</Keyword>\r
53 </LibraryClass>\r
54 <LibraryClass Usage="ALWAYS_CONSUMED">\r
55 <Keyword>BaseMemoryLib</Keyword>\r
56 </LibraryClass>\r
57 <LibraryClass Usage="ALWAYS_CONSUMED">\r
58 <Keyword>MemoryAllocationLib</Keyword>\r
59 </LibraryClass>\r
60 <LibraryClass Usage="ALWAYS_CONSUMED">\r
61 <Keyword>UefiBootServicesTableLib</Keyword>\r
62 </LibraryClass>\r
63 <LibraryClass Usage="ALWAYS_CONSUMED">\r
64 <Keyword>ReportStatusCodeLib</Keyword>\r
65 </LibraryClass>\r
66 </LibraryClassDefinitions>\r
67 <SourceFiles>\r
68 <Filename>IsaFloppy.h</Filename>\r
69 <Filename>IsaFloppy.c</Filename>\r
70 <Filename>IsaFloppyBlock.c</Filename>\r
71 <Filename>IsaFloppyCtrl.c</Filename>\r
72 <Filename>ComponentName.h</Filename>\r
73 <Filename>ComponentName.c</Filename>\r
74 </SourceFiles>\r
75 <PackageDependencies>\r
76 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
77 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>\r
78 </PackageDependencies>\r
79 <Protocols>\r
80 <Protocol Usage="TO_START">\r
81 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
82 </Protocol>\r
83 <Protocol Usage="BY_START">\r
84 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>\r
85 </Protocol>\r
86 <Protocol Usage="TO_START">\r
87 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>\r
88 </Protocol>\r
89 </Protocols>\r
90 <Events>\r
91 <CreateEvents>\r
92 <EventTypes Usage="ALWAYS_CONSUMED">\r
93 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>\r
94 <HelpText>Timer event for each Floppd Disk Controller to control the motor on and off.</HelpText>\r
95 </EventTypes>\r
96 </CreateEvents>\r
97 </Events>\r
98 <Externs>\r
99 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
100 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
101 <Extern>\r
102 <DriverBinding>gFdcControllerDriver</DriverBinding>\r
103 <ComponentName>gIsaFloppyComponentName</ComponentName>\r
104 </Extern>\r
105 </Externs>\r
106</ModuleSurfaceArea>