microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

Add support for packaging other types of drivers (ex. UMDF, WDM) #90

Closed wmmc88 closed 1 week ago

wmmc88 commented 8 months ago
          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_

wmmc88 commented 5 months ago

Changing scope of this issue to handle wdm, umdf, and kmdf (including bootstart) pnp drivers. non-pnp drivers will be outside the scope.

wmmc88 commented 1 week ago

This was completed in #186