/** * @file ofono-dbus-names.h * Mode Control Entity - ipc with ofono D-Bus service *

* Copyright (C) 2012-2019 Jolla Ltd. *

* @author Kalle Jokiniemi * @author Simo Piiroinen * * 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 . */ /** * @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_ */