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

MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni [new file with mode: 0644]
MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni [new file with mode: 0644]
MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni [new file with mode: 0644]
MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni [new file with mode: 0644]

index fc9d06d24b78bce4b0ea82e58aa0db021bcd01d7..efd8c0aa090f200f85bd7303861a3fb3753502ff 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                   = 0x00010005\r
   BASE_NAME                     = BaseIpmiLibNull\r
+  MODULE_UNI_FILE               = BaseIpmiLibNull.uni\r
   FILE_GUID                     = 46805D61-0BB8-4680-A9BE-C96C751AB5A4\r
   MODULE_TYPE                   = BASE\r
   VERSION_STRING                = 1.0\r
diff --git a/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni b/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni
new file mode 100644 (file)
index 0000000..0e8fd69
--- /dev/null
@@ -0,0 +1,25 @@
+// /** @file\r
+// Null Instance of IPMI Library.\r
+//\r
+// Null Instance of IPMI Library.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials\r
+// are licensed and made available under the terms and conditions of the BSD License\r
+// which accompanies this distribution. The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\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
+"Null Instance of IPMI Library."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Null Instance of IPMI Library."\r
+\r
+\r
index 5b56b39656ed324d4548f86c3160176261e4df23..d7564311fa348904536e35c14edd4718cf8d2afe 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeIpmiLibIpmiProtocol\r
+  MODULE_UNI_FILE                = DxeIpmiLibIpmiProtocol.uni\r
   FILE_GUID                      = 62408AD5-4EAC-432B-AB9B-C4B85BFAED02\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni b/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni
new file mode 100644 (file)
index 0000000..5b7814b
--- /dev/null
@@ -0,0 +1,25 @@
+// /** @file\r
+// Instance of IPMI Library in DXE phase for SMS.\r
+//\r
+// Instance of IPMI Library in DXE phase for SMS.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials\r
+// are licensed and made available under the terms and conditions of the BSD License\r
+// which accompanies this distribution. The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\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
+"Instance of IPMI Library in DXE phase for SMS."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Instance of IPMI Library in DXE phase for SMS."\r
+\r
+\r
index e2e2646f919f656561c36bd3b4ec036198309289..4a3cc6cd2f834d8faa7d77180ab21f3ede66e341 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiIpmiLibIpmiPpi\r
+  MODULE_UNI_FILE                = PeiIpmiLibIpmiPpi.uni\r
   FILE_GUID                      = 43679142-87C4-44AD-AF02-B47F782D6CF3\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni b/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni
new file mode 100644 (file)
index 0000000..65a5724
--- /dev/null
@@ -0,0 +1,25 @@
+// /** @file\r
+// Instance of IPMI Library in PEI phase for SMS.\r
+//\r
+// Instance of IPMI Library in PEI phase for SMS.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials\r
+// are licensed and made available under the terms and conditions of the BSD License\r
+// which accompanies this distribution. The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\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
+"Instance of IPMI Library in PEI phase for SMS."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Instance of IPMI Library in PEI phase for SMS."\r
+\r
+\r
index f13e5a433b7ce7b5f7a4f4023303554c7a1cdc53..37f4318388e992dd149d28a7774435968296707f 100644 (file)
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmIpmiLibSmmIpmiProtocol\r
+  MODULE_UNI_FILE                = SmmIpmiLibSmmIpmiProtocol.uni\r
   FILE_GUID                      = B422FB70-E835-448D-A921-EBA460E105B6\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
diff --git a/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni b/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni
new file mode 100644 (file)
index 0000000..fa97911
--- /dev/null
@@ -0,0 +1,25 @@
+// /** @file\r
+// Instance of SMM IPMI Library.\r
+//\r
+// Instance of SMM IPMI Library.\r
+//\r
+// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+//\r
+// This program and the accompanying materials\r
+// are licensed and made available under the terms and conditions of the BSD License\r
+// which accompanies this distribution. The full text of the license may be found at\r
+// http://opensource.org/licenses/bsd-license.php.\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
+"Instance of SMM IPMI Library."\r
+\r
+#string STR_MODULE_DESCRIPTION\r
+#language en-US\r
+"Instance of SMM IPMI Library."\r
+\r
+\r