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
Compiler_plug_in.yaml
Readme.md

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.