diff options
Diffstat (limited to 'roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md')
-rw-r--r-- | roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md b/roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md new file mode 100644 index 000000000..44e6a2c8d --- /dev/null +++ b/roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md @@ -0,0 +1,17 @@ +# Compiler Plugin
+
+This CiBuildPlugin compiles the package DSC from the package being tested.
+
+## Configuration
+
+The package relative path of the DSC file to build.
+
+``` yaml
+"CompilerPlugin": {
+ "DscPath": "<path to dsc from root of pkg>"
+}
+```
+
+### DscPath
+
+Package relative path to the DSC file to build.
|