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

MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni [new file with mode: 0644]
MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni [new file with mode: 0644]
MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.uni [new file with mode: 0644]
MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.uni [new file with mode: 0644]

index 7db201d684a8e575ab85111b17bfd448a7b335bf..302cb901e2c326710728f34c7df7ece603623177 100644 (file)
@@ -14,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootMaintenanceManagerLib\r
+  MODULE_UNI_FILE                = BootMaintenanceManagerLib.uni\r
   FILE_GUID                      = CA9E4824-4198-4715-AA22-E2935E703A07\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni b/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.uni
new file mode 100644 (file)
index 0000000..44411c8
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// Boot Maintenance Manager Library used by UiApp.\r
+//\r
+// Boot Maintenance Manager Library used by UiApp.\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
+"Boot Maintenance Manager Library used by UiApp."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Boot Maintenance Manager Library used by UiApp."\r
+\r
+\r
index ff19516427c3a387e0a67003d6cb3b9a219b3377..8930414244d8894d3f51754ddad5e23993d91511 100644 (file)
@@ -14,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootManagerLib\r
+  MODULE_UNI_FILE                = BootManagerLib.uni\r
   FILE_GUID                      = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni b/MdeModulePkg/Library/BootManagerLib/BootManagerLib.uni
new file mode 100644 (file)
index 0000000..5ffa9de
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// Boot Manager Library used by UiApp.\r
+//\r
+// Boot Manager Library used by UiApp.\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
+"Boot Manager Library used by UiApp."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Boot Manager Library used by UiApp."\r
+\r
+\r
index e6f703a27f04b179ca2f1096b09610d239314217..7baf56615f12c742846619d477e7d4e63ded1d88 100644 (file)
@@ -14,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DeviceManagerLib\r
+  MODULE_UNI_FILE                = DeviceManagerLib.uni\r
   FILE_GUID                      = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.uni b/MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.uni
new file mode 100644 (file)
index 0000000..2b2fc64
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// Device Manager Library used by UiApp\r
+//\r
+// Device Manager Library used by UiApp\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
+"Device Manager Library used by UiApp"\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Device Manager Library used by UiApp"\r
+\r
+\r
index 89c75f9416c508ffbb406896b6ebff2f3d4e8bfe..2770ca98a5f5006188baba7d3b1ca94bf97211c8 100644 (file)
@@ -14,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FileExplorerLib\r
+  MODULE_UNI_FILE                = FileExplorerLib.uni\r
   FILE_GUID                      = 4FC9C630-0F90-4053-8F13-264CBD22FC58\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.uni b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.uni
new file mode 100644 (file)
index 0000000..27ac33b
--- /dev/null
@@ -0,0 +1,26 @@
+// /** @file\r
+// library defines a set of interfaces for how to do file explorer.\r
+//\r
+// library defines a set of interfaces for how to do file explorer.\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
+"library defines a set of interfaces for how to do file explorer."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"library defines a set of interfaces for how to do file explorer."\r
+\r
+\r