Reviewed-by: Nate DeSimone <nathaniel.l.desim...@intel.com> > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oram, > Isaac W > Sent: Tuesday, January 11, 2022 6:20 PM > To: devel@edk2.groups.io > Cc: Oram, Isaac W <isaac.w.o...@intel.com>; Chaganty, Rangasai V > <rangasai.v.chaga...@intel.com>; Gao, Liming > <gaolim...@byosoft.com.cn>; Dong, Eric <eric.d...@intel.com> > Subject: [edk2-devel][edk2-platforms][PATCH V1 02/27] > BeepDebugFeaturePkg: Fix all relative package paths > > Packages should be at the root of a PACKAGES_PATH entry. > At some point, paths were relative to edk2-platforms/Features/Intel which > was functional, but interferes with the proper functioning of packaging tools. > > Cc: Sai Chaganty <rangasai.v.chaga...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Eric Dong <eric.d...@intel.com> > > Signed-off-by: Isaac Oram <isaac.w.o...@intel.com> > --- > > Features/Intel/Debugging/BeepDebugFeaturePkg/Include/BeepDebugFeat > ure.dsc | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git > a/Features/Intel/Debugging/BeepDebugFeaturePkg/Include/BeepDebugFe > ature.dsc > b/Features/Intel/Debugging/BeepDebugFeaturePkg/Include/BeepDebugFe > ature.dsc > index 251de6932b..00ef022657 100644 > --- > a/Features/Intel/Debugging/BeepDebugFeaturePkg/Include/BeepDebugFe > ature.dsc > +++ > b/Features/Intel/Debugging/BeepDebugFeaturePkg/Include/BeepDebugFe > at > +++ ure.dsc > @@ -54,17 +54,17 @@ > gBeepDebugFeaturePkgTokenSpaceGuid.PcdStatusCodeUseBeep > > [LibraryClasses.Common] > - > BeepLib|Debugging/BeepDebugFeaturePkg/Library/BeepLib/BeepLibNull.inf > - > BeepMapLib|Debugging/BeepDebugFeaturePkg/Library/BeepMapLib/Beep > MapLib.inf > + BeepLib|BeepDebugFeaturePkg/Library/BeepLib/BeepLibNull.inf > + > BeepMapLib|BeepDebugFeaturePkg/Library/BeepMapLib/BeepMapLib.inf > > [LibraryClasses.PEIM, LibraryClasses.PEI_CORE] > - > StatusCodeHandlerLib|Debugging/BeepDebugFeaturePkg/Library/BeepStat > usCodeHandlerLib/PeiBeepStatusCodeHandlerLib.inf > + > + > StatusCodeHandlerLib|BeepDebugFeaturePkg/Library/BeepStatusCodeHan > dler > + Lib/PeiBeepStatusCodeHandlerLib.inf > > [LibraryClasses.DXE_RUNTIME_DRIVER] > - > StatusCodeHandlerLib|Debugging/BeepDebugFeaturePkg/Library/BeepStat > usCodeHandlerLib/RuntimeDxeBeepStatusCodeHandlerLib.inf > + > + > StatusCodeHandlerLib|BeepDebugFeaturePkg/Library/BeepStatusCodeHan > dler > + Lib/RuntimeDxeBeepStatusCodeHandlerLib.inf > > [LibraryClasses.DXE_SMM_DRIVER] > - > StatusCodeHandlerLib|Debugging/BeepDebugFeaturePkg/Library/BeepStat > usCodeHandlerLib/SmmBeepStatusCodeHandlerLib.inf > + > + > StatusCodeHandlerLib|BeepDebugFeaturePkg/Library/BeepStatusCodeHan > dler > + Lib/SmmBeepStatusCodeHandlerLib.inf > > [Components.IA32] > > @@ -77,7 +77,7 @@ > # > FILE_GUID = $(BEEP_PEIM_FILENAME) > <LibraryClasses> > - > NULL|Debugging/BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLi > b/PeiBeepStatusCodeHandlerLib.inf > + > + > NULL|BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLib/PeiBeepSt > atu > + sCodeHandlerLib.inf > } > > [Components.X64] > @@ -90,7 +90,7 @@ > # > FILE_GUID = $(BEEP_DXE_FILENAME) > <LibraryClasses> > - > NULL|Debugging/BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLi > b/RuntimeDxeBeepStatusCodeHandlerLib.inf > + > + > NULL|BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLib/RuntimeD > xeBe > + epStatusCodeHandlerLib.inf > } > > > MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSm > m.inf { @@ -102,5 +102,5 @@ > # > FILE_GUID = $(BEEP_SMM_FILENAME) > <LibraryClasses> > - > NULL|Debugging/BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLi > b/SmmBeepStatusCodeHandlerLib.inf > + > + > NULL|BeepDebugFeaturePkg/Library/BeepStatusCodeHandlerLib/SmmBeep > Statu > + sCodeHandlerLib.inf > } > -- > 2.27.0.windows.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#85625): https://edk2.groups.io/g/devel/message/85625 Mute This Topic: https://groups.io/mt/88365329/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-