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