diff options
Diffstat (limited to 'roms/edk2/.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml')
-rw-r--r-- | roms/edk2/.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml b/roms/edk2/.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml new file mode 100644 index 000000000..c98346971 --- /dev/null +++ b/roms/edk2/.pytool/Plugin/DependencyCheck/DependencyCheck_plug_in.yaml @@ -0,0 +1,13 @@ +## @file
+# CiBuildPlugin used to check all infs within a package
+# to confirm the packagesdependency are on the configured list of acceptable
+# dependencies.
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "cibuild",
+ "name": "Dependency Check Test",
+ "module": "DependencyCheck"
+}
|