]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.msa
34ae59b48f55689bd0cb1754a125546ff27c7ba4
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / IdeBus / Dxe / idebus.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--Copyright (c) 2006, Intel Corporation
3 All rights reserved. This program and the accompanying materials
4 are licensed and made available under the terms and conditions of the BSD License
5 which accompanies this distribution. The full text of the license may be found at
6 http://opensource.org/licenses/bsd-license.php
7
8 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
10 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
11 <MsaHeader>
12 <ModuleName>IdeBus</ModuleName>
13 <ModuleType>DXE_DRIVER</ModuleType>
14 <GuidValue>69FD8E47-A161-4550-B01A-5594CEB2B2B2</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>Component description file for PS2 keyboard module.</Abstract>
17 <Description>
18 IDE bus driver. This driver will enumerate IDE device and export the blockIo
19 protocol for every device.
20 </Description>
21 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
22 <License>All rights reserved. This program and the accompanying materials
23 are licensed and made available under the terms and conditions of the BSD License
24 which accompanies this distribution. The full text of the license may be found at
25 http://opensource.org/licenses/bsd-license.php
26 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
27 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
28 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
29 </MsaHeader>
30 <ModuleDefinitions>
31 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
32 <BinaryModule>false</BinaryModule>
33 <OutputFileBasename>IdeBus</OutputFileBasename>
34 </ModuleDefinitions>
35 <LibraryClassDefinitions>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>DebugLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiDriverModelLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiDriverEntryPoint</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>BaseLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>UefiLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>BaseMemoryLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>ReportStatusCodeLib</Keyword>
56 </LibraryClass>
57 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>MemoryAllocationLib</Keyword>
59 </LibraryClass>
60 <LibraryClass Usage="ALWAYS_CONSUMED">
61 <Keyword>PerformanceLib</Keyword>
62 </LibraryClass>
63 <LibraryClass Usage="ALWAYS_CONSUMED">
64 <Keyword>UefiBootServicesTableLib</Keyword>
65 </LibraryClass>
66 <LibraryClass Usage="ALWAYS_CONSUMED">
67 <Keyword>UefiRuntimeServicesTableLib</Keyword>
68 </LibraryClass>
69 <LibraryClass Usage="ALWAYS_CONSUMED">
70 <Keyword>DevicePathLib</Keyword>
71 </LibraryClass>
72 </LibraryClassDefinitions>
73 <SourceFiles>
74 <Filename>idebus.h</Filename>
75 <Filename>ide.h</Filename>
76 <Filename>idedata.h</Filename>
77 <Filename>idebus.c</Filename>
78 <Filename>ide.c</Filename>
79 <Filename>ata.c</Filename>
80 <Filename>atapi.c</Filename>
81 <Filename>ComponentName.c</Filename>
82 <Filename>ComponentName.h</Filename>
83 <Filename ToolCode="DUMMY">DriverConfiguration.c</Filename>
84 <Filename ToolCode="DUMMY">DriverDiagnostics.c</Filename>
85 </SourceFiles>
86 <PackageDependencies>
87 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
88 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
89 </PackageDependencies>
90 <Protocols>
91 <Protocol Usage="TO_START">
92 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
93 </Protocol>
94 <Protocol Usage="TO_START">
95 <ProtocolCName>gEfiPciIoProtocolGuid</ProtocolCName>
96 </Protocol>
97 <Protocol Usage="TO_START">
98 <ProtocolCName>gEfiIdeControllerInitProtocolGuid</ProtocolCName>
99 </Protocol>
100 <Protocol Usage="BY_START">
101 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
102 </Protocol>
103 <Protocol Usage="BY_START">
104 <ProtocolCName>gEfiDiskInfoProtocolGuid</ProtocolCName>
105 </Protocol>
106 </Protocols>
107 <Variables>
108 <Variable Usage="ALWAYS_CONSUMED">
109 <VariableName>0x0043 0x006F 0x006E 0x0066 0x0069 0x0067 0x0075 0x0072 0x0061 0x0074 0x0069 0x006F 0x006E</VariableName>
110 <GuidC_Name>gConfigurationGuid</GuidC_Name>
111 </Variable>
112 </Variables>
113 <Guids>
114 <GuidCNames Usage="SOMETIMES_CONSUMED">
115 <GuidCName>gEfiDiskInfoIdeInterfaceGuid</GuidCName>
116 </GuidCNames>
117 </Guids>
118 <Externs>
119 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
120 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
121 <Extern>
122 <DriverBinding>gIDEBusDriverBinding</DriverBinding>
123 </Extern>
124 <Extern>
125 <ComponentName>gIDEBusComponentName</ComponentName>
126 </Extern>
127 </Externs>
128 </ModuleSurfaceArea>