Reviewed-by: Nate DeSimone <[email protected]> > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Michael > Kubacki > Sent: Monday, April 25, 2022 7:18 PM > To: [email protected] > Cc: Chiu, Chasel <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Gao, Liming > <[email protected]>; Dong, Eric <[email protected]>; Kinney, > Michael D <[email protected]> > Subject: [edk2-devel] [edk2-platforms][PATCH v2 03/11] MinPlatformPkg: > Add VariableFlashInfoLib > > From: Michael Kubacki <[email protected]> > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 > > Adds an instance for the library class VariableFlashInfoLib that was recently > introduced in MdeModulePkg. This change is made to allow the new variable > driver to build that has a dependency on this library class and does not > require any further platform changes. > > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Eric Dong <[email protected]> > Signed-off-by: Michael Kubacki <[email protected]> > Reviewed-by: Michael D Kinney <[email protected]> > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > index c3d05fc913a7..58a18fae6ec8 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc > @@ -169,5 +169,6 @@ [LibraryClasses.common] > > MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblo > ckMemoryLibNull.inf > > SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf > + > + > VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/Bas > + eVariableFlashInfoLib.inf > > VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLi > b.inf > > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Va > riablePolicyHelperLib.inf > -- > 2.28.0.windows.1 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#89311): https://edk2.groups.io/g/devel/message/89311 > Mute This Topic: https://groups.io/mt/90700337/1767664 > Group Owner: [email protected] > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [[email protected]] > -=-=-=-=-=-= >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89356): https://edk2.groups.io/g/devel/message/89356 Mute This Topic: https://groups.io/mt/90700337/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
