]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
... / ...
CommitLineData
1## @file\r
2# Component description file for IdeBus module.\r
3#\r
4# IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
5# protocol for every device.\r
6# Copyright (c) 2006 - 2010, Intel Corporation\r
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
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = IdeBusDxe\r
21 FILE_GUID = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
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
33# COMPONENT_NAME = gIDEBusComponentName\r
34# COMPONENT_NAME2 = gIDEBusComponentName2 \r
35# Variable Guid C Name: gConfigurationGuid Variable Name: L"Configuration"\r
36#\r
37#\r
38\r
39[Sources]\r
40 DriverDiagnostics.c\r
41 DriverConfiguration.c\r
42 ComponentName.h\r
43 ComponentName.c\r
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
51\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
56 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec \r
57\r
58\r
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
73[Guids]\r
74 gEfiDiskInfoIdeInterfaceGuid # CONSUMES ## GUID\r
75 gEfiEventExitBootServicesGuid # CONSUMES ## Event\r
76\r
77\r
78[Protocols]\r
79 gEfiDiskInfoProtocolGuid # BY_START\r
80 gEfiBlockIoProtocolGuid # BY_START\r
81 gEfiIdeControllerInitProtocolGuid # TO_START\r
82 gEfiPciIoProtocolGuid # TO_START\r
83 gEfiDevicePathProtocolGuid # TO_START\r
84\r
85\r