From fe2a949996e1e93f0824f4e49b423b4b57090a72 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 6 Mar 2013 03:45:47 +1000 Subject: add sensorfw based sensor plugin ported from qtmobility. Change-Id: Ia4ee6e2b7ecbc441c5f6605f1bbabfec22ddcd09 Reviewed-by: Lorn Potter --- src/sensors/doc/src/sensorfwbackend.qdoc | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/sensors/doc/src/sensorfwbackend.qdoc (limited to 'src/sensors/doc/src/sensorfwbackend.qdoc') diff --git a/src/sensors/doc/src/sensorfwbackend.qdoc b/src/sensors/doc/src/sensorfwbackend.qdoc new file mode 100644 index 0000000..fcfbb5d --- /dev/null +++ b/src/sensors/doc/src/sensorfwbackend.qdoc @@ -0,0 +1,39 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Jolla Mobile +** Contact: http://www.qt-project.org/legal +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: http://www.gnu.org/copyleft/fdl.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \page senorfwbackend.html + \title Sensorfw Backend + \brief Information about the Sensorfw sensor backend + + The Sensorfw sensor backend requires the Sensorfw and sensor daemon. Sensorfw was originally used in MeeGo, and is available + from http://meego.gitorious.org/meego-middleware/sensorfw + + To compile the sensorfw backend, you need sensorfw installed and run qmake with CONFIG+=sensorfw + +*/ + -- cgit v1.2.1