次の方法で共有


Update the Platform Binary Image Builder File (Compact 2013)

3/26/2014

Each BSP includes a binary image builder file (platform.bib) that defines which modules and files are included in the run-time image. You need to add an entry to this file so that your driver is included when the run-time image is loaded onto the target device.

To update platform.bib

  1. In Windows Explorer, navigate to the folder %_WINCEROOT\platform\<Your BSP>\files.

  2. Open the file platform.bib by using a text editor such as Notepad.

  3. To include the sample driver DLL, add the following line to the MODULES section:

    streamdriver.dll $(_FLATRELEASEDIR)\streamdriver.dll NK SHK

  4. Save platform.bib.

For more information about the binary image builder flags and format, see Binary Image Builder (.bib) File.

See Also

Concepts

Add and Build a Device Driver