From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web11.3562.1648535835036332664 for ; Mon, 28 Mar 2022 23:37:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=M6HktR0K; spf=pass (domain: intel.com, ip: 192.55.52.120, 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=1648535856; x=1680071856; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CntLlMU+RrXVVuqY7Qzl9oBq+FyIWpRY1sE3nIPM+SU=; b=M6HktR0KQxTzAiGasA5tULLBYvKqaJKjr5zo7tvheiiWYZ7vJefCbrjm 7EYCtln7X3B4qZTsQ+HCQCssStQuo1XEaGJ4N9eIlQG9GGjV96DaEmNhH lHZ/EsYWruAo0g+6PHbmD5Z9iwMWsEENiTt2egAtahRGCxdlDDWwRrQEf mgdiERajDV4pYrCTp1HjgqId4amMekwW08RtgB9JIQVwK2sWXU2Ufl8np PjwY2NXeGWrptuaXjPYMiNHNP4Ac19rRa5hnwpauDbFb5WZYCZVkjg0/7 YLOJFoyIPAOfah6Ne9/WbgDyW5G0Nc7nQwWaq7GKtHXIv26itLoDaQGLG A==; X-IronPort-AV: E=McAfee;i="6200,9189,10300"; a="258003913" X-IronPort-AV: E=Sophos;i="5.90,219,1643702400"; d="scan'208";a="258003913" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 23:37:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,219,1643702400"; d="scan'208";a="521316647" Received: from shwdeopenlab704.ccr.corp.intel.com ([10.239.182.50]) by orsmga006.jf.intel.com with ESMTP; 28 Mar 2022 23:37:35 -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: Tue, 29 Mar 2022 14:37:00 +0800 Message-Id: <20220329063703.549-13-yu.pu@intel.com> X-Mailer: git-send-email 2.30.0.windows.2 In-Reply-To: <20220329063703.549-1-yu.pu@intel.com> References: <20220329063703.549-1-yu.pu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Step 3 to merge UefiCpuLib to CpuLib. 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