Silverlight for Windows Embedded OS Design Development (Windows Embedded CE 6.0)
1/6/2010
You can develop an operating system (OS) design that provides support for Silverlight for Windows Embedded by selecting the OS components that correspond to Silverlight.
SYSGEN Variables
Windows Embedded CE provides the following catalog item that you can include in your OS design to create a Silverlight–based shell and Silverlight applications:
Catalog item | Sygen variables | Description |
---|---|---|
XAML Runtime API |
SYSGEN_XAML_RUNTIME |
Includes the Microsoft Silverlight 2 presentation core and Silverlight API in an OS design. This provides support for a Silverlight–based shell and Silverlight applications. |
BSP Flags
Windows Embedded CE provides BSP flags for the graphics rendering plug-ins that you can support in the BSP for your OS design. When you set the BSP flag for the preferred plug-in, it is automatically included in an OS image. To set the BSP flag, on the Project** menu, click <OS_Design> Properties, Configuration Properties, and then Environment.
For more information about implementing hardware acceleration based on either DirectDraw or OpenGL, see Implement Hardware Acceleration for Graphics in Silverlight for Windows Embedded.
BSP flag | Description |
---|---|
BSP_XRPLUGIN_DDRAW |
Includes the DirectDraw graphics rendering plug-in in the OS image. |
BSP_XRPLUGIN_OPENGL |
Includes the OpenGL graphics rendering plug-in in the OS image. |
See Also
Concepts
Silverlight for Windows Embedded