]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FatPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
authorDandan Bi <dandan.bi@intel.com>
Fri, 12 Mar 2021 05:22:10 +0000 (13:22 +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: 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>
FatPkg/FatPkg.dsc

index d86256068b4d209441406d93950e111d17759ad8..4ddb5c3e004b032c5e290a0f738cf7dbcc213dac 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This Platform file is used to generate the Binary Fat Drivers\r
 #  for EDK II Prime release.\r
 #\r
 #  This Platform file is used to generate the Binary Fat Drivers\r
 #  for EDK II Prime release.\r
-#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #  Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -27,6 +27,8 @@
   RVCT:RELEASE_*_*_CC_FLAGS            = -DMDEPKG_NDEBUG\r
   *_*_*_CC_FLAGS                       = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
 \r
   RVCT:RELEASE_*_*_CC_FLAGS            = -DMDEPKG_NDEBUG\r
   *_*_*_CC_FLAGS                       = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
 \r
+!include MdePkg/MdeLibs.dsc.inc\r
+\r
 [LibraryClasses]\r
   #\r
   # Entry Point Libraries\r
 [LibraryClasses]\r
   #\r
   # Entry Point Libraries\r