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