mirror of https://github.com/acidanthera/audk.git
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:
parent
978d428ec3
commit
43b3840873
|
@ -63,3 +63,5 @@
|
|||
## BY_START
|
||||
gEfiDevicePathProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
EmmcDxeExtra.uni
|
||||
|
|
|
@ -62,3 +62,5 @@
|
|||
## BY_START
|
||||
gEfiDevicePathProtocolGuid
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
SdDxeExtra.uni
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// /** @file
|
||||
// SD memory card device driver to manage the SD memory card device and provide interface for upper layer
|
||||
// access.
|
||||
// SdDxe Localized Strings and Content
|
||||
//
|
||||
// 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."
|
||||
|
||||
|
|
Loading…
Reference in New Issue