]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
CommitLineData
6bfbb5f0 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
180a5a35 6# Copyright (c) 2006 - 2010, 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
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 ENTRY_POINT = InitializeIdeBus\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31# DRIVER_BINDING = gIDEBusDriverBinding \r
170e7ffd 32# COMPONENT_NAME = gIDEBusComponentName\r
33# COMPONENT_NAME2 = gIDEBusComponentName2 \r
ead42efc 34# Variable Guid C Name: gConfigurationGuid Variable Name: L"Configuration"\r
35#\r
36#\r
37\r
6bfbb5f0 38[Sources]\r
ead42efc 39 DriverDiagnostics.c\r
40 DriverConfiguration.c\r
41 ComponentName.h\r
42 ComponentName.c\r
a7f3d105 43 Atapi.c\r
44 Ata.c\r
45 Ide.c\r
46 IdeBus.c\r
47 IdeData.h\r
48 Ide.h\r
49 IdeBus.h\r
ead42efc 50\r
51\r
ead42efc 52[Packages]\r
53 MdePkg/MdePkg.dec\r
ead42efc 54 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
0a6f7170 55 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec \r
ead42efc 56\r
57\r
ead42efc 58[LibraryClasses]\r
59 DevicePathLib\r
60 UefiRuntimeServicesTableLib\r
61 UefiBootServicesTableLib\r
62 PerformanceLib\r
63 MemoryAllocationLib\r
64 ReportStatusCodeLib\r
65 BaseMemoryLib\r
66 UefiLib\r
67 BaseLib\r
68 UefiDriverEntryPoint\r
69 DebugLib\r
70\r
71\r
ead42efc 72[Guids]\r
e72ca438 73 gEfiDiskInfoIdeInterfaceGuid # CONSUMES ## GUID\r
74 gEfiEventExitBootServicesGuid # CONSUMES ## Event\r
ead42efc 75\r
76\r
ead42efc 77[Protocols]\r
e72ca438 78 gEfiDiskInfoProtocolGuid # BY_START\r
79 gEfiBlockIoProtocolGuid # BY_START\r
80 gEfiIdeControllerInitProtocolGuid # TO_START\r
81 gEfiPciIoProtocolGuid # TO_START\r
82 gEfiDevicePathProtocolGuid # TO_START\r
ead42efc 83\r
1a8802f7 84\r