Merge "Added tools - mockup of cloud and injector. Changed code to support task-worker."
[apps/native/tizen-things-daemon.git] / common / common-app-inf.h
1 /*
2  * Copyright (c) 2017 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Flora License, Version 1.1 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __TTD_COMMON_APPINF_H__
18 #define __TTD_COMMON_APPINF_H__
19
20 #define TTD_APP_MSG_DELIMITER "|"
21 #define TTD_APP_INF_BUS_NAME "org.tizen.ttd.bus"
22 #define TTD_APP_INF_BUS_INF "org.tizen.ttd.bus.appinf"
23 #define TTD_APP_INF_OBJECT_PATH "/org/tizen/ttd/bus/appinf/object"
24 #define TTD_APP_INF_METHOD_REG "RegisterApp"
25 #define TTD_APP_INF_METHOD_UNREG "UnregisterApp"
26
27 char *common_make_socket_addr_name(
28         const char *token, const char *appID, unsigned int appPID);
29
30 #endif /* __TTD_COMMON_APPINF_H__ */