cargo-wdk hardcodes the infverif invocation, so there is no way to customize its arguments.
Current invocation:
infverif /v <mode> [/msft|/samples] <pkg>\<name>.inf
Add --infverif-args "<raw args>" to cargo wdk build so that custom arguments can be passed through to infverif.
cargo-wdkhardcodes theinfverifinvocation, so there is no way to customize its arguments.Current invocation:
Add
--infverif-args "<raw args>"tocargo wdk buildso that custom arguments can be passed through toinfverif.