]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
index 771eae2c76286064df988bd494d61c2f2652fd6b..a12c9ab1deceac8343b7be82550b9e5a66f2c7b7 100644 (file)
@@ -4,7 +4,7 @@
 #  This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller\r
 #  to access to all attached Ata/Atapi devices.\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = AtaAtapiPassThruDxe\r
+  MODULE_UNI_FILE                = AtaAtapiPassThruDxe.uni\r
   FILE_GUID                      = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
-#  DRIVER_BINDING                =  gAtaAtapiPassThruDriverBinding                         \r
+#  DRIVER_BINDING                =  gAtaAtapiPassThruDriverBinding\r
 #  COMPONENT_NAME                =  gAtaAtapiPassThruComponentName\r
-#  COMPONENT_NAME2               =  gAtaAtapiPassThruComponentName2                         \r
+#  COMPONENT_NAME2               =  gAtaAtapiPassThruComponentName2\r
 #\r
 #\r
 \r
@@ -42,7 +43,7 @@
   IdeMode.c\r
   IdeMode.h\r
   ComponentName.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   DebugLib\r
   TimerLib\r
   ReportStatusCodeLib\r
+  PcdLib\r
 \r
 [Protocols]\r
-  gEfiAtaPassThruProtocolGuid                   # BY_START\r
-  gEfiExtScsiPassThruProtocolGuid               # BY_START\r
-  gEfiIdeControllerInitProtocolGuid             # TO_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-  gEfiPciIoProtocolGuid                         # TO_START\r
+  gEfiAtaPassThruProtocolGuid                   ## BY_START\r
+  gEfiExtScsiPassThruProtocolGuid               ## BY_START\r
+  gEfiIdeControllerInitProtocolGuid             ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+  gEdkiiAtaAtapiPolicyProtocolGuid              ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable   ## SOMETIMES_CONSUMES\r
+\r
+# [Event]\r
+# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AtaAtapiPassThruDxeExtra.uni\r