]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / IdeBusDxe.inf
index 44970d48661bb0ead4fdfc5f88e5fa325c58e7f3..8beea2d9ca2d7cd7918056b1a2d5e920e7a38547 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
-# Component description file for IdeBus module.\r
+# IDE bus driver.\r
 #\r
-# IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
-#  protocol for every device.\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# This driver will enumerate IDE device and export the blockIo protocol for every device.\r
+#\r
+# Copyright (c) 2006 - 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
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IdeBusDxe\r
+  MODULE_UNI_FILE                = IdeBusDxe.uni\r
   FILE_GUID                      = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 \r
 [Guids]\r
-  gEfiDiskInfoIdeInterfaceGuid                  # CONSUMES  ## GUID\r
-  gEfiEventExitBootServicesGuid                 # CONSUMES  ## Event\r
+  gEfiDiskInfoIdeInterfaceGuid                  ## SOMETIMES_PRODUCES ## UNDEFINED # DiskInfo Interface Guid\r
+  gEfiEventExitBootServicesGuid                 ## CONSUMES  ## Event\r
 \r
 \r
 [Protocols]\r
-  gEfiDiskInfoProtocolGuid                      # BY_START\r
-  gEfiBlockIoProtocolGuid                       # BY_START\r
-  gEfiIdeControllerInitProtocolGuid             # TO_START\r
-  gEfiPciIoProtocolGuid                         # TO_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-\r
+  gEfiDiskInfoProtocolGuid                      ## BY_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
+  gEfiIdeControllerInitProtocolGuid             ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+  ## TO_START\r
+  ## BY_START\r
+  gEfiDevicePathProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IdeBusDxeExtra.uni\r