Update the Platform Registry File (Compact 2013)
3/26/2014
Each BSP has a registry file (platform.reg) that defines the hardware registry settings for the target device. In some cases, the hardware registry settings are defined directly within platform.reg itself. In the case of the stream driver, a separate registry file (streamdriver.reg) is provided for you. For your sample stream driver to be configured correctly with your BSP, you must update the platform registry file to include the stream driver registry information.
To include the stream driver registry settings in your platform registry
In Windows Explorer, navigate to folder %_WINCEROOT%\platform\<Your BSP>\files.
Open the file platform.reg by using a text editor such as Notepad.
Add the following line to the top of the platform.reg file:
#include "$(_winceroot)\platform\<Your BSP>\src\drivers\streamdriver\streamdriver.reg"
Save platform.reg.