aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md')
-rw-r--r--roms/edk2/.pytool/Plugin/CompilerPlugin/Readme.md17
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.