From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A2D4B2041FBC0 for ; Sun, 26 Mar 2017 20:02:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490583733; x=1522119733; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=8iEEOaqecLNhwmVpOPPILCu/R9wmfQX5yC1r3mFWRqE=; b=NwgAx76icwfqX52WYNZjJailTy4Lr/gmmNhLv3MITHu2MmwwBE61LPb7 ZrGZjGZaeCMBn4IByXdzTPXsfWYmeQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2017 20:02:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="1127411345" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.158.57]) by fmsmga001.fm.intel.com with ESMTP; 26 Mar 2017 20:02:12 -0700 From: Jeff Fan To: edk2-devel@lists.01.org Cc: Feng Tian , Michael Kinney Date: Mon, 27 Mar 2017 11:02:03 +0800 Message-Id: <20170327030204.13572-5-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 In-Reply-To: <20170327030204.13572-1-jeff.fan@intel.com> References: <20170327030204.13572-1-jeff.fan@intel.com> Subject: [PATCH 4/5] UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 03:02:13 -0000 Cc: Feng Tian Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan --- UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf b/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf index 056b776..4358196 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 -- 2.9.3.windows.2