Remove unused directories and files in video_in_hal
[staging/basesystem.git] / vehicleservice / positioning_base_library / library / include / _pbCommon.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 name      : _sysCommon.h
19  * System name    : System API
20  * Subsystem name : Common system
21  * Title          : Internal header for system API infrastructure management
22  ****************************************************************************/
23 #ifndef  POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE__PBCOMMON_H_
24 #define  POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE__PBCOMMON_H_
25
26 #define  PBCOM_CONFIGFILE          "config"        /* Configuration file        */
27 #define  PBCOM_CONFIGSIZE_MAX      (1024)          /* Configuration file maximum size  */
28 #define  PBCOM_API_NORMAL          (0)             /* API processing result normal      */
29 #define  PBCOM_API_ERROR           (-1)            /* API processing result error      */
30 #define  PBCOM_UNICODE_NUL         (0x00)          /* NULL character codes      */
31 #define  PBCOM_UNICODE_LF          (0x0A)          /* Line feed character code      */
32 #define  PBCOM_UTOIMAX_NUM         (8)             /* Maximum font size    */
33 #define  PBCOM_CONFIG_INDEX_SCRWIDTH    "[ScreenWidth]"      /* Data information "Screen width"    */
34 #define  PBCOM_CONFIG_INDEX_SCRHEIGHT   "[ScreenHeight]"     /* Data information "Screen Height"    */
35
36 #endif   // POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE__PBCOMMON_H_