Share via


MTP Responder Catalog Items and Sysgen Variables (Compact 7)

3/12/2014

In Windows Embedded Compact 7 you can use your device to communicate with the Windows desktop OS by including MTP Responder catalog items in your OS design.

For more information, see MTP Responder Reference.

For more information about how to add or remove catalog items, see Design Your First OS.

Hardware and Software Requirements

The minimum system requirements for MTP Responder are described in detail in Step 1: Verify System Requirements for MTP Responder.

The minimum Windows 7 system configuration is:

  • 1 GHz or faster processor
  • 1 GB of RAM
  • 18 GB of space on the installation drive
  • 1 GB of space on the system drive
  • DVD-ROM drive
  • Monitor with 1,024 × 768 screen resolution and 16-bit color

Installed software must include:

  • Microsoft Visual Studio 2008
  • Compact 7

Catalog Items and Sysgen Variables

The catalog items and associated SYSGEN variables you can use to include MTP Responder functionality in your OS are described in Step 2: Add MTP Responder Catalog Items to Your OS Design.

The possible transport options are mutually exclusive: you must select either the USB transport option or the IP transport option.

To use the Media Library storage with USB transport, add the following catalog item to your OS:

  • MTP Responder (default) for MTP Responder stack, MTP Media Metadata DB, and MTP USB transport. This catalog item includes SYSGEN_MTP_RESPONDER and SYSGEN_MEDIAAPS_MEDIALIBRARY.

To use the Media Library storage with IP transport, add the following catalog items to your OS:

  • MTP Responder (minimal) for MTP Responder Stack and MTP Media Metadata DB storage. This catalog item includes SYSGEN_MTP_RESPONDER_MIN and SYSGEN_MEDIAAPS_MEDIALIBRARY.
  • MTP IP Transport and SYSGEN_MTP_RESPONDER_IP.

See Also

Other Resources

MTP Responder