windows-drivers-rs
windows-drivers-rs copied to clipboard
Add support for packaging other types of drivers (ex. UMDF, WDM)
Support for other types of drivers (ex. non-PNP) should be added in the future
Originally posted by @wmmc88 in https://github.com/microsoft/windows-drivers-rs/pull/35#discussion_r1458175533
Changing scope of this issue to handle wdm, umdf, and kmdf (including bootstart) pnp drivers. non-pnp drivers will be outside the scope.
This was completed in #186