1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-16 17:39:32 +02:00
WDF-Utils/DMF
2022-02-06 22:09:52 +01:00
..
DMF.props Added DMF files 2022-02-06 22:09:23 +01:00
README.md Minor change 2022-02-06 22:09:52 +01:00

Driver Module Framework (DMF)

Usage

To include and link against DMF simply clone DMF to the same project parent directory and add the following snippet to your driver project:

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

Drop the provided DMF.props into the project directory and all include and linker settings will be available. Works for both KMDF and UMDF.