Re-organized sub-directory by category
[staging/basesystem.git] / service / vehicle / positioning_base_library / library / include / vehicle_service / positioning_positioningbaselibrarylog.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  * This file has been generated automatically.
19  * User hand written code entry is not allowed. Do not modify the file content.
20  *
21  */
22 #ifndef POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE_POSITIONING_POSITIONINGBASELIBRARYLOG_H_
23 #define POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE_POSITIONING_POSITIONINGBASELIBRARYLOG_H_
24
25 /* Include Files */
26 #include <native_service/ns_logger_if.h>
27
28 #define ZONE_INIT    ZONEMASK(10)
29 #define ZONE_FUNC    ZONEMASK(11)
30 #define ZONE_MEM     ZONEMASK(12)
31 #define ZONE_APP     ZONEMASK(13)
32 #define ZONE_14      ZONEMASK(14)
33 #define ZONE_15      ZONEMASK(15)
34 #define ZONE_16      ZONEMASK(16)
35 #define ZONE_17      ZONEMASK(17)
36 #define ZONE_18      ZONEMASK(18)
37 #define ZONE_19      ZONEMASK(19)
38 #define ZONE_20      ZONEMASK(20)
39 #define ZONE_21      ZONEMASK(21)
40 #define ZONE_22      ZONEMASK(22)
41 #define ZONE_23      ZONEMASK(23)
42 #define ZONE_24      ZONEMASK(24)
43 #define ZONE_25      ZONEMASK(25)
44 #define ZONE_26      ZONEMASK(26)
45 #define ZONE_27      ZONEMASK(27)
46 #define ZONE_28      ZONEMASK(28)
47 #define ZONE_INFO    ZONEMASK(29)
48 #define ZONE_WARN    ZONEMASK(30)
49 #define ZONE_ERR     ZONEMASK(31)
50
51 #define ZONE_POS_SYS_IN ZONE_SP_ZONE_99
52 #define ZONE_POS_GPS_IN ZONE_SP_ZONE_100
53 #define ZONE_POS_CMD_IN ZONE_SP_ZONE_101
54 #define ZONE_POS_NAV_IN ZONE_SP_ZONE_102
55
56 #define ZONE_TEXT_10      "Init"
57 #define ZONE_TEXT_11      "Function"
58 #define ZONE_TEXT_12      "Memory"
59 #define ZONE_TEXT_13      "StateMachine Example"
60 #define ZONE_TEXT_14      ""
61 #define ZONE_TEXT_15      ""
62 #define ZONE_TEXT_16      ""
63 #define ZONE_TEXT_17      ""
64 #define ZONE_TEXT_18      ""
65 #define ZONE_TEXT_19      ""
66 #define ZONE_TEXT_20      ""
67 #define ZONE_TEXT_21      ""
68 #define ZONE_TEXT_22      ""
69 #define ZONE_TEXT_23      ""
70 #define ZONE_TEXT_24      ""
71 #define ZONE_TEXT_25      ""
72 #define ZONE_TEXT_26      ""
73 #define ZONE_TEXT_27      ""
74 #define ZONE_TEXT_28      ""
75 #define ZONE_TEXT_29      "Info"
76 #define ZONE_TEXT_30      "Warning"
77 #define ZONE_TEXT_31      "Error"
78
79 #ifndef  FRAMEWORKUNIFIEDLOGOPTIONS
80 #define FRAMEWORKUNIFIEDLOGOPTIONS (LPRINT) /* LPRINT, LMSGQ, LSLOGGER */
81 #endif
82
83 #ifndef FRAMEWORKUNIFIEDLOGAPPZONES
84 #define FRAMEWORKUNIFIEDLOGAPPZONES  ZONE_INIT, ZONE_ERR, ZONE_14, ZONE_INFO, ZONE_POS_SYS_IN, ZONE_POS_GPS_IN, ZONE_POS_CMD_IN, \
85     ZONE_POS_NAV_IN
86 #endif
87
88 #define PS_APPNAME_MAX 12
89 extern const CHAR kAppName[PS_APPNAME_MAX];
90
91 #endif  // POSITIONING_BASE_LIBRARY_LIBRARY_INCLUDE_POSITIONING_POSITIONINGBASELIBRARYLOG_H_