]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
MdeModulePkg NvmExpressDxe: Add BlockIo2 support
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressDxe / NvmExpressDxe.inf
index 3ed185a1f086adb7b072ff78326701f8e261eba5..3270042e026e38a0e8c096c978168c6a6c0a2d26 100644 (file)
@@ -1,10 +1,10 @@
 ## @file\r
-#  Component Description File For NVM Express Host Controller Module.\r
+#  NVM Express Host Controller Module.\r
 #\r
 #  NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows\r
 #  NVM Express specification.\r
 #\r
-#  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2013 - 2016, 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                      = NvmExpressDxe\r
+  MODULE_UNI_FILE                = NvmExpressDxe.uni\r
   FILE_GUID                      = 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -44,7 +45,6 @@
   NvmExpressHci.c\r
   NvmExpressHci.h\r
   NvmExpressPassthru.c\r
-  NvmExpressPassthru.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [Protocols]\r
   gEfiPciIoProtocolGuid                       ## TO_START\r
-  gEfiDevicePathProtocolGuid                  ## TO_START\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiNvmExpressPassThruProtocolGuid          ## BY_START\r
   gEfiBlockIoProtocolGuid                     ## BY_START\r
+  gEfiBlockIo2ProtocolGuid                    ## BY_START\r
   gEfiDiskInfoProtocolGuid                    ## BY_START\r
-  gEfiDriverSupportedEfiVersionProtocolGuid   ## BY_START
\ No newline at end of file
+  gEfiStorageSecurityCommandProtocolGuid      ## BY_START\r
+  gEfiDriverSupportedEfiVersionProtocolGuid   ## PRODUCES\r
+\r
+# [Event]\r
+# EVENT_TYPE_RELATIVE_TIMER ## SOMETIMES_CONSUMES\r
+#\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  NvmExpressDxeExtra.uni
\ No newline at end of file