Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic provides guidance on how to write and deploy your Universal sensor driver, using the user mode driver framework (UMDF) version 2.
Write a generic UMDF 2.0 driver
To build a generic UMDF 2.0 driver, see Using a Universal INF File, and follow the steps in the section titled Building a Windows driver, to build a Universal Windows driver using the User Mode Driver (UMDF V2) template.
Customize the generic UMDF 2.0 driver files
When you develop and build this generic UMDF 2.0 driver, it will create quite a few boilerplate files, including the following:
- Header files, including Device.h and Driver.h
- Source files, including Device.cpp and Driver.cpp
When you customize this generic UMDF 2.0 driver, these are the goals you must keep in mind:
For code snippets, with explanations about how to make these updates, see the topics in the preceding list.
After updating the generic files to customize them for your sensor, see the following topics: