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