Refine USB Mass Storage Driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7247 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#/** @file
|
||||
# Component name for module UsbMassStorage
|
||||
# USB Mass Storage Driver that manages USB mass storage devices and
|
||||
# produces Block I/O Protocol.
|
||||
#
|
||||
# The USB mass storage class is specified in two layers: the bottom layer
|
||||
# is the transportation protocol. The top layer is the command set.
|
||||
# The transportation layer provides the transportation of the command, data and result.
|
||||
# The command set defines the command, data and result.
|
||||
# The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
|
||||
# USB mass storage class adopts various industrial standard as its command set.
|
||||
#
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||
#
|
||||
@@ -59,7 +67,7 @@
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiUsbIoProtocolGuid # PROTOCOL TO_START
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||
gEfiBlockIoProtocolGuid # PROTOCOL BY_START
|
||||
|
||||
|
Reference in New Issue
Block a user