Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
---
 .../RegularExpressionDxe/RegularExpressionDxe.inf  |  3 +++
 .../RegularExpressionDxe/RegularExpressionDxe.uni  | 26 ++++++++++++++++++++++
 .../RegularExpressionDxeExtra.uni                  | 18 +++++++++++++++
 3 files changed, 47 insertions(+)
 create mode 100644 
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.uni
 create mode 100644 
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxeExtra.uni

diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index cfe42a6..26b88e4 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -15,6 +15,7 @@
 [Defines]
   INF_VERSION     = 0x00010018
   BASE_NAME       = RegularExpressionDxe
+  MODULE_UNI_FILE = RegularExpressionDxe.uni
   FILE_GUID       = 3E197E9C-D8DC-42D3-89CE-B04FA9833756
   MODULE_TYPE     = UEFI_DRIVER
   VERSION_STRING  = 1.0
@@ -95,3 +96,5 @@
   # Oniguruma: 'type cast' : truncation from 'OnigUChar *' to 'unsigned int' 
   MSFT:*_*_*_CC_FLAGS = /wd4305 /wd4306
 
+[UserExtensions.TianoCore."ExtraFiles"]
+  RegularExpressionDxeExtra.uni
diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.uni 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.uni
new file mode 100644
index 0000000..45a2ccf
--- /dev/null
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.uni
@@ -0,0 +1,26 @@
+// /** @file
+// EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
+//
+// EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials are licensed and made available
+// under the terms and conditions of the BSD License that accompanies this
+// distribution.  The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 
WITHOUT
+// WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+#string STR_MODULE_ABSTRACT
+#language en-US
+"EFI_REGULAR_EXPRESSION_PROTOCOL Implementation"
+
+#string STR_MODULE_DESCRIPTION
+#language en-US
+"EFI_REGULAR_EXPRESSION_PROTOCOL Implementation"
+
+
diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxeExtra.uni 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxeExtra.uni
new file mode 100644
index 0000000..f83cd3a
--- /dev/null
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxeExtra.uni
@@ -0,0 +1,18 @@
+// /** @file
+// RegularExpressionDxe Localized Strings and Content
+//
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials are licensed and made available
+// under the terms and conditions of the BSD License that accompanies this
+// distribution.  The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php.
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 
WITHOUT
+// WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME #language en-US "RegularExpressionDxe 
module"
+
+
-- 
1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to