sensorfw
magnetometeradaptor-evdevplugin.h
Go to the documentation of this file.
1
28#ifndef MAGADAPTOR_EVDEVPLUGIN_H
29#define MAGADAPTOR_EVDEVPLUGIN_H
30
31#include "plugin.h"
32
33class MagnetometerAdaptorEvdevPlugin : public Plugin
34{
35 Q_OBJECT
36 Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
37
38private:
39 void Register(class Loader& l);
40};
41
42#endif