mirror of https://github.com/acidanthera/audk.git
12 lines
307 B
YAML
12 lines
307 B
YAML
## @file
|
|
# Build plugin used to check that debug macros are formatted properly.
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"scope": "global",
|
|
"name": "Debug Macro Check Plugin",
|
|
"module": "DebugMacroCheckBuildPlugin"
|
|
}
|