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