From a145d5f240340d73b76cfcd893f2105ea0d27ee3 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Tue, 27 Apr 2021 11:17:11 +0100 Subject: ArmPkg: Re-order libraries in ArmPkg.dec This patch alphabetically orders libraries advertised in ArmPkg.dec. Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar Signed-off-by: Pierre Gondois --- ArmPkg/ArmPkg.dec | 66 +++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec index 151626039b..214b2f5892 100644 --- a/ArmPkg/ArmPkg.dec +++ b/ArmPkg/ArmPkg.dec @@ -27,69 +27,69 @@ Include # Root include for the package [LibraryClasses.common] - ## @libraryclass Provides an interface to Arm registers. + ## @libraryclass Convert Arm instructions to a human readable format. # - ArmLib|Include/Library/ArmLib.h + ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h - ## @libraryclass Provides a Mmu interface. + ## @libraryclass Provides an interface to Arm generic counters. # - ArmMmuLib|Include/Library/ArmMmuLib.h + ArmGenericTimerCounterLib|Include/Library/ArmGenericTimerCounterLib.h - ## @libraryclass Provides a semihosting interface. + ## @libraryclass Provides an interface to initialize a + # Generic Interrupt Controller (GIC). # - SemihostLib|Include/Library/SemihostLib.h + ArmGicArchLib|Include/Library/ArmGicArchLib.h - ## @libraryclass Provides a default exception handler. + ## @libraryclass Provides a Generic Interrupt Controller (GIC) + # configuration interface. # - DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h + ArmGicLib|Include/Library/ArmGicLib.h - ## @libraryclass Convert Arm instructions to a human readable format. + ## @libraryclass Provides a HyperVisor Call (HVC) interface. # - ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h + ArmHvcLib|Include/Library/ArmHvcLib.h - ## @libraryclass Provides an interface to initialize a - # Generic Interrupt Controller (GIC). + ## @libraryclass Provides an interface to Arm registers. # - ArmGicArchLib|Include/Library/ArmGicArchLib.h + ArmLib|Include/Library/ArmLib.h + + ## @libraryclass Provides a Mmu interface. + # + ArmMmuLib|Include/Library/ArmMmuLib.h ## @libraryclass Provides a Mailbox Transport Layer (MTL) interface # for the System Control and Management Interface (SCMI). # ArmMtlLib|Include/Library/ArmMtlLib.h - ## @libraryclass Provides a SuperVisor Call (SVC) interface. - # - ArmSvcLib|Include/Library/ArmSvcLib.h - - ## @libraryclass Provides an OpTee interface. - # - OpteeLib|Include/Library/OpteeLib.h - - ## @libraryclass Provides an interface to a StandaloneMm Mmu. + ## @libraryclass Provides a System Monitor Call (SMC) interface. # - StandaloneMmMmuLib|Include/Library/StandaloneMmMmuLib.h + ArmSmcLib|Include/Library/ArmSmcLib.h - ## @libraryclass Provides an interface to Arm generic counters. + ## @libraryclass Provides a SuperVisor Call (SVC) interface. # - ArmGenericTimerCounterLib|Include/Library/ArmGenericTimerCounterLib.h - - ## @libraryclass Provides a Generic Interrupt Controller (GIC) - # configuration interface. - ArmGicLib|Include/Library/ArmGicLib.h + ArmSvcLib|Include/Library/ArmSvcLib.h - ## @libraryclass Provides a HyperVisor Call (HVC) interface. + ## @libraryclass Provides a default exception handler. # - ArmHvcLib|Include/Library/ArmHvcLib.h + DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h ## @libraryclass Provides an interface to query miscellaneous OEM # information. # OemMiscLib|Include/Library/OemMiscLib.h - ## @libraryclass Provides a System Monitor Call (SMC) interface. + ## @libraryclass Provides an OpTee interface. # - ArmSmcLib|Include/Library/ArmSmcLib.h + OpteeLib|Include/Library/OpteeLib.h + + ## @libraryclass Provides a semihosting interface. + # + SemihostLib|Include/Library/SemihostLib.h + ## @libraryclass Provides an interface for a StandaloneMm Mmu. + # + StandaloneMmMmuLib|Include/Library/StandaloneMmMmuLib.h [Guids.common] gArmTokenSpaceGuid = { 0xBB11ECFE, 0x820F, 0x4968, { 0xBB, 0xA6, 0xF7, 0x6A, 0xFE, 0x30, 0x25, 0x96 } } -- cgit v1.2.3