summaryrefslogtreecommitdiff
path: root/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf
AgeCommit message (Collapse)Author
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2023-04-05Update file encoding to be UTF-16 LE for misc INFs (#959)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Remove references to XP in INFs (#950)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-01-12Fix unused warning (#829)Matt Moseley
- removed the [ToastMonBuggy] section to eliminate emitted warning
2023-01-09Update to DV-FailDriver-WDM (#823)Matt Moseley
* Removed unsupported install section - This change removes the unsupported install method from the .inf file. * Updated readme with DevGen example - Add section to readme to encourage the usage of DevGen. - Added example of how to use DevGen when installing sample driver. * Update readme - updated README.md based on the given suggestions * More updates to readme - added link to SwDevice - fixed missing back tick
2021-03-25Add pnplockdown to INF and set file signing algorithm to sha256Drew Kluemke
2017-12-12Update DV-FailDriver-WDM sample to correctly create a driver package.Nate Deisinger