Skip to content

Commit

Permalink
AdvLoggerPkg: Clarify BaseArm instance of AdvLoggerLib
Browse files Browse the repository at this point in the history
The BaseArm instance of AdvLoggerLib has drifted in usage
over time from being a BASE instance to an MM_STANDALONE instance.
This patch updates comments (and a license while we are there) to
indicate usage and restricts its usage to MM_STANDALONE.
  • Loading branch information
os-d committed Sep 30, 2024
1 parent cae875f commit 5d56602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
MM_CORE Arm implementation of Advanced Logger Library.
Standalone MM Arm implementation of Advanced Logger Library.
Copyright (c) Microsoft Corporation. All rights reserved.<BR>
Copyright (c) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
FILE_GUID = 916f2e2d-1f55-4ca4-b229-18487e94c747
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = AdvancedLoggerLib
LIBRARY_CLASS = AdvancedLoggerLib | MM_STANDALONE
PI_SPECIFICATION_VERSION = 0x00010032

#
# VALID_ARCHITECTURES = IA32 X64 AARCH64
# VALID_ARCHITECTURES = AARCH64
#

[Sources]
Expand Down

0 comments on commit 5d56602

Please sign in to comment.