This project is still work in progress. Currently only the correct values are in the .inf file and the WDF device is being created.
Follow the instructions at https://github.com/microsoft/Windows-rust-driver-samples, basically:
- If you have Visual Studio installed, install MSVC Buildtools (latest) and Windows SDK matching your Windows under test.
- Install Clang
winget install LLVM.LLVM. - Install Rust.
- Make sure, you have permission to create symlinks (see Schniz/fnm#338 (comment)).
- Install the certificate to
Local Machine\Trusted Root Certification Authoritiesand toLocal Machine\Trusted Publishers. - Start DebugView and Enable Capture Kernel and Verbose Kernel Output.