Share via


Adding a Device Driver to a Platform

After you have edited the project files, you must add your device driver to the platform. Including the feature in the platform ensures that it is built into the OS image, in the Nk.bin file, and transferred to the target device as part of the OS.

To add a device driver to a platform

  1. Choose Workspace on the View menu.

  2. Choose the ParameterView tab to display the ParameterView window.

  3. Expand the parameter list, and then expand the Project Specific Files folder.

  4. Double-click to open the Project.bib file.

  5. Type the name of the DLL in the modules section. This section lists executable files that will be included in the OS image.

    The files section lists support files that the DLL may require.

  6. Save the Project.bib file.

See Also

Additions to a Platform | Platform Configuration Files | How to Use the IDE to Create, Customize, and Build a Platform

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.