On Thu, Nov 30, 2023 at 7:59 PM levi.yun <[email protected]> wrote: > > The edk2 commit 7284c44951cffd52f1a08367d91b5c63c7bb9c16 > introduces a new library ImagePropertiesRecordLib to > consolidate the logic for manipulating the image properties > used to track runtime images and to remove duplicate code. > This library is further linked with DxeCore. > > Therefore, add an instance of ImagePropertiesRecordLib to > the ArmVExpress.dsc.inc file so that it is included for Arm > platforms. > > Signed-off-by: Levi Yun <[email protected]> > --- > > Notes: > Patch v2: > - fix the line ending issue. > - add missing edk2 mailing list. > > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > index > 5e6886b30c8e507939a73b97366e2247a1430cef..9c9e1f79c8869639c01a0f257 > 633dd8a8a686c3b 100644 > --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc > @@ -164,6 +164,7 @@ [LibraryClasses.common] > > CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/Customiz > edDisplayLib.inf > > > ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeRep > ortStatusCodeLib.inf > + > ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I > magePropertiesRecordLib.inf > > [LibraryClasses.common.SEC] > > DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymb > olsBaseLib.inf > -- > Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")
Reviewed-by: Thomas Abraham <[email protected]> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111909): https://edk2.groups.io/g/devel/message/111909 Mute This Topic: https://groups.io/mt/102894400/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
