Ken Lautner 2aac8bb7ef .pytool: Update to newest pytools 2 vuotta sitten
..
LibraryClassCheck.py 2aac8bb7ef .pytool: Update to newest pytools 2 vuotta sitten
LibraryClassCheck_plug_in.yaml 9da7846c88 .pytool/Plugin: Add CI plugins 4 vuotta sitten
Readme.md 9da7846c88 .pytool/Plugin: Add CI plugins 4 vuotta sitten

Readme.md

Library Class Check Plugin

This CiBuildPlugin scans at all library header files found in the Library folders in all of the package’s declared include directories and ensures that all files have a matching LibraryClass declaration in the DEC file for the package. Any missing declarations will cause a failure.

Configuration

The plugin has a few configuration options to support the UEFI codebase.

"LibraryClassCheck": {
    IgnoreHeaderFile: [],  # Ignore a file found on disk
    IgnoreLibraryClass: [] # Ignore a declaration found in dec file
}

IgnoreHeaderFile

Ignore a file found on disk

IgnoreLibraryClass

Ignore a declaration found in dec file