tizen 2.4 release
[framework/appfw/aul-1.git] / include / aul_svc_priv_key.h
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (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://www.apache.org/licenses/LICENSE-2.0
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
18 #ifndef __PRIV_KEY_H__
19 #define __PRIV_KEY_H__
20
21 /** AUL SVC internal private key */
22 #define AUL_SVC_K_OPERATION "__APP_SVC_OP_TYPE__"
23 /** AUL SVC internal private key */
24 #define AUL_SVC_K_URI       "__APP_SVC_URI__"
25 /** AUL SVC internal private key */
26 #define AUL_SVC_K_MIME      "__APP_SVC_MIME_TYPE__"
27 /** AUL SVC internal private key */
28 #define AUL_SVC_K_DATA      "__APP_SVC_DATA__"
29 /** AUL SVC internal private key */
30 #define AUL_SVC_K_PKG_NAME  "__APP_SVC_PKG_NAME__"
31 /** AUL SVC internal private key */
32 #define AUL_SVC_K_CATEGORY  "__APP_SVC_CATEGORY__"
33 /** AUL SVC internal private key */
34 #define AUL_SVC_K_RES_VAL   "__APP_SVC_K_RES_VAL__"
35 /** AUL SVC internal private key */
36 #define AUL_SVC_K_WIN_ID    "__APP_SVC_K_WIN_ID__"
37 /** AUL SVC internal private key */
38 #define AUL_SVC_K_LAUNCH_MODE   "__APP_SVC_LAUNCH_MODE__"
39
40 #endif  /* __PRIV_KEY_H__ */
41