MdeModulePkg/Sd: Corrections for Extra.uni files
Add correct content to the 'SdDxeExtra.uni' file. Include 'EmmcDxeExtra.uni' and 'SdDxeExtra.uni' files to their appropriate INF files. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
978d428ec3
commit
43b3840873
@ -63,3 +63,5 @@
|
|||||||
## BY_START
|
## BY_START
|
||||||
gEfiDevicePathProtocolGuid
|
gEfiDevicePathProtocolGuid
|
||||||
|
|
||||||
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
|
EmmcDxeExtra.uni
|
||||||
|
@ -62,3 +62,5 @@
|
|||||||
## BY_START
|
## BY_START
|
||||||
gEfiDevicePathProtocolGuid
|
gEfiDevicePathProtocolGuid
|
||||||
|
|
||||||
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
|
SdDxeExtra.uni
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
// /** @file
|
// /** @file
|
||||||
// SD memory card device driver to manage the SD memory card device and provide interface for upper layer
|
// SdDxe Localized Strings and Content
|
||||||
// access.
|
|
||||||
//
|
//
|
||||||
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
//
|
//
|
||||||
@ -8,8 +7,8 @@
|
|||||||
//
|
//
|
||||||
// **/
|
// **/
|
||||||
|
|
||||||
|
#string STR_PROPERTIES_MODULE_NAME
|
||||||
|
#language en-US
|
||||||
|
"SD Device Driver"
|
||||||
|
|
||||||
#string STR_MODULE_ABSTRACT #language en-US "SD device driver to manage the SD memory card device and provide interface for upper layer access"
|
|
||||||
|
|
||||||
#string STR_MODULE_DESCRIPTION #language en-US "This driver follows the UEFI driver model and layers on the SdMmcPassThru protocol. It installs BlockIo and BlockIo2 protocols on the SD device."
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user