]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
f9841f04 2# IDE bus driver.\r
ead42efc 3#\r
f9841f04
SZ
4# This driver will enumerate IDE device and export the blockIo protocol for every device.\r
5#\r
6# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
ead42efc 7#\r
180a5a35 8# This program and the accompanying materials\r
ead42efc 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
6bfbb5f0 16##\r
ead42efc 17\r
ead42efc 18[Defines]\r
19 INF_VERSION = 0x00010005\r
69b26c15 20 BASE_NAME = IdeBusDxe\r
f9841f04 21 MODULE_UNI_FILE = IdeBusDxe.uni\r
ead42efc 22 FILE_GUID = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
1a8802f7 23 MODULE_TYPE = UEFI_DRIVER\r
ead42efc 24 VERSION_STRING = 1.0\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
6bfbb5f0 39[Sources]\r
ead42efc 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
ead42efc 55 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
0a6f7170 56 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec \r
ead42efc 57\r
58\r
ead42efc 59[LibraryClasses]\r
60 DevicePathLib\r
61 UefiRuntimeServicesTableLib\r
62 UefiBootServicesTableLib\r
63 PerformanceLib\r
64 MemoryAllocationLib\r
65 ReportStatusCodeLib\r
66 BaseMemoryLib\r
67 UefiLib\r
68 BaseLib\r
69 UefiDriverEntryPoint\r
70 DebugLib\r
71\r
72\r
ead42efc 73[Guids]\r
f9841f04
SZ
74 gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # DiskInfo Interface Guid\r
75 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
ead42efc 76\r
77\r
ead42efc 78[Protocols]\r
f9841f04
SZ
79 gEfiDiskInfoProtocolGuid ## BY_START\r
80 gEfiBlockIoProtocolGuid ## BY_START\r
81 gEfiIdeControllerInitProtocolGuid ## TO_START\r
82 gEfiPciIoProtocolGuid ## TO_START\r
83 ## TO_START\r
84 ## BY_START\r
85 gEfiDevicePathProtocolGuid\r
1a8802f7 86\r
f9841f04
SZ
87[UserExtensions.TianoCore."ExtraFiles"]\r
88 IdeBusDxeExtra.uni\r