summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-07-02 09:36:58 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-03 01:11:14 +0200
commit1908f86c6d8cb28a81d02272dfd3443e827cf37c (patch)
treedf9768f031fe38064f563e87ca8c9fd6921f836b /doc
parent676071c9dfd971017f4815f0d5ddde077c82e501 (diff)
Remove Meego backend notes from documentation
There is no Meego backend anymore. Change-Id: I5e83a67892bb6b8e9affcbaacd91872104aa8d8b Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtsensors-backend.qdoc29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/src/qtsensors-backend.qdoc b/doc/src/qtsensors-backend.qdoc
index bb4b4a11..ccfa670d 100644
--- a/doc/src/qtsensors-backend.qdoc
+++ b/doc/src/qtsensors-backend.qdoc
@@ -182,32 +182,3 @@ Existing instances of the backend should report error states to the application
handle the situation gracefully.
*/
-
-/*!
-\page meego-integration-notes.html
-\title MeeGo Integration Notes
-\ingroup sensors_backend_topics
-
-\section1 MeeGo Integration Notes
-
-The implementation of the API builds on top of the MeeGo Sensor Framework
-that provides all the sensors specified in 1.2 API version.
-
-\section2 Available sensors
-
-If HW sensor is missing, the configuration file "Sensors.conf"
-must be updated and sensor removed. The file
-has the following format:
-
-\code
-[Default]
-QAccelerometer=meego.accelerometer
-QAmbientLightSensor=meego.als
-\endcode
-
-It lists sensor types and type's default implementation by giving the sensor id.
-If the type is omitted then the backend does not support it in this device; this
-gives a way of controlling and differentiating the supported sensor set.
-
-*/
-