diff options
author | Liming Gao <liming.gao@intel.com> | 2015-12-24 02:28:45 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-12-24 02:28:45 +0000 |
commit | 04378ba694450cb5b72719cd2343d8098d632a0a (patch) | |
tree | 333bf84dc14f49f7e574136f83bd543596b29cd4 /MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni | |
parent | 6011381199b21e906bcb87a30f58ebe70b9b7154 (diff) | |
download | edk2-platforms-04378ba694450cb5b72719cd2343d8098d632a0a.tar.xz |
MdeModulePkg: Add the missing Library uni files of Ipmi instances
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
Diffstat (limited to 'MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni')
-rw-r--r-- | MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni b/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni new file mode 100644 index 0000000000..0e8fd69e1e --- /dev/null +++ b/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.uni @@ -0,0 +1,25 @@ +// /** @file
+// Null Instance of IPMI Library.
+//
+// Null Instance of IPMI Library.
+//
+// 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
+// which 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
+"Null Instance of IPMI Library."
+
+#string STR_MODULE_DESCRIPTION
+#language en-US
+"Null Instance of IPMI Library."
+
+
|