> -----Original Message----- > From: Bi, Dandan <[email protected]> > Sent: Sunday, March 28, 2021 8:02 PM > To: [email protected] > Cc: Wang, Jian J <[email protected]>; Wu, Hao A <[email protected]> > Subject: [patch V4 14/29] MdeModulePkg: 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: Jian J Wang <[email protected]> > Cc: Hao A Wu <[email protected]> > Signed-off-by: Dandan Bi <[email protected]> > Acked-by: Ard Biesheuvel <[email protected]> > --- > MdeModulePkg/MdeModulePkg.dsc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MdeModulePkg/MdeModulePkg.dsc > b/MdeModulePkg/MdeModulePkg.dsc index 9272da89a9..132fb36d95 > 100644 > --- a/MdeModulePkg/MdeModulePkg.dsc > +++ b/MdeModulePkg/MdeModulePkg.dsc > @@ -1,10 +1,10 @@ > ## @file > # EFI/PI Reference Module Package for All Architectures # # (C) Copyright > 2014 Hewlett-Packard Development Company, L.P.<BR> -# Copyright (c) 2007 > - 2019, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2007 - 2021, Intel Corporation. All rights > +reserved.<BR> > # Copyright (c) Microsoft Corporation. > # > # SPDX-License-Identifier: BSD-2-Clause-Patent > # > ## > @@ -17,10 +17,12 @@ [Defines] > OUTPUT_DIRECTORY = Build/MdeModule > SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64 > BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > +!include MdePkg/MdeLibs.dsc.inc > +
Reviewed-by: Hao A Wu <[email protected]> Best Regards, Hao Wu > [LibraryClasses] > # > # Entry point > # > > PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.in > f > -- > 2.18.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#73501): https://edk2.groups.io/g/devel/message/73501 Mute This Topic: https://groups.io/mt/81670693/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
