]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.uni
MdeModulePkg: Convert all .uni files to utf-8
[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 - 2014, Intel Corporation. All rights reserved.<BR>
17 //
18 // This program and the accompanying materials
19 // are licensed and made available under the terms and conditions of the BSD License
20 // which accompanies this distribution. The full text of the license may be found at
21 // http://opensource.org/licenses/bsd-license.php
22 //
23 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
24 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
25 //
26 // **/
27
28
29 #string STR_MODULE_ABSTRACT #language en-US "Manages USB mass storage devices and produces Block I/O Protocol"
30
31 #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"
32 "This module refers to following specifications:<BR>\n"
33 "1. USB Mass Storage Specification for Bootability, Revision 1.0<BR>\n"
34 "2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1<BR>\n"
35 "3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.<BR>\n"
36 "4. UEFI Specification, v2.1<BR>"
37