1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-07-27 08:39:27 +02:00
WDF-Utils/BFF
2022-05-04 12:40:52 +02:00
..
BFF.props Fixed whitespaces 2022-05-04 12:40:52 +02:00
README.md Updated DMF README.md 2022-05-03 15:12:22 +02:00

Bus Filter Framework

Usage

To include and link against BFF simply add the following snippet to your driver project:

  <ImportGroup Label="PropertySheets">
    <Import Project="BFF.props" />
  </ImportGroup>

Important: if a PropertySheets group already exists, append the Import-Node(s) to that to avoid linker issues!

Drop the provided BFF.props into the project directory and all include and linker settings will be available. Works for KMDF only.