]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.uni
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.uni
1 // /** @file
2 // ATA Bus driver to enumerate and identfy ATA devices.
3 //
4 // This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined
5 // in UEFI spec 2.2. It installs Block IO and Disk Info protocol for each ATA device
6 // it enumerates and identifies successfully.
7 //
8 // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
9 //
10 // This program and the accompanying materials
11 // are licensed and made available under the terms and conditions of the BSD License
12 // which accompanies this distribution. The full text of the license may be found at
13 // http://opensource.org/licenses/bsd-license.php
14 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 //
17 // **/
18
19
20 #string STR_MODULE_ABSTRACT #language en-US "ATA Bus driver to enumerate and identify ATA devices"
21
22 #string STR_MODULE_DESCRIPTION #language en-US "This driver follows the UEFI driver model and layers on the ATA Pass Thru protocol defined in UEFI Specification 2.2. It installs Block IO and Disk Info protocols for each ATA device it enumerates and identifies successfully."
23