]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.uni
MdeModulePkg/SdMmcPciHcDxe: Update comment for spec compliance status
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SdMmcPciHcDxe / SdMmcPciHcDxe.uni
1 // /** @file
2 // SdMmcPciHcDxe driver is used to manage those host controllers which comply with SD
3 // Host Controller Simplified Specification version 3.0 plus the 64-bit System Addressing
4 // support in SD Host Controller Simplified Specification version 4.20.
5 //
6 // It will produce EFI_SD_MMC_PASS_THRU_PROTOCOL to allow sending SD/MMC/eMMC cmds
7 // to specified devices from upper layer.
8 //
9 // Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
10 //
11 // This program and the accompanying materials
12 // are licensed and made available under the terms and conditions of the BSD License
13 // which accompanies this distribution. The full text of the license may be found at
14 // http://opensource.org/licenses/bsd-license.php
15 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 //
18 // **/
19
20
21 #string STR_MODULE_ABSTRACT #language en-US "SD/MMC Pci Host Controller driver to manage SD/MMC host controllers"
22
23 #string STR_MODULE_DESCRIPTION #language en-US "This driver follows the UEFI driver model and produces SD/MMC Pass Thru protocol for upper layer bus driver."
24