Skip to content

Instanced fv table

instanced_fv_table

A module to generate a table containing fv information.

InstancedFvTable

A Table Generator that parses a single FDF file and generates a table containing FV information.

Warning

This table generator relies on the instanced_inf_table generator to be run first.

__init__

__init__(*args: Any, **kwargs: Any) -> InstancedFvTable

Initialize the query with the specific settings.

parse

parse(
    session: Session,
    pathobj: Edk2Path,
    env_id: str,
    env: dict,
) -> None

Parse the workspace and update the database.