Adding CallVolume interface support in ofono-qt Bindings Signed-off-by: Arun Ravindra...
[profile/ivi/ofono-qt.git] / lib / main.dox
1 /**
2  * \mainpage ofono-qt - Qt Bindings to Cellular Services
3  *
4  * \section intro Introduction
5  *
6  * ofono-qt is a high-level Qt binding to oFono cellular services provided via DBus
7  * 
8  * Development is done in the Git repository <a
9  * href="http://meego.gitorious.org/meego-cellular/ofono-qt">here</a>.
10  *
11  * \section building Building
12  *
13  * Building ofono-qt requires:
14  * \li Qt, including QtDBus
15  * \li qmake
16  *
17  * After installing all dependencies, run:
18  *
19  * \verbatim
20    $ qmake
21    $ make
22    $ make install \endverbatim
23  *
24  * \section running Running
25  *
26  * In order to run ofono-qt, you need a working
27  * installation of ofono daemon. This is the backend with which the 
28  * ofono-qt bindings communicate.
29  *
30  * In order to set up ofono, you will need a working PhoNet stack and
31  * a device connected via USB or a running phonesim modem simulator.
32  *
33  * More information:
34  * http://git.kernel.org/?p=network/ofono/phonesim.git;a=blob;f=HACKING;hb=HEAD
35  * 
36  */