Import 1.10.26

This commit is contained in:
Tapio Rantala
2011-01-28 12:03:47 +02:00
parent 3dad68183d
commit c1c297f862
5 changed files with 28 additions and 4 deletions

12
debian/changelog vendored
View File

@@ -1,3 +1,15 @@
mce-dev (1.10.26) unstable; urgency=low
* Fixed errors in the doc-base file
-- David Weinehall <david.weinehall@nokia.com> Mon, 24 Jan 2011 20:49:02 +0200
mce-dev (1.10.25) unstable; urgency=low
* Added radio state flags for NFC and FM transmitter
-- David Weinehall <david.weinehall@nokia.com> Thu, 20 Jan 2011 13:54:23 +0200
mce-dev (1.10.24) unstable; urgency=low
* MCE_RADIO_STATES_CHANGE_REQ does not return the updated radio states

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: mce-dev
Section: devel
Priority: optional
Maintainer: David Weinehall <david.weinehall@nokia.com>
Uploaders: Ilya Dogolazky <ilya.dogolazky@nokia.com>, Tuomo Tanskanen <ext-tuomo.1.tanskanen@nokia.com>
Uploaders: Tuomo Tanskanen <ext-tuomo.1.tanskanen@nokia.com>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: doxygen
Standards-Version: 3.7.3

View File

@@ -1,10 +1,10 @@
Document: mce
Title: MCE D-Bus Interface
Author:
Author: David Weinehall
Abstract: The MCE daemon is used on the Maemo platform for various
low-level services, such as the LEDs, display control,
touchscreen/keypad lock, etc.
.
The D-Bus API provided by MCE allows applications to get information
about the state of these services and to make various requests.
Section: Programming

View File

@@ -48,6 +48,18 @@
* @since v1.10.60
*/
#define MCE_RADIO_STATE_BLUETOOTH (1 << 3)
/**
* NFC; set - enabled, unset - disabled
*
* @since v1.10.93
*/
#define MCE_RADIO_STATE_NFC (1 << 4)
/**
* FM transmitter; set - enabled, unset - disabled
*
* @since v1.10.93
*/
#define MCE_RADIO_STATE_FMTX (1 << 5)
/**
* No ongoing call

2
mce.pc
View File

@@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: mce
Description: Mode Control Entity
Version: 1.10.24
Version: 1.10.26
Requires:
Libs:
Cflags: -I${includedir}