]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
index d2fb3c196f8197231c4c1732d966506793ab35b7..dd94eac5401acd6dcac70cf6d00ae37cc910895e 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\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
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -12,7 +12,7 @@
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #  \r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #\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
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   ScsiDisk.c\r
   ScsiDisk.h\r
   UefiBootServicesTableLib\r
   UefiScsiLib\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   UefiLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
+  DevicePathLib\r
 \r
 [Protocols]\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
-  gEfiScsiIoProtocolGuid                        # PROTOCOL TO_START\r
+  gEfiDiskInfoProtocolGuid                      ## BY_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
+  gEfiScsiIoProtocolGuid                        ## TO_START\r
+  gEfiScsiPassThruProtocolGuid                  ## TO_START\r
+  gEfiExtScsiPassThruProtocolGuid               ## TO_START\r
 \r
+[Guids]\r
+  gEfiDiskInfoScsiInterfaceGuid                 ## SOMETIME_PRODUCES (The device is physical SCSI disk)\r
+  gEfiDiskInfoIdeInterfaceGuid                  ## SOMETIME_PRODUCES (The device is ATAPI device in IDE mode)\r
+  gEfiDiskInfoAhciInterfaceGuid                 ## SOMETIME_PRODUCES (The device is ATAPI device in AHCI mode)\r