On 03/22/21 09:09, Dandan Bi wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 > > MdeLibs.dsc.inc is added for some default libraries provided by MdePkg. > Platform can include MdeLibs.dsc.inc file to avoid some potential > incompatible changes to platform dsc file in future. > > Only add RegisterFilterLib into it as the first version of MdeLibs.dsc.inc. > Can update and maintain MdeLibs.dsc.inc gradually later. > > "MdeLibs.dsc.inc" for the [LibraryClasses*] section(s) > > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Zhiguang Liu <zhiguang....@intel.com> > Cc: Laszlo Ersek <ler...@redhat.com> > Signed-off-by: Dandan Bi <dandan...@intel.com> > --- > MdePkg/MdeLibs.dsc.inc | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 MdePkg/MdeLibs.dsc.inc > > diff --git a/MdePkg/MdeLibs.dsc.inc b/MdePkg/MdeLibs.dsc.inc > new file mode 100644 > index 0000000000..75e516c21a > --- /dev/null > +++ b/MdePkg/MdeLibs.dsc.inc > @@ -0,0 +1,14 @@ > +## @file > +# Mde DSC include file for [LibraryClasses*] section of all Architectures. > +# > +# This file can be included to the [LibraryClasses*] section(s) of a > platform DSC file > +# by using "!include MdePkg/MdeLibs.dsc.inc" to specify the library instances > +# of some EDKII basic/common library classes.
I think Liming or Mike might want to propose improved wording for "basic/common". Personally I'm fine with "basic/common", I just think a more precise definition for MdePkg's content / scope might exist. With or without a more precise expression for "basic/common": Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks Laszlo > +# > +# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR> > +# > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +# > +## > + > + > RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#73143): https://edk2.groups.io/g/devel/message/73143 Mute This Topic: https://groups.io/mt/81519241/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-