From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.51.1615906565074172497 for ; Tue, 16 Mar 2021 07:56:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: dandan.bi@intel.com) IronPort-SDR: Z4x5rEPR7JKb5+oOPCWmgK41f1N4uWiXwZQiy50hAOLwC+k/p9nX5fl6N1n9c0I93zGyYewGWi RhTaXKoizDxA== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="274315051" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="274315051" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 07:55:59 -0700 IronPort-SDR: HW6VkkmdJamuCF0k6USqLyRj2ceorGc3lsf6Bh+etew0ey07N9uaAQEG7DVsO6BRQSRkpeGeLg OlrikDhrau1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="373812218" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.154.141]) by orsmga006.jf.intel.com with ESMTP; 16 Mar 2021 07:55:58 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Samer El-Haj-Mahmoud , Ray Ni Subject: [edk2-platforms] [patch 01/35] Drivers/ASIX: Consume RegisterFilterLibNull instance Date: Tue, 16 Mar 2021 22:53:54 +0800 Message-Id: <20210316145428.35616-2-dandan.bi@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20210316145428.35616-1-dandan.bi@intel.com> References: <20210316145428.35616-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: Samer El-Haj-Mahmoud Cc: Ray Ni Signed-off-by: Dandan Bi --- Drivers/ASIX/Asix.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Drivers/ASIX/Asix.dsc b/Drivers/ASIX/Asix.dsc index 5e02e11760..4a9f8897b0 100644 --- a/Drivers/ASIX/Asix.dsc +++ b/Drivers/ASIX/Asix.dsc @@ -40,10 +40,11 @@ [LibraryClasses] PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf + RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf [LibraryClasses.AARCH64, LibraryClasses.ARM] NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf [LibraryClasses.ARM] -- 2.18.0.windows.1