]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
index 0dc07d82f0081727fcf91c447b32506dc83fadc2..b46629916296e6d6223cb0f3372758efff7246c7 100644 (file)
@@ -17,7 +17,7 @@
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IScsiDxe\r
   FILE_GUID                      = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
@@ -59,6 +59,7 @@
   IScsiConfigDxe.vfr\r
   IScsiConfig.c\r
   IScsiConfig.h\r
+  IScsiImpl.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -70,8 +71,6 @@
   UefiDriverEntryPoint\r
   UefiLib\r
   BaseLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
   DevicePathLib\r
@@ -85,7 +84,6 @@
 \r
 [Protocols]\r
   gEfiIScsiInitiatorNameProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
   gEfiTcp4ProtocolGuid\r
   gEfiExtScsiPassThruProtocolGuid\r
   gEfiDevicePathProtocolGuid\r