Device Management Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can implement functionality that gives you the ability to update data and settings on your Windows Embedded Compact devices, such as settings for sound, display, clock, country/region, metabase, and file operation.

For more information, see Device Management.

Hardware and Software Requirements

Sysgen Variables

The following table describes the SYSGEN variables that you can set to add Device Management functionality to your OS.

SYSGEN variable

Description

Dependencies

SYSGEN_CONFIGMGR

Helps you provision a Windows Embedded Compact powered device by using an Open Mobile Alliance (OMA) Client Provisioning (OMA-CP) XML file. For more information, see IConfigManager.

None.

SYSGEN_DMSRV

Interacts with the Configuration Manager and configuration service providers to access and change device settings.

Requires SYSGEN_CNG_CORE.

SYSGEN_SYSCSPS_CLOCKCSP

Configures device settings for the clock by using an OMA-CP XML file.

None.

SYSGEN_SYSCSPS_DISPLAYCSP

Configures device settings for the display and backlight by using an OMA-CP XML file.

Requires a display screen.

SYSGEN_SYSCSPS_FILECSP

Helps to manage and implement security for files and directories on the device by using an OMA-CP XML file.

None.

SYSGEN_SYSCSPS_INSTDLLCSP

Configures settings for when you install an application on a device.

None.

SYSGEN_SYSCSPS_LOCALECSP

Configures regional settings on the device.

None.

SYSGEN_SYSCSPS_METABASECSP

Configures settings for obtaining information from the metabase.

None.

SYSGEN_SYSCSPS_SNDSCHEMECSP

Configures settings for the system sound scheme on the device.

None.

SYSGEN_SYSCSPS_UNINSTALLCSP

Configures settings for when you uninstall an application from the device.

None.

See Also

Reference

Configuration Service Provider Reference

Other Resources

Device Management
Control Panel Catalog Items and Sysgen Variables