c9527cec8107a7e2848d4efd684385d5edde8174
[platform/core/appfw/launchpad.git] / inc / 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 #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_PRIVACY_APPID             "__AUL_PRIVACY_APPID__"
36 #define AUL_K_COMP_TYPE         "__AUL_COMP_TYPE__"
37 #define AUL_K_CALLER_PID        "__AUL_CALLER_PID__"
38 #define AUL_K_LOADER_ID         "__AUL_LOADER_ID__"
39 #define AUL_K_LOADER_PATH       "__AUL_LOADER_PATH__"
40 #define AUL_K_LOADER_EXTRA      "__AUL_LOADER_EXTRA__"
41 #define AUL_K_WAYLAND_DISPLAY   "__AUL_WAYLAND_DISPLAY__"
42 #define AUL_K_WAYLAND_WORKING_DIR "__AUL_WAYLAND_WORKING_DIR__"
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* __KEY_H__ */
49