common_library: gettid is multiple declaration in cl_error
[staging/basesystem.git] / video_in_hal / otherservice / vehicle_parameter_library / library / include / other_service / env_vehicleparameterlibrary.h
1 /*
2  * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
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  * @file env_vehicleparameterlibrary.h
19  * @brief \~english Define of vehicle parameter environment variable
20  */
21
22 #ifndef VEHICLE_PARAMETER_LIBRARY_LIBRARY_INCLUDE_OTHER_SERVICE_ENV_VEHICLEPARAMETERLIBRARY_H_
23 #define VEHICLE_PARAMETER_LIBRARY_LIBRARY_INCLUDE_OTHER_SERVICE_ENV_VEHICLEPARAMETERLIBRARY_H_
24
25 /** @addtogroup BaseSystem
26  *  @{
27  */
28 /** @addtogroup other_service
29  *  @ingroup BaseSystem
30  *  @{
31  */
32 /** @addtogroup vehicle_parameter_library
33  *  @ingroup other_service
34  *  @{
35  */
36
37 /**
38 * @~english     version
39 */
40 #define VP_VEHICLEPARAMETERLIBRARY_VERSION "VP_VEHICLEPARAMETERLIBRARY_version"
41 /**
42 * @~english     maker ID
43 */
44 #define VP_VEHICLEPARAMETERLIBRARY_MAKER_ID "VP_VEHICLEPARAMETERLIBRARY_maker_ID"
45 /**
46 * @~english     area
47 */
48 #define VP_VEHICLEPARAMETERLIBRARY_AREA "VP_VEHICLEPARAMETERLIBRARY_area"
49 /**
50 * @~english     grade
51 */
52 #define VP_VEHICLEPARAMETERLIBRARY_GRADE "VP_VEHICLEPARAMETERLIBRARY_grade"
53 /**
54 * @~english     destination country code
55 */
56 #define VP_VEHICLEPARAMETERLIBRARY_DEST_C_CODE "VP_VEHICLEPARAMETERLIBRARY_dest_c_code"
57 /**
58 * @~english     DAB tuner number
59 */
60 #define VP_VEHICLEPARAMETERLIBRARY_DAB_TUNER_NUM "VP_VEHICLEPARAMETERLIBRARY_DAB_tuner_num"
61 /**
62 * @~english     AM radio
63 */
64 #define VP_VEHICLEPARAMETERLIBRARY_AM_RADIO "VP_VEHICLEPARAMETERLIBRARY_AM_Radio"
65 /**
66 * @~english     amp type
67 */
68 #define VP_VEHICLEPARAMETERLIBRARY_AMP_TYPE "VP_VEHICLEPARAMETERLIBRARY_AMP_type"
69 /**
70 * @~english     display
71 */
72 #define VP_VEHICLEPARAMETERLIBRARY_DISPLAY "VP_VEHICLEPARAMETERLIBRARY_DISPLAY"
73 /**
74 * @~english     touch panel
75 */
76 #define VP_VEHICLEPARAMETERLIBRARY_TOUCHPANEL "VP_VEHICLEPARAMETERLIBRARY_TOUCHPANEL"
77 /**
78 * @~english     DECK
79 */
80 #define VP_VEHICLEPARAMETERLIBRARY_DECK "VP_VEHICLEPARAMETERLIBRARY_DECK"
81 /**
82 * @~english     JP traffic information show
83 */
84 #define VP_VEHICLEPARAMETERLIBRARY_JPTRAFFICINFO_SHOW "VP_VEHICLEPARAMETERLIBRARY_JPTrafficInfo_show"
85 /**
86 * @~english     connection server
87 */
88 #define VP_VEHICLEPARAMETERLIBRARY_CONNECTION_SERVER "VP_VEHICLEPARAMETERLIBRARY_CONNECTION_SERVER"
89 /**
90 * @~english     _CWORD40_ generation
91 */
92 #define VP_VEHICLEPARAMETERLIBRARY__CWORD40_ "VP_VEHICLEPARAMETERLIBRARY__CWORD40_"
93
94 /**
95 * @~english     Radio reception level
96 */
97 #define VP_VEHICLEPARAMETERLIBRARY_RADIO_LV_DIAG "VP_VEHICLEPARAMETERLIBRARY_RADIO_LV_DIAG"
98
99 /**
100 * @~english     Navigation model
101 */
102 #define VP_VEHICLEPARAMETERLIBRARY_NAVI "VP_VEHICLEPARAMETERLIBRARY_NAVI"
103
104 /**
105 * @~english     Map update service
106 */
107 #define VP_VEHICLEPARAMETERLIBRARY_MAP_UPDATE "VP_VEHICLEPARAMETERLIBRARY_MAP_UPDATE"
108
109 /**
110 * @~english     Headunit identification
111 */
112 #define VP_HEAD_UNIT_ID "VP_HEAD_UNIT_ID"
113
114 /**
115 * @~english     Serius raido
116 */
117 #define VP_VEHICLEPARAMETERLIBRARY_SDARS "VP_VEHICLEPARAMETERLIBRARY_SDARS"
118
119 /**
120 * @~english     optional amp
121 */
122 #define VP_VEHICLEPARAMETERLIBRARY_ACCESSORY_AMP "VP_VEHICLEPARAMETERLIBRARY_ACCESSORY_AMP"
123
124 /**
125 * @~english     Key trace
126 */
127 #define VP_VEHICLEPARAMETERLIBRARY_KEY_TRACE "VP_VEHICLEPARAMETERLIBRARY_KEY_TRACE"
128
129 /**
130 * @~english     diatal TV
131 */
132 #define VP_VEHICLEPARAMETERLIBRARY_DTV "VP_VEHICLEPARAMETERLIBRARY_DTV"
133
134 /** @}*/  // end of vehicle_parameter_library
135 /** @}*/  // end of other_service
136 /** @}*/  // end of BaseSystem
137
138 #endif  // VEHICLE_PARAMETER_LIBRARY_LIBRARY_INCLUDE_OTHER_SERVICE_ENV_VEHICLEPARAMETERLIBRARY_H_