From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web08.4389.1615780804181444359 for ; Sun, 14 Mar 2021 21:00:04 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: dandan.bi@intel.com) IronPort-SDR: O4qwjVktDOCF3J1fA9ZwmehyHNzZOcsbQL9xHJr/NSoqNJKGtACSi5Qys0ubBWeLjT6VYYdyDN KDpX3bJXda1Q== X-IronPort-AV: E=McAfee;i="6000,8403,9923"; a="208926825" X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="208926825" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2021 20:59:48 -0700 IronPort-SDR: FluFgCVePB+M13YL8IheDOOH48YqnUNMOVmvCq2vNVcOfDBLuy9gmW+IYX5GSDPyZF7kN4iAW8 Eee7U6wkXjeA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="373298153" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.154.141]) by orsmga006.jf.intel.com with ESMTP; 14 Mar 2021 20:59:47 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Hao A Wu Subject: [patch 22/28] SourceLevelDebugPkg: Consume RegisterFilterLibNull instance Date: Mon, 15 Mar 2021 11:58:38 +0800 Message-Id: <20210315035844.32756-23-dandan.bi@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20210315035844.32756-1-dandan.bi@intel.com> References: <20210315035844.32756-1-dandan.bi@intel.com> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 Add RegisterFilterLibNull in dsc which will be consumed by IoLib and BaseLib. Cc: Hao A Wu Signed-off-by: Dandan Bi --- SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc index 20eb10ba07..73a6555077 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc @@ -40,10 +40,11 @@ TimerLib|UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf + RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf !ifdef $(SOURCE_DEBUG_USE_USB) DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf !else !ifndef $(SOURCE_DEBUG_USE_USB3) -- 2.18.0.windows.1