Version 0.7-0
[vicar] / src / vicar-telepathy / cpp / names.h
diff --git a/src/vicar-telepathy/cpp/names.h b/src/vicar-telepathy/cpp/names.h
new file mode 100644 (file)
index 0000000..8e2c141
--- /dev/null
@@ -0,0 +1,48 @@
+/*
+@version: 0.6
+@author: Sudheer K. <scifi1947 at gmail.com>
+@license: GNU General Public License
+
+Based on Telepathy-SNOM with copyright notice below.
+*/
+
+
+/*
+ * Telepathy SNOM VoIP phone connection manager
+ * Copyright (C) 2006 by basyskom GmbH
+ *  @author Tobias Hunger <info@basyskom.de>
+ *
+ * This library is free software; you can redisQObject::tribute 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.
+ *
+ * This library is disQObject::tributed 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 this library; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 51 Franklin SQObject::treet, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef _VICAR_NAMES_H_
+#define _VICAR_NAMES_H_
+
+#define cm_service_name                 "org.freedesktop.Telepathy.ConnectionManager.vicar"
+#define cm_object_path                  "/org/freedesktop/Telepathy/ConnectionManager/vicar"
+#define cm_interface_name               "org.freedesktop.Telepathy.ConnectionManager"
+
+#define ACCOUNT_MGR_NAME                "org.freedesktop.Telepathy.AccountManager"
+#define ACCOUNT_MGR_PATH                "/org/freedesktop/Telepathy/AccountManager"
+#define ACCOUNT_MGR_IFACE_QUERY         "com.nokia.AccountManager.Interface.Query"
+#define ACCOUNT_IFACE_COMPAT            "com.nokia.Account.Interface.Compat"
+#define ACCOUNT_IFACE_COMPAT_PROFILE    "com.nokia.Account.Interface.Compat.Profile"
+#define DBUS_PROPERTIES                 "org.freedesktop.DBus.Properties"
+
+#define APPLICATION_DBUS_PATH           "/org/maemo/vicar"
+#define APPLICATION_DBUS_INTERFACE      "org.maemo.vicar"
+#define APPLICATION_DBUS_SERVICE        "org.maemo.vicar"
+
+#endif