]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f19259b...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBus / Dxe / idebus.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>IdeBus</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>69FD8E47-A161-4550-B01A-5594CEB2B2B2</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for PS2 keyboard module.</Abstract>
9 <Description>IDE bus driver. This driver will enumerate IDE device and export the blockIo
10 protocol for every device.</Description>
11 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
12 <License>All rights reserved. This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>IdeBus</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED">
27 <Keyword>DebugLib</Keyword>
28 </LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>UefiDriverEntryPoint</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>BaseLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiLib</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>MemoryAllocationLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>PerformanceLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>UefiRuntimeServicesTableLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>DevicePathLib</Keyword>
58 </LibraryClass>
59 </LibraryClassDefinitions>
60 <SourceFiles>
61 <Filename>idebus.h</Filename>
62 <Filename>ide.h</Filename>
63 <Filename>idedata.h</Filename>
64 <Filename>idebus.c</Filename>
65 <Filename>ide.c</Filename>
66 <Filename>ata.c</Filename>
67 <Filename>atapi.c</Filename>
68 <Filename>ComponentName.c</Filename>
69 <Filename>ComponentName.h</Filename>
70 <Filename>DriverConfiguration.c</Filename>
71 <Filename>DriverDiagnostics.c</Filename>
72 </SourceFiles>
73 <PackageDependencies>
74 <Package PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
75 <Package PackageGuid="2759ded5-bb57-4b06-af4f-c398fa552719"/>
76 <Package PackageGuid="BA0D78D6-2CAF-414b-BD4D-B6762A894288"/>
77 </PackageDependencies>
78 <Protocols>
79 <Protocol Usage="TO_START">
80 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
81 </Protocol>
82 <Protocol Usage="TO_START">
83 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
84 </Protocol>
85 <Protocol Usage="TO_START">
86 <ProtocolCName>gEfiIdeControllerInitProtocolGuid</ProtocolCName>
87 </Protocol>
88 <Protocol Usage="BY_START">
89 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
90 </Protocol>
91 <Protocol Usage="BY_START">
92 <ProtocolCName>gEfiDiskInfoProtocolGuid</ProtocolCName>
93 </Protocol>
94 </Protocols>
95 <Variables>
96 <Variable Usage="ALWAYS_CONSUMED">
97 <VariableName>0x0043 0x006F 0x006E 0x0066 0x0069 0x0067 0x0075 0x0072 0x0061 0x0074 0x0069 0x006F 0x006E</VariableName>
98 <GuidC_Name>gConfigurationGuid</GuidC_Name>
99 </Variable>
100 </Variables>
101 <Guids>
102 <GuidCNames Usage="SOMETIMES_CONSUMED">
103 <GuidCName>gEfiDiskInfoIdeInterfaceGuid</GuidCName>
104 </GuidCNames>
105 </Guids>
106 <Externs>
107 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
108 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
109 <Extern>
110 <DriverBinding>gIDEBusDriverBinding</DriverBinding>
111 <ComponentName>gIDEBusComponentName</ComponentName>
112 </Extern>
113 </Externs>
114 </ModuleSurfaceArea>