Vicar release 0.6-1 (a.k.a I'm still here release)
[vicar] / src / vicar-telepathy / src / names.h
1 /*
2 @version: 0.6
3 @author: Sudheer K. <scifi1947 at gmail.com>
4 @license: GNU General Public License
5
6 Based on Telepathy-SNOM with copyright notice below.
7 */
8
9
10 /*
11  * Telepathy SNOM VoIP phone connection manager
12  * Copyright (C) 2006 by basyskom GmbH
13  *  @author Tobias Hunger <info@basyskom.de>
14  *
15  * This library is free software; you can redisQObject::tribute it and/or
16  * modify it under the terms of the GNU Lesser General Public
17  * License version 2.1 as published by the Free Software Foundation.
18  *
19  * This library is disQObject::tributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22  * Lesser General Public License for more details.
23  *
24  * You should have received a copy of the GNU Lesser General Public
25  * License along with this library; if not, write to the
26  * Free Software Foundation, Inc.,
27  * 51 Franklin SQObject::treet, Fifth Floor, Boston, MA  02110-1301  USA
28  */
29
30 #ifndef _VICAR_NAMES_H_
31 #define _VICAR_NAMES_H_
32
33 #define cm_service_name                 "org.freedesktop.Telepathy.ConnectionManager.vicar"
34 #define cm_object_path                  "/org/freedesktop/Telepathy/ConnectionManager/vicar"
35 #define cm_interface_name               "org.freedesktop.Telepathy.ConnectionManager"
36
37 #define ACCOUNT_MGR_NAME                "org.freedesktop.Telepathy.AccountManager"
38 #define ACCOUNT_MGR_PATH                "/org/freedesktop/Telepathy/AccountManager"
39 #define ACCOUNT_MGR_IFACE_QUERY         "com.nokia.AccountManager.Interface.Query"
40 #define ACCOUNT_IFACE_COMPAT            "com.nokia.Account.Interface.Compat"
41 #define ACCOUNT_IFACE_COMPAT_PROFILE    "com.nokia.Account.Interface.Compat.Profile"
42 #define DBUS_PROPERTIES                 "org.freedesktop.DBus.Properties"
43
44 #define APPLICATION_DBUS_PATH           "/org/maemo/vicar"
45 #define APPLICATION_DBUS_INTERFACE      "org.maemo.vicar"
46 #define APPLICATION_DBUS_SERVICE        "org.maemo.vicar"
47
48 #endif