diff --git a/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf b/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf index fc9d06d24b..efd8c0aa09 100644 --- a/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf +++ b/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseIpmiLibNull + MODULE_UNI_FILE = BaseIpmiLibNull.uni FILE_GUID = 46805D61-0BB8-4680-A9BE-C96C751AB5A4 MODULE_TYPE = BASE VERSION_STRING = 1.0 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.
+// +// 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." + + diff --git a/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf b/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf index 5b56b39656..d7564311fa 100644 --- a/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf +++ b/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeIpmiLibIpmiProtocol + MODULE_UNI_FILE = DxeIpmiLibIpmiProtocol.uni FILE_GUID = 62408AD5-4EAC-432B-AB9B-C4B85BFAED02 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni b/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni new file mode 100644 index 0000000000..5b7814b5df --- /dev/null +++ b/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.uni @@ -0,0 +1,25 @@ +// /** @file +// Instance of IPMI Library in DXE phase for SMS. +// +// Instance of IPMI Library in DXE phase for SMS. +// +// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// +// 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 +"Instance of IPMI Library in DXE phase for SMS." + +#string STR_MODULE_DESCRIPTION +#language en-US +"Instance of IPMI Library in DXE phase for SMS." + + diff --git a/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf b/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf index e2e2646f91..4a3cc6cd2f 100644 --- a/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf +++ b/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiIpmiLibIpmiPpi + MODULE_UNI_FILE = PeiIpmiLibIpmiPpi.uni FILE_GUID = 43679142-87C4-44AD-AF02-B47F782D6CF3 MODULE_TYPE = PEIM VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni b/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni new file mode 100644 index 0000000000..65a5724a04 --- /dev/null +++ b/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.uni @@ -0,0 +1,25 @@ +// /** @file +// Instance of IPMI Library in PEI phase for SMS. +// +// Instance of IPMI Library in PEI phase for SMS. +// +// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// +// 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 +"Instance of IPMI Library in PEI phase for SMS." + +#string STR_MODULE_DESCRIPTION +#language en-US +"Instance of IPMI Library in PEI phase for SMS." + + diff --git a/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf b/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf index f13e5a433b..37f4318388 100644 --- a/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf +++ b/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf @@ -16,6 +16,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SmmIpmiLibSmmIpmiProtocol + MODULE_UNI_FILE = SmmIpmiLibSmmIpmiProtocol.uni FILE_GUID = B422FB70-E835-448D-A921-EBA460E105B6 MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 diff --git a/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni b/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni new file mode 100644 index 0000000000..fa9791129a --- /dev/null +++ b/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.uni @@ -0,0 +1,25 @@ +// /** @file +// Instance of SMM IPMI Library. +// +// Instance of SMM IPMI Library. +// +// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// +// 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 +"Instance of SMM IPMI Library." + +#string STR_MODULE_DESCRIPTION +#language en-US +"Instance of SMM IPMI Library." + +