]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
authorDandan Bi <dandan.bi@intel.com>
Fri, 12 Mar 2021 05:30:17 +0000 (13:30 +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: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.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>
Reviewed-by: Abner Chang <abner.chang@hpe.com>
RedfishPkg/RedfishPkg.dsc

index e0052290b55f338160c8b395ce9a7863ce850247..16139146ff83ae7fb6b9069c9f9c622bb825524b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Redfish Package\r
 #\r
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.<BR>\r
 # (C) Copyright 2021 Hewlett-Packard Enterprise Development LP.\r
 #\r
 #    SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -18,6 +18,8 @@
   BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
+!include MdePkg/MdeLibs.dsc.inc\r
+\r
 [LibraryClasses]\r
   UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
   UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r