audk/.pytool/Plugin/CompilerPlugin
Joey Vagedes 4f174696fd .pytool: CompilerPlugin: Pass through build vars
Pass build variables (those passed to build.py through -D) to the DSC
parser to provide a more accurate parsing of the DSC file.

Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com>
2024-07-03 02:41:13 +00:00
..
CompilerPlugin.py .pytool: CompilerPlugin: Pass through build vars 2024-07-03 02:41:13 +00:00
Compiler_plug_in.yaml .pytool/Plugin: Add CI plugins 2019-11-11 13:02:03 -08:00
Readme.md .pytool/Plugin: Add CI plugins 2019-11-11 13:02:03 -08:00

Readme.md

Compiler Plugin

This CiBuildPlugin compiles the package DSC from the package being tested.

Configuration

The package relative path of the DSC file to build.

"CompilerPlugin": {
    "DscPath": "<path to dsc from root of pkg>"
}

DscPath

Package relative path to the DSC file to build.