diff options
author | Jeff Fan <jeff.fan@intel.com> | 2017-03-27 10:20:07 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2017-03-28 09:00:07 +0800 |
commit | 22223480bf9ef0c1c5d88711adb74bd86d2c0350 (patch) | |
tree | 55672326817f68bccc2ef821b248bbed12656cf9 | |
parent | 94dddca718319b8acf061a718d372594a307631f (diff) | |
download | edk2-platforms-22223480bf9ef0c1c5d88711adb74bd86d2c0350.tar.xz |
UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value
Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
-rw-r--r-- | UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf index 056b776225..4358196038 100644 --- a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf +++ b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf @@ -19,7 +19,7 @@ INF_VERSION = 0x00010005 BASE_NAME = CpuCommonFeaturesLib MODULE_UNI_FILE = CpuCommonFeaturesLib.uni - FILE_GUID = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B + FILE_GUID = 6D69F79F-9535-4893-9DD7-93929898252C MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = NULL |