1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2025-07-18 13:33:35 +02:00

Updated DMF README.md

Added Bus Filter Framework section
This commit is contained in:
2022-05-03 15:12:22 +02:00
parent 936212d20b
commit cf5303e27c
3 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Driver Module Framework (DMF)
**Important:** this has been merged [upstream](https://github.com/Microsoft/DMF/blob/master/Dmf/Documentation/Driver%20Module%20Framework.md#simplifying-compilation-and-linking-with-dmf), yay ❤️
## Usage
To include and link against [DMF](https://github.com/microsoft/DMF) simply clone DMF to the same project parent directory **or** set the environment variable `DmfRootPath` to the DMF directory. Then add the following snippet to your driver project: