]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.inf
index bcd96deef0875766b21da4355c50da90be3f50cc..a58d910124cf95985f9e479877e68f09c6b88457 100644 (file)
@@ -5,7 +5,7 @@
 #  in UEFI spec 2.2. It installs Block IO and Disk Info protocol for each ATA device\r
 #  it enumerates and identifies successfully.\r
 #\r
-#  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 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
@@ -20,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = AtaBusDxe\r
+  MODULE_UNI_FILE                = AtaBusDxe.uni\r
   FILE_GUID                      = 19DF145A-B1D4-453f-8507-38816676D7F6\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -28,7 +29,7 @@
 #\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                =  gAtaBusDriverBinding\r
 #  COMPONENT_NAME                =  gAtaBusComponentName\r
   ReportStatusCodeLib\r
 \r
 [Guids]\r
-  gEfiDiskInfoIdeInterfaceGuid                  # CONSUMES  ## GUID\r
-  gEfiDiskInfoAhciInterfaceGuid                 # CONSUMES  ## GUID\r
-  gEfiMemoryOverwriteControlDataGuid            # CONSUMES  ## GUID\r
+  gEfiDiskInfoAhciInterfaceGuid                 ## SOMETIMES_PRODUCES ## UNDEFINED\r
 \r
 [Protocols]\r
-  gEfiDiskInfoProtocolGuid                      # BY_START\r
-  gEfiBlockIoProtocolGuid                       # BY_START\r
-  gEfiBlockIo2ProtocolGuid                      # BY_START\r
-  gEfiAtaPassThruProtocolGuid                   # TO_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-  gEfiStorageSecurityCommandProtocolGuid        # BY_START\r
-\r
+  gEfiDiskInfoProtocolGuid                      ## BY_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
+  gEfiBlockIo2ProtocolGuid                      ## BY_START\r
+  ## TO_START\r
+  ## BY_START\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiAtaPassThruProtocolGuid                   ## TO_START\r
+  gEfiStorageSecurityCommandProtocolGuid        ## BY_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AtaBusDxeExtra.uni\r