]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add the missing Library uni files of ImageDecode instances
authorLiming Gao <liming.gao@intel.com>
Thu, 24 Dec 2015 02:29:23 +0000 (02:29 +0000)
committerlgao4 <lgao4@Edk2>
Thu, 24 Dec 2015 02:29:23 +0000 (02:29 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19507 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.uni [new file with mode: 0644]
MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg/Library/BootLogoLib/BootLogoLib.uni [new file with mode: 0644]
MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.uni [new file with mode: 0644]

index 2d1c16084e395330f03d78bda4d9cc3c269bcb44..0bde46c247915cd0d15803e3144e8143f8efb3bb 100644 (file)
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BmpImageDecoderLib\r
+  MODULE_UNI_FILE                = BmpImageDecoderLib.uni\r
   FILE_GUID                      = DF414223-F17C-4022-A1F4-4062612AB00D\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.uni b/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.uni
new file mode 100644 (file)
index 0000000..334144b
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// This library provides BMP image decoding capability.\r
+//\r
+// This library provides BMP image decoding capability.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials are licensed and made available under\r
+// the terms and conditions of the BSD License that accompanies this distribution.\r
+// The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\r
+//\r
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+//\r
+// **/\r
+\r
+#string STR_MODULE_ABSTRACT\r
+#language en-US\r
+"This library provides BMP image decoding capability."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"This library provides BMP image decoding capability."\r
+\r
+\r
index 673a4ce2ce5d5e3b5ea0b700ec57f1d905d90904..8698f26fc4a987b07888185e9743673b120b2e84 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootLogoLib\r
+  MODULE_UNI_FILE                = BootLogoLib.uni\r
   FILE_GUID                      = F5AE5B5C-42E8-4A9B-829D-5B631CD5367A\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.uni b/MdeModulePkg/Library/BootLogoLib/BootLogoLib.uni
new file mode 100644 (file)
index 0000000..fae0335
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// This library is only intended to be used by PlatformBootManagerLib\r
+//\r
+// to show progress bar and logo.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials are licensed and made available under\r
+// the terms and conditions of the BSD License that accompanies this distribution.\r
+// The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\r
+//\r
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+//\r
+// **/\r
+\r
+#string STR_MODULE_ABSTRACT\r
+#language en-US\r
+"This library is only intended to be used by PlatformBootManagerLib"\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"to show progress bar and logo."\r
+\r
+\r
index 5d2ee7b429b57725f99c14ed2b360ec8d9b0edb9..7ebeec6eba6a82bae5b0162b37d4780e30d5cd92 100644 (file)
@@ -1,21 +1,22 @@
 ## @file\r
 #  This library provides image decoding service by managing the different\r
 #  image decoding libraries.\r
-#  \r
+#\r
 #  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials are licensed and made available under\r
 #  the terms and conditions of the BSD License that accompanies this distribution.\r
 #  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php.\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = ImageDecoderLib\r
+  MODULE_UNI_FILE                = ImageDecoderLib.uni\r
   FILE_GUID                      = 5ACDA5F7-AE20-4A17-90C1-7D087F730202\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -29,7 +30,7 @@
 \r
 [Sources]\r
   ImageDecoderLib.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
diff --git a/MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.uni b/MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.uni
new file mode 100644 (file)
index 0000000..b37a92e
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// This library provides image decoding service by managing the different\r
+//\r
+// image decoding libraries.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials are licensed and made available under\r
+// the terms and conditions of the BSD License that accompanies this distribution.\r
+// The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\r
+//\r
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+//\r
+// **/\r
+\r
+#string STR_MODULE_ABSTRACT\r
+#language en-US\r
+"This library provides image decoding service by managing the different"\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"image decoding libraries."\r
+\r
+\r