Device Framework

The device framework has the purpose of provide a set of classes to support devices including local or remote emulators and real devices . Each device can be associate a lot of services to address several functionalities for specific devices.

VNC Viewer Component

The VNC component provides a SWT graphic component to display a framebuffer using RFB protocol. It is part of this component an Eclipse view to show this framebuffer inside Eclipse UI

Device Emulator Framework

It is possible for different device emulator vendors to use the framework to integrate their own emulators into the Eclipse platform in the form of Eclipse plug-ins by extending the appropriate extension points and writing the required classes according to the interfaces and base classes provided by the framework. It supports creation of one or more instances of the corresponding emulator.

This components was deprecated and it was replaced for Device Framework