/** @file serviceinfo.h @brief Sensor service information

Copyright (C) 2009-2010 Nokia Corporation @author Semi Malinen This file is part of Sensord. Sensord 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. Sensord 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 Sensord. If not, see .

*/ #ifndef SRVC_INFO_H #define SRVC_INFO_H #include /** * Name of the exported DBus service. */ const QString SERVICE_NAME = "com.nokia.SensorService"; /** * Name of the exported DBus object. */ const QString OBJECT_PATH = "/SensorManager"; #endif // SRVC_INFO_H