Thanks for fixing this bug. Reviewed-by: Chasel Chiu <[email protected]>
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Tuesday, September 6, 2022 8:19 PM > To: [email protected] > Cc: Chiu, Chasel <[email protected]>; Desimone, Nathaniel L > <[email protected]>; Zeng, Star <[email protected]> > Subject: [PATCH v1 2/7] IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate > GUID > > From: Michael Kubacki <[email protected]> > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4048 > > The FILE_GUID for this library instance file is a duplicate of > Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf. > > This change replaces the duplicated GUID value with a unique GUID. > > Cc: Chasel Chiu <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Star Zeng <[email protected]> > Signed-off-by: Michael Kubacki <[email protected]> > --- > IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf > b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf > index a79f6aecda6d..b9dd132ea863 100644 > --- a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf > +++ b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf > @@ -15,7 +15,7 @@ > [Defines] > INF_VERSION = 0x00010005 > BASE_NAME = BaseFspMultiPhaseLib > - FILE_GUID = C128CADC-623E-4E41-97CB-A7138E627460 > + FILE_GUID = 74C14477-E742-4A0A-9787-27B1CF34F698 > MODULE_TYPE = SEC > VERSION_STRING = 1.0 > LIBRARY_CLASS = FspMultiPhaseLib > -- > 2.28.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93323): https://edk2.groups.io/g/devel/message/93323 Mute This Topic: https://groups.io/mt/93518037/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
