Merge "Add capi of privacy manager" into tizen_2.1
[platform/core/security/privacy-manager.git] / common / inc / PrivacyManagerTypes.h
1 /*\r
2  * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved\r
3  *\r
4  *    Licensed under the Apache License, Version 2.0 (the "License");\r
5  *    you may not use this file except in compliance with the License.\r
6  *    You may obtain a copy of the License at\r
7  *\r
8  *        http://www.apache.org/licenses/LICENSE-2.0\r
9  *\r
10  *    Unless required by applicable law or agreed to in writing, software\r
11  *    distributed under the License is distributed on an "AS IS" BASIS,\r
12  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  *    See the License for the specific language governing permissions and\r
14  *    limitations under the License.\r
15  */\r
16 \r
17 #ifndef _PRIVACY_MANAGER_TYPES_H_\r
18 #define _PRIVACY_MANAGER_TYPES_H_\r
19 \r
20 #include <string>\r
21 #include <privacy_manager_client_types.h>\r
22 \r
23 static const std::string SERVER_ADDRESS ("/tmp/privacy_manager_server");\r
24 static const std::string DBUS_PATH("/privacy_manager/dbus_notification");\r
25 static const std::string DBUS_SIGNAL_INTERFACE("org.tizen.privacy_manager.signal");\r
26 static const std::string DBUS_SIGNAL_NAME("privacy_setting_updated");\r
27 \r
28 #endif\r