]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
authorDandan Bi <dandan.bi@intel.com>
Fri, 12 Mar 2021 05:19:19 +0000 (13:19 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 31 Mar 2021 05:47:10 +0000 (05:47 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246

MdeLibs.dsc.inc was added for some basic/default library
instances provided by MdePkg and RegisterFilterLibNull Library
was also added into it as the first version of MdeLibs.dsc.inc.

So update platform dsc to consume MdeLibs.dsc.inc for
RegisterFilterLibNull which will be consumed by IoLib and BaseLib.

Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
EmulatorPkg/EmulatorPkg.dsc

index a7ded49000e7b8af3e322ecd7ac18e8bacc8307e..20e5468398b50890ee6f11451a580784b415f3da 100644 (file)
@@ -4,7 +4,7 @@
 # The Emulation Platform can be used to debug individual modules, prior to creating\r
 # a real platform. This also provides an example for how an DSC is created.\r
 #\r
-# Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>\r
 # Copyright (c) Microsoft Corporation.\r
 #\r
@@ -44,6 +44,8 @@
 [SkuIds]\r
   0|DEFAULT\r
 \r
+!include MdePkg/MdeLibs.dsc.inc\r
+\r
 [LibraryClasses]\r
   #\r
   # Entry point\r