Share via


Public Datasync OAK Directory (Windows Embedded CE 6.0)

1/5/2010

The OAK directory contains component files, such as development tools.

The OAK directory contains the following directories.

Directory Contents

Ctlpanel

Files that provide support for Control Panel.

Devmgmt

Device management files, including the device management engine.

Files

The Intltrns directory, which contains files that include localized device-specific strings for supported languages.

Lib

Libraries required to build Datasync components.

The libraries are in directories with the following formats:

  • Cpu\Debug
  • Cpu\Retail

An example is Sh4\Retail.

Do not include your libraries in this directory.

To modify project-specific files, copy the files into your project tree and build the project; then, to correctly link with the appropriate library, update the sources file in the code.

Target

Applications and DLLs that make up Datasync components.

The .dll and .exe files, with their associated .pdb and .map files, are in directories with the following formats:

  • Cpu\Debug
    An example is Sh4\Debug.
  • Cpu\Retail
    An example is Sh4\Retail.

Do not store custom components in this directory. It is only for Datasync components.

See Also

Concepts

Public Datasync Directory