mirror of https://github.com/acidanthera/audk.git
12 lines
240 B
YAML
12 lines
240 B
YAML
|
## @file
|
||
|
# CiBuildPlugin used to compile each package
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
##
|
||
|
{
|
||
|
"scope": "cibuild",
|
||
|
"name": "Compiler Plugin",
|
||
|
"module": "CompilerPlugin"
|
||
|
}
|