]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
INF extension reviewed
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
index 8467cf69a6e81647862b173cc6d1a06fd6fe5436..04550d564d3f4cd69053b4da6f1edab943842b54 100644 (file)
@@ -1,8 +1,7 @@
 #/** @file\r
-#  \r
-#   Component description file for Scsi Disk module.\r
-#  \r
-#   Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol\r
+#    \r
+#  Scsi Disk driver. This driver detects the Scsi disk media and installs Block I/O Protocol\r
+#  on the device handle that holds the SCSI I/O Portocol.\r
 #  \r
 #  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -29,7 +28,7 @@
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
-#  DRIVER_BINDING                =  gScsiDiskDriverBinding                       \r
+#  DRIVER_BINDING                =  gScsiDiskDriverBinding\r
 #  COMPONENT_NAME                =  gScsiDiskComponentName\r
 #  COMPONENT_NAME2               =  gScsiDiskComponentName2\r
 #\r
   UefiBootServicesTableLib\r
   UefiScsiLib\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   UefiLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
 \r
 [Protocols]\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
-  gEfiScsiIoProtocolGuid                        # PROTOCOL TO_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
+  gEfiScsiIoProtocolGuid                        ## TO_START\r
 \r