From: Dandan Bi Date: Fri, 12 Mar 2021 05:23:07 +0000 (+0800) Subject: FmpDevicePkg: Consume MdeLibs.dsc.inc for RegisterFilterLib X-Git-Tag: edk2-stable202108~425 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8e03191dde07486f0e45dc0cd8e6c22dcdcc5878;p=mirror_edk2.git FmpDevicePkg: Consume MdeLibs.dsc.inc for RegisterFilterLib 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: Liming Gao Cc: Michael D Kinney Signed-off-by: Dandan Bi Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao Acked-by: Ard Biesheuvel --- diff --git a/FmpDevicePkg/FmpDevicePkg.dsc b/FmpDevicePkg/FmpDevicePkg.dsc index cfeadd8330..b420f52a08 100644 --- a/FmpDevicePkg/FmpDevicePkg.dsc +++ b/FmpDevicePkg/FmpDevicePkg.dsc @@ -7,7 +7,7 @@ # customized using libraries and PCDs. # # Copyright (c) Microsoft Corporation.
-# Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.
+# Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -38,6 +38,8 @@ !include UnitTestFrameworkPkg/UnitTestFrameworkPkgTarget.dsc.inc +!include MdePkg/MdeLibs.dsc.inc + [LibraryClasses] UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf