]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
c3ab5c18f14876f04cbb7e9db523e12973778c30
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.inf
1 ## @file
2 # ATA Bus driver to enumerate and identfy ATA devices.
3 #
4 # This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined
5 # in UEFI spec 2.2. It installs Block IO and Disk Info protocol for each ATA device
6 # it enumerates and identifies successfully.
7 #
8 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = AtaBusDxe
18 MODULE_UNI_FILE = AtaBusDxe.uni
19 FILE_GUID = 19DF145A-B1D4-453f-8507-38816676D7F6
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = InitializeAtaBus
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29 # DRIVER_BINDING = gAtaBusDriverBinding
30 # COMPONENT_NAME = gAtaBusComponentName
31 # COMPONENT_NAME2 = gAtaBusComponentName2
32 #
33 #
34
35 [Sources]
36 AtaBus.h
37 AtaBus.c
38 AtaPassThruExecute.c
39 ComponentName.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43
44 [LibraryClasses]
45 DevicePathLib
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 UefiLib
51 BaseLib
52 UefiDriverEntryPoint
53 DebugLib
54 TimerLib
55 ReportStatusCodeLib
56
57 [Guids]
58 gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
59
60 [Protocols]
61 gEfiDiskInfoProtocolGuid ## BY_START
62 gEfiBlockIoProtocolGuid ## BY_START
63 gEfiBlockIo2ProtocolGuid ## BY_START
64 ## TO_START
65 ## BY_START
66 gEfiDevicePathProtocolGuid
67 gEfiAtaPassThruProtocolGuid ## TO_START
68 gEfiStorageSecurityCommandProtocolGuid ## BY_START
69
70 [UserExtensions.TianoCore."ExtraFiles"]
71 AtaBusDxeExtra.uni