]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.inf
index bcd96deef0875766b21da4355c50da90be3f50cc..d9def13abe33812e3f0633f46b7bbaee0b5f61c5 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 - 2014, 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
   ReportStatusCodeLib\r
 \r
 [Guids]\r
-  gEfiDiskInfoIdeInterfaceGuid                  # CONSUMES  ## GUID\r
-  gEfiDiskInfoAhciInterfaceGuid                 # CONSUMES  ## GUID\r
-  gEfiMemoryOverwriteControlDataGuid            # CONSUMES  ## GUID\r
+  gEfiDiskInfoIdeInterfaceGuid                  ## SOMETIMES_PRODUCES ## UNDEFINED\r
+  gEfiDiskInfoAhciInterfaceGuid                 ## SOMETIMES_PRODUCES ## UNDEFINED\r
+  gEfiMemoryOverwriteControlDataGuid            ## SOMETIMES_CONSUMES ## Variable:L"MemoryOverwriteRequestControl"\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