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