]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
1 ## @file
2 # AtaAtapiPassThru driver to provide native IDE/AHCI mode support.
3 #
4 # This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller
5 # to access to all attached Ata/Atapi devices.
6 #
7 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = AtaAtapiPassThruDxe
16 MODULE_UNI_FILE = AtaAtapiPassThruDxe.uni
17 FILE_GUID = 5E523CB4-D397-4986-87BD-A6DD8B22F455
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = InitializeAtaAtapiPassThru
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27 # DRIVER_BINDING = gAtaAtapiPassThruDriverBinding
28 # COMPONENT_NAME = gAtaAtapiPassThruComponentName
29 # COMPONENT_NAME2 = gAtaAtapiPassThruComponentName2
30 #
31 #
32
33 [Sources]
34 AtaAtapiPassThru.c
35 AtaAtapiPassThru.h
36 AhciMode.c
37 AhciMode.h
38 IdeMode.c
39 IdeMode.h
40 ComponentName.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 DevicePathLib
48 UefiBootServicesTableLib
49 MemoryAllocationLib
50 BaseMemoryLib
51 UefiLib
52 BaseLib
53 UefiDriverEntryPoint
54 DebugLib
55 TimerLib
56 ReportStatusCodeLib
57 PcdLib
58
59 [Protocols]
60 gEfiAtaPassThruProtocolGuid ## BY_START
61 gEfiExtScsiPassThruProtocolGuid ## BY_START
62 gEfiIdeControllerInitProtocolGuid ## TO_START
63 gEfiDevicePathProtocolGuid ## TO_START
64 gEfiPciIoProtocolGuid ## TO_START
65 gEdkiiAtaAtapiPolicyProtocolGuid ## CONSUMES
66
67 [Pcd]
68 gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable ## SOMETIMES_CONSUMES
69
70 # [Event]
71 # EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES
72
73 [UserExtensions.TianoCore."ExtraFiles"]
74 AtaAtapiPassThruDxeExtra.uni