]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policy
[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
06766c0e 7# Copyright (c) 2010 - 2018, 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
6036e94d 21 MODULE_UNI_FILE = AtaAtapiPassThruDxe.uni\r
a41b5272 22 FILE_GUID = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = InitializeAtaAtapiPassThru\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gAtaAtapiPassThruDriverBinding \r
33# COMPONENT_NAME = gAtaAtapiPassThruComponentName\r
34# COMPONENT_NAME2 = gAtaAtapiPassThruComponentName2 \r
35#\r
36#\r
37\r
38[Sources]\r
39 AtaAtapiPassThru.c\r
40 AtaAtapiPassThru.h\r
41 AhciMode.c\r
42 AhciMode.h\r
43 IdeMode.c\r
44 IdeMode.h\r
45 ComponentName.c\r
46 \r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
51[LibraryClasses]\r
52 DevicePathLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 BaseLib\r
58 UefiDriverEntryPoint\r
59 DebugLib\r
60 TimerLib\r
3d0a2385 61 ReportStatusCodeLib\r
a326830d 62 PcdLib\r
a41b5272 63\r
a41b5272 64[Protocols]\r
6036e94d
SZ
65 gEfiAtaPassThruProtocolGuid ## BY_START\r
66 gEfiExtScsiPassThruProtocolGuid ## BY_START\r
67 gEfiIdeControllerInitProtocolGuid ## TO_START\r
68 gEfiDevicePathProtocolGuid ## TO_START\r
69 gEfiPciIoProtocolGuid ## TO_START\r
06766c0e 70 gEdkiiAtaAtapiPolicyProtocolGuid ## CONSUMES\r
fc80ee69 71\r
72[Pcd]\r
6036e94d
SZ
73 gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable ## SOMETIMES_CONSUMES\r
74\r
75# [Event]\r
76# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
77\r
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 AtaAtapiPassThruDxeExtra.uni\r