]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModul...
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
CommitLineData
a41b5272 1## @file\r
2# AtaAtapiPassThru driver to provide native IDE/AHCI mode support.\r
3#\r
4# This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller\r
5# to access to all attached Ata/Atapi devices.\r
6#\r
fc80ee69 7# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
a41b5272 8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = AtaAtapiPassThruDxe\r
21 FILE_GUID = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializeAtaAtapiPassThru\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 = gAtaAtapiPassThruDriverBinding \r
32# COMPONENT_NAME = gAtaAtapiPassThruComponentName\r
33# COMPONENT_NAME2 = gAtaAtapiPassThruComponentName2 \r
34#\r
35#\r
36\r
37[Sources]\r
38 AtaAtapiPassThru.c\r
39 AtaAtapiPassThru.h\r
40 AhciMode.c\r
41 AhciMode.h\r
42 IdeMode.c\r
43 IdeMode.h\r
44 ComponentName.c\r
45 \r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50[LibraryClasses]\r
51 DevicePathLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 BaseLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59 TimerLib\r
3d0a2385 60 ReportStatusCodeLib\r
a326830d 61 PcdLib\r
a41b5272 62\r
a41b5272 63[Protocols]\r
a41b5272 64 gEfiAtaPassThruProtocolGuid # BY_START\r
65 gEfiExtScsiPassThruProtocolGuid # BY_START\r
9cc86267 66 gEfiIdeControllerInitProtocolGuid # TO_START\r
a41b5272 67 gEfiDevicePathProtocolGuid # TO_START\r
68 gEfiPciIoProtocolGuid # TO_START\r
fc80ee69 69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable\r