Merge "Addressed compile-time error related to non-existent struct member." into...
[profile/ivi/ico-uxf-homescreen.git] / include / ico_syc_public.h
1 /*
2  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9 /**
10  * @brief   header file of System Controller internal definition
11  *
12  * @date    Sep-12-2013
13  */
14
15 #ifndef _ICO_SYC_PUBLIC_H_
16 #define _ICO_SYC_PUBLIC_H_
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /*============================================================================*/
23 /* definition                                                                 */
24 /*============================================================================*/
25 /* login user name bundle key name */
26 #define ICO_SYC_APP_BUNDLE_KEY1 "HS_PARAM_U"
27
28 /* Individual history file of the logged-in user. parameter key */
29 #define ICO_SYC_APP_BUNDLE_KEY2 "HS_PARAM_D"
30
31 /* History file of common. parameter key */
32 #define ICO_SYC_APP_BUNDLE_KEY3 "HS_PARAM_DD"
33
34 /* change user status flag file. parameter key */
35 #define ICO_SYC_APP_BUNDLE_KEY4 "HS_PARAM_FLG"
36
37 #ifdef __cplusplus
38 }
39 #endif
40 #endif /*_ICO_SYC_PUBLIC_H_*/