]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
COMPONENT_NAME & COMPONENT_NAME2 checked in inf files.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
CommitLineData
ead42efc 1#/** @file\r
0a6f7170 2# Component description file for IdeBus module.\r
ead42efc 3#\r
4# IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
5# protocol for every device.\r
4ee6846f 6# Copyright (c) 2006 - 2009, Intel Corporation\r
ead42efc 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
ead42efc 18[Defines]\r
19 INF_VERSION = 0x00010005\r
69b26c15 20 BASE_NAME = IdeBusDxe\r
ead42efc 21 FILE_GUID = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
1a8802f7 22 MODULE_TYPE = UEFI_DRIVER\r
ead42efc 23 VERSION_STRING = 1.0\r
ead42efc 24 EFI_SPECIFICATION_VERSION = 0x00020000\r
ead42efc 25 ENTRY_POINT = InitializeIdeBus\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gIDEBusDriverBinding \r
170e7ffd 33# COMPONENT_NAME = gIDEBusComponentName\r
34# COMPONENT_NAME2 = gIDEBusComponentName2 \r
ead42efc 35# Variable Guid C Name: gConfigurationGuid Variable Name: L"Configuration"\r
36#\r
37#\r
38\r
ead42efc 39[Sources.common]\r
40 DriverDiagnostics.c\r
41 DriverConfiguration.c\r
42 ComponentName.h\r
43 ComponentName.c\r
a7f3d105 44 Atapi.c\r
45 Ata.c\r
46 Ide.c\r
47 IdeBus.c\r
48 IdeData.h\r
49 Ide.h\r
50 IdeBus.h\r
ead42efc 51\r
52\r
ead42efc 53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
0a6f7170 57 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec \r
ead42efc 58\r
59\r
ead42efc 60[LibraryClasses]\r
61 DevicePathLib\r
62 UefiRuntimeServicesTableLib\r
63 UefiBootServicesTableLib\r
64 PerformanceLib\r
65 MemoryAllocationLib\r
66 ReportStatusCodeLib\r
67 BaseMemoryLib\r
68 UefiLib\r
69 BaseLib\r
70 UefiDriverEntryPoint\r
71 DebugLib\r
72\r
73\r
ead42efc 74[Guids]\r
75 gEfiDiskInfoIdeInterfaceGuid # SOMETIMES_CONSUMED\r
6a27a4eb 76 gEfiEventExitBootServicesGuid\r
ead42efc 77\r
78\r
ead42efc 79[Protocols]\r
80 gEfiDiskInfoProtocolGuid # PROTOCOL BY_START\r
81 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
82 gEfiIdeControllerInitProtocolGuid # PROTOCOL TO_START\r
83 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
84 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
85\r
1a8802f7 86\r