1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-19 02:39:32 +02:00
WDF-Utils/UDE/README.md

475 B

USB Device Emulation (UDE)

Usage

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

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

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