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
In Windows Explorer, navigate to the folder %_WINCEROOT\platform\<Your BSP>\files.
Open the file platform.bib by using a text editor such as Notepad.
To include the sample driver DLL, add the following line to the MODULES section:
streamdriver.dll $(_FLATRELEASEDIR)\streamdriver.dll NK SHK
Save platform.bib.
For more information about the binary image builder flags and format, see Binary Image Builder (.bib) File.