]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
Pass ECC check.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMassStorageDxe.inf
index 1ac576ecd19e37d023e7f82396893f03651a2488..a4086043f1ddd7f35c8ba04aaf02ac241f68221a 100644 (file)
@@ -1,7 +1,20 @@
 #/** @file\r
-# Component name for module UsbMassStorage\r
+# USB Mass Storage Driver that manages USB mass storage devices and\r
+# produces Block I/O Protocol.\r
 #\r
-# Copyright (c) 2006, Intel Corporation. \r
+# The USB mass storage class is specified in two layers: the bottom layer\r
+# is the transportation protocol. The top layer is the command set.\r
+# The transportation layer provides the transportation of the command, data and result.\r
+# The command set defines the command, data and result.\r
+# The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.\r
+# USB mass storage class adopts various industrial standard as its command set.\r
+# This module refers to following specifications:\r
+# 1. USB Mass Storage Specification for Bootability, Revision 1.0\r
+# 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1\r
+# 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.\r
+# 4. UEFI Specification, v2.1\r
+#\r
+# Copyright (c) 2006 - 2008, Intel Corporation. \r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UsbMassStorageDxe\r
   FILE_GUID                      = 9FB4B4A7-42C0-4bcd-8540-9BCC6711F83E\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
-\r
   ENTRY_POINT                    = USBMassStorageEntryPoint\r
 \r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gUSBMassDriverBinding                        \r
+#  COMPONENT_NAME                =  gUsbMassStorageComponentName\r
+#  COMPONENT_NAME2               =  gUsbMassStorageComponentName2\r
+#\r
 \r
 [Sources.common]\r
   UsbMassBoot.h\r
   UefiDriverEntryPoint\r
   BaseMemoryLib\r
   DebugLib\r
+  DevicePathLib\r
 \r
 \r
 [Protocols]\r
-  gEfiUsbIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiUsbIoProtocolGuid                         ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
 \r