Share via


Application and Device Driver Components

5/10/2007

Custom application and device driver components provide a convenient way to organize, customize, and install applications and device drivers on your run-time image. By creating a component, you can specify exactly which resources to install. Furthermore, you can include the component in the run-time image so that the application or device driver does not have to be installed on the target device.

In This Section

  • Combining Components
    Describes how to combine multiple components into one component, and when it is appropriate to do so.
  • Dividing Components
    Describes how to divide a single component into two or more separate components, and the considerations to make when doing so.
  • Author Components and Customize Shells
    Describes the componentization phase of the development process. During this phase you create components for your applications and device drivers, create custom shells, and customize existing shells.