From c6e79f25070813eb42f9f4318df7f55fdf6799af Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 11 Jul 2017 11:32:40 +0800 Subject: UefiCpuPkg: Update RegisterCpuFeaturesLib module UNI to match it Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Jeff Fan --- .../DxeRegisterCpuFeaturesLib.inf | 2 +- .../PeiRegisterCpuFeaturesLib.inf | 2 +- .../RegisterCpuFeaturesDxe.uni | 22 ---------------------- .../RegisterCpuFeaturesLib.uni | 22 ++++++++++++++++++++++ 4 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesDxe.uni create mode 100644 UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.uni (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf index 62ac8a9635..f0f317c945 100644 --- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf +++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.inf @@ -15,7 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeRegisterCpuFeaturesLib - MODULE_UNI_FILE = DxeRegisterCpuFeaturesLib.uni + MODULE_UNI_FILE = RegisterCpuFeaturesLib.uni FILE_GUID = ADE8F745-AA2E-49f6-8ED4-746B34867E52 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf index 5e9ab2c304..fdfef98293 100644 --- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf +++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.inf @@ -15,7 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiRegisterCpuFeaturesLib - MODULE_UNI_FILE = PeiRegisterCpuFeaturesLib.uni + MODULE_UNI_FILE = RegisterCpuFeaturesLib.uni FILE_GUID = D8855DB3-8348-41B5-BDA4-385351767D41 MODULE_TYPE = PEIM VERSION_STRING = 1.0 diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesDxe.uni b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesDxe.uni deleted file mode 100644 index d928952551..0000000000 --- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesDxe.uni +++ /dev/null @@ -1,22 +0,0 @@ -// /** @file -// CPU Register Table Library instance. -// -// CPU Register Table Library instance. -// -// Copyright (c) 2016, 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 "CPU Register Table Library instance" - -#string STR_MODULE_DESCRIPTION #language en-US "CPU Register Table Library instance." - diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.uni b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.uni new file mode 100644 index 0000000000..09368cc9a2 --- /dev/null +++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.uni @@ -0,0 +1,22 @@ +// /** @file +// Register CPU Features Library instance. +// +// Register CPU Features Library instance. +// +// Copyright (c) 2017, 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 "Register CPU Features Library instance" + +#string STR_MODULE_DESCRIPTION #language en-US "Register CPU Features Library instance." + -- cgit v1.2.3