From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web09.27420.1649670390915753332 for ; Mon, 11 Apr 2022 02:46:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=aS/K6p2y; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: yu.pu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649670391; x=1681206391; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6uUAlGSno/0PtF9sMoG/+CwLxGDMAwKZC7A9NYv58pY=; b=aS/K6p2y5Y4c1vcZ/Re01aos2yinFjPfFwopes8lvXjUCePspt++Ch12 iJTzKDrCIcwOobqz8maJigYL+1VOBuiMT3nhobfPJsnm/0WVTrw4TJL4j Oamyh85vdPJX8h05f7cvR+PrMHXvDIsioffyHEeDtLrnqexFGDRm0twqm JCfMAoVVH4JpkR7iMzi5vg/+bvP6x5RB/uzSv/nXN+BaJGPZuOzuRboQe 83oNeqUTgbHqHGfXoV2bzNZeCvO3bcFoqfNYfnzkbJDmRrE9Ln4pXxDdy hHXDwLMtfh4S5KDFxvtg2U+cCnNViaeZNI+RoBs/jZ/oLjt4US25ImfVX Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10313"; a="324989968" X-IronPort-AV: E=Sophos;i="5.90,251,1643702400"; d="scan'208";a="324989968" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2022 02:46:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,251,1643702400"; d="scan'208";a="507045066" Received: from shwdeopenlab704.ccr.corp.intel.com ([10.239.182.50]) by orsmga003.jf.intel.com with ESMTP; 11 Apr 2022 02:46:21 -0700 From: Yu Pu To: devel@edk2.groups.io Cc: Yu Pu , Hao A Wu Subject: [PATCH v1 12/15] SourceLevelDebugPkg: Remove UefiCpuLib from module INFs. Date: Mon, 11 Apr 2022 17:45:52 +0800 Message-Id: <20220411094555.1375-13-yu.pu@intel.com> X-Mailer: git-send-email 2.30.0.windows.2 In-Reply-To: <20220411094555.1375-1-yu.pu@intel.com> References: <20220411094555.1375-1-yu.pu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the dependency of UefiCpuLib. Cc: Hao A Wu Signed-off-by: Yu Pu --- SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebug= Pkg/SourceLevelDebugPkg.dsc index eba64a7b7877..986dd5a769d3 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc @@ -35,7 +35,6 @@ IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf=0D SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf=0D LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf=0D - UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf=0D PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC= offGetEntryPointLib.inf=0D SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPort= Lib16550.inf=0D PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDeb= ug/PeCoffExtraActionLibDebug.inf=0D --=20 2.30.0.windows.2