aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml')
-rw-r--r--roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml b/roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml
new file mode 100644
index 000000000..f90eec32f
--- /dev/null
+++ b/roms/edk2/.pytool/Plugin/LibraryClassCheck/LibraryClassCheck_plug_in.yaml
@@ -0,0 +1,11 @@
+## @file
+# CiBuildPlugin used to check that all library classes are declared correctly in dec file
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "cibuild",
+ "name": "Library Class Check Test",
+ "module": "LibraryClassCheck"
+}