sensorfw
hybrisstepcounteradaptorplugin.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** Copyright (C) 2013 Jolla Ltd
4 **
5 ** Copyright (C) 2016 kimmoli
6 **
7 **
8 ** $QT_BEGIN_LICENSE:LGPL$
9 **
10 ** GNU Lesser General Public License Usage
11 ** Alternatively, this file may be used under the terms of the GNU Lesser
12 ** General Public License version 2.1 as published by the Free Software
13 ** Foundation and appearing in the file LICENSE.LGPL included in the
14 ** packaging of this file. Please review the following information to
15 ** ensure the GNU Lesser General Public License version 2.1 requirements
16 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
17 **
18 ** $QT_END_LICENSE$
19 **
20 ****************************************************************************/
21 
22 #ifndef HYBRISSTEPCOUNTERADAPTORPLUGIN_H
23 #define HYBRISSTEPCOUNTERADAPTORPLUGIN_H
24 
25 #include "plugin.h"
26 
27 class HybrisStepCounterAdaptorPlugin : public Plugin
28 {
29  Q_OBJECT
30  Q_PLUGIN_METADATA(IID "com.nokia.SensorService.Plugin/1.0")
31 
32 private:
33  void Register(class Loader& l);
34 };
35 
36 #endif