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