diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-12 01:00:41 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-10-14 00:13:17 +0000 |
commit | 43b38408732b6c11641300689e09df1ad7bdcc6a (patch) | |
tree | cebfa677a42844bc0b2c56b169c6667323da213e /MdeModulePkg/Bus | |
parent | 978d428ec3ca2520c217819901c8465235c45c5e (diff) | |
download | edk2-43b38408732b6c11641300689e09df1ad7bdcc6a.tar.gz edk2-43b38408732b6c11641300689e09df1ad7bdcc6a.tar.bz2 edk2-43b38408732b6c11641300689e09df1ad7bdcc6a.zip |
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>
Diffstat (limited to 'MdeModulePkg/Bus')
-rw-r--r-- | MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf | 2 | ||||
-rw-r--r-- | MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf | 2 | ||||
-rw-r--r-- | MdeModulePkg/Bus/Sd/SdDxe/SdDxeExtra.uni | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf index 2afe4f42a9..ec7da2794b 100644 --- a/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf +++ b/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf @@ -63,3 +63,5 @@ ## BY_START
gEfiDevicePathProtocolGuid
+[UserExtensions.TianoCore."ExtraFiles"]
+ EmmcDxeExtra.uni
diff --git a/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf b/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf index 69b856b665..d620e83004 100644 --- a/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf +++ b/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf @@ -62,3 +62,5 @@ ## BY_START
gEfiDevicePathProtocolGuid
+[UserExtensions.TianoCore."ExtraFiles"]
+ SdDxeExtra.uni
diff --git a/MdeModulePkg/Bus/Sd/SdDxe/SdDxeExtra.uni b/MdeModulePkg/Bus/Sd/SdDxe/SdDxeExtra.uni index eb8ebd5a35..4651ac4203 100644 --- a/MdeModulePkg/Bus/Sd/SdDxe/SdDxeExtra.uni +++ b/MdeModulePkg/Bus/Sd/SdDxe/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."
|