]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMassStorageDxe.uni
1 // /** @file
2 // USB Mass Storage Driver that manages USB mass storage devices and produces Block I/O Protocol.
3 //
4 // The USB mass storage class is specified in two layers: the bottom layer
5 // is the transportation protocol. The top layer is the command set.
6 // The transportation layer provides the transportation of the command, data and result.
7 // The command set defines the command, data and result.
8 // The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
9 // USB mass storage class adopts various industrial standard as its command set.
10 // This module refers to following specifications:
11 // 1. USB Mass Storage Specification for Bootability, Revision 1.0
12 // 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1
13 // 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
14 // 4. UEFI Specification, v2.1
15 //
16 // Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
17 //
18 // SPDX-License-Identifier: BSD-2-Clause-Patent
19 //
20 // **/
21
22
23 #string STR_MODULE_ABSTRACT #language en-US "Manages USB mass storage devices and produces Block I/O Protocol"
24
25 #string STR_MODULE_DESCRIPTION #language en-US "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.<BR><BR>\n"
26 "This module refers to following specifications:<BR>\n"
27 "1. USB Mass Storage Specification for Bootability, Revision 1.0<BR>\n"
28 "2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1<BR>\n"
29 "3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.<BR>\n"
30 "4. UEFI Specification, v2.1<BR>"
31