-
Notifications
You must be signed in to change notification settings - Fork 8
/
ofono-dbus-names.h
35 lines (31 loc) · 1.18 KB
/
ofono-dbus-names.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/**
* @file ofono-dbus-names.h
* Mode Control Entity - ipc with ofono D-Bus service
* <p>
* Copyright (C) 2012-2019 Jolla Ltd.
* <p>
* @author Kalle Jokiniemi <[email protected]>
* @author Simo Piiroinen <[email protected]>
*
* mce is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
* version 2.1 as published by the Free Software Foundation.
*
* mce is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with mce. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file ofono-dbus-names.h
*/
#ifndef _OFONO_DBUS_NAMES_H_
#define _OFONO_DBUS_NAMES_H_
#define OFONO_VOICEMGR_SIGNAL_IF "org.ofono.VoiceCallManager"
#define OFONO_CALL_ADDED_SIG "CallAdded"
#define OFONO_VOICE_SIGNAL_IF "org.ofono.VoiceCall"
#define OFONO_VOICE_PROP_CHANGED_SIG "PropertyChanged"
#endif /* _OFONO_DBUS_NAMES_H_ */