1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-16 17:39:32 +02:00
WDF-Utils/BFF/README.md
Benjamin Höglinger-Stelzer cf5303e27c Updated DMF README.md
Added Bus Filter Framework section
2022-05-03 15:12:22 +02:00

16 lines
531 B
Markdown

# Bus Filter Framework
## Usage
To include and link against [BFF](https://github.com/abysdom/bus-filter-framework) simply add the following snippet to your driver project:
```xml
<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.