Fix directory hierarchy & cmake configuration files
[platform/core/appfw/launchpad.git] / src / lib / common / inc / key.h
1 /*
2  * Copyright (c) 2015 - 2016 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 #ifndef __KEY_H__
18 #define __KEY_H__
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 #define AUL_K_STARTTIME                 "__AUL_STARTTIME__"
25 #define AUL_K_EXEC                      "__AUL_EXEC__"
26 #define AUL_K_PACKAGETYPE               "__AUL_PACKAGETYPE__"
27 #define AUL_K_APP_TYPE                  "__AUL_APP_TYPE__"
28 #define AUL_K_HWACC                     "__AUL_HWACC__"
29 #define AUL_K_APPID                     "__AUL_APPID__"
30 #define AUL_K_PID                       "__AUL_PID__"
31 #define AUL_K_TASKMANAGE                "__AUL_TASKMANAGE__"
32 #define AUL_K_INTERNAL_POOL             "__AUL_INTERNAL_POOL__"
33 #define AUL_K_PKGID                     "__AUL_PKGID_"
34 #define AUL_K_DEBUG                     "__AUL_DEBUG__"
35 #define AUL_K_COMP_TYPE                 "__AUL_COMP_TYPE__"
36 #define AUL_K_CALLER_PID                "__AUL_CALLER_PID__"
37 #define AUL_K_LOADER_ID                 "__AUL_LOADER_ID__"
38 #define AUL_K_LOADER_PATH               "__AUL_LOADER_PATH__"
39 #define AUL_K_LOADER_EXTRA              "__AUL_LOADER_EXTRA__"
40 #define AUL_K_WAYLAND_DISPLAY           "__AUL_WAYLAND_DISPLAY__"
41 #define AUL_K_WAYLAND_WORKING_DIR       "__AUL_WAYLAND_WORKING_DIR__"
42 #define AUL_K_ROOT_PATH                 "__AUL_ROOT_PATH__"
43 #define AUL_K_API_VERSION               "__AUL_API_VERSION__"
44 #define AUL_K_LOADER_NAME               "__AUL_LOADER_NAME__"
45 #define AUL_K_SDK                       "__AUL_SDK__"
46 #define AUL_K_ORG_CALLER_PID            "__AUL_ORG_CALLER_PID__"
47 #define AUL_K_HIGHPRIORITY              "__AUL_HIGHPRIORITY__"
48 #define AUL_K_IS_GLOBAL                 "__AUL_IS_GLOBAL__"
49 #define AUL_K_TEP_PATH                  "__AUL_TEP_PATH__"
50 #define AUL_K_IS_INSTALLED              "__AUL_IS_INSTALLED__"
51 #define AUL_K_INSTALLED_STORAGE         "__AUL_INSTALLED_STORAGE__"
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* __KEY_H__ */
58