Remove unused directories and files in video_in_hal
[staging/basesystem.git] / service / system / interface_unified / library / include / ss_power_if_interfaceunifiedlog.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 /// \ingroup  tag_PowerServiceIf
19 /// \brief    This file supports 002 application logging.
20 ///
21 ///////////////////////////////////////////////////////////////////////////////
22
23 #ifndef INTERFACE_UNIFIED_LIBRARY_INCLUDE_SS_POWER_IF_INTERFACEUNIFIEDLOG_H_
24 #define INTERFACE_UNIFIED_LIBRARY_INCLUDE_SS_POWER_IF_INTERFACEUNIFIEDLOG_H_
25 #include <native_service/ns_logger_if.h>
26
27 #define ZONE_INIT    ZONEMASK(10)
28 #define ZONE_FUNC    ZONEMASK(11)
29 #define ZONE_MEM     ZONEMASK(12)
30 #define ZONE_13      ZONEMASK(13)
31 #define ZONE_14      ZONEMASK(14)
32 #define ZONE_15      ZONEMASK(15)
33 #define ZONE_16      ZONEMASK(16)
34 #define ZONE_17      ZONEMASK(17)
35 #define ZONE_18      ZONEMASK(18)
36 #define ZONE_19      ZONEMASK(19)
37 #define ZONE_20      ZONEMASK(20)
38 #define ZONE_21      ZONEMASK(21)
39 #define ZONE_22      ZONEMASK(22)
40 #define ZONE_23      ZONEMASK(23)
41 #define ZONE_24      ZONEMASK(24)
42 #define ZONE_25      ZONEMASK(25)
43 #define ZONE_26      ZONEMASK(26)
44 #define ZONE_27      ZONEMASK(27)
45 #define ZONE_28      ZONEMASK(28)
46 #define ZONE_INFO    ZONEMASK(29)
47
48 #define ZONE_TEXT_10      "Init"
49 #define ZONE_TEXT_11      "Function"
50 #define ZONE_TEXT_12      "Memory"
51 #define ZONE_TEXT_13      ""
52 #define ZONE_TEXT_14      ""
53 #define ZONE_TEXT_15      ""
54 #define ZONE_TEXT_16      ""
55 #define ZONE_TEXT_17      ""
56 #define ZONE_TEXT_18      ""
57 #define ZONE_TEXT_19      ""
58 #define ZONE_TEXT_20      ""
59 #define ZONE_TEXT_21      ""
60 #define ZONE_TEXT_22      ""
61 #define ZONE_TEXT_23      ""
62 #define ZONE_TEXT_24      ""
63 #define ZONE_TEXT_25      ""
64 #define ZONE_TEXT_26      ""
65 #define ZONE_TEXT_27      ""
66 #define ZONE_TEXT_28      ""
67 #define ZONE_TEXT_29      "Info"
68 // These ARE RESERVED AND SHOULDN'T BE TOUCHED
69 // USE THEM WHEN REALLY NEEDED!!!!!
70 #define ZONE_TEXT_30      "Warning"
71 #define ZONE_TEXT_31      "Error"
72 #define ZONE_WARN    ZONEMASK(30)
73 #define ZONE_ERR     ZONEMASK(31)
74 #define ALL_ZONES_BUT_IPC_INFO 0xEFFFFFFF
75
76 #ifndef  FRAMEWORKUNIFIEDLOGOPTIONS
77 #define FRAMEWORKUNIFIEDLOGOPTIONS (LMSGQ)  // LPRINT, LMSGQ, LSLOGGER
78 #endif
79
80 #ifndef FRAMEWORKUNIFIEDLOGAPPZONES
81 #define FRAMEWORKUNIFIEDLOGAPPZONES ZONE_ERR, ZONE_WARN
82 #endif /* FRAMEWORKUNIFIEDLOGAPPZONES */
83
84 extern const CHAR AppName[];
85 #endif  // INTERFACE_UNIFIED_LIBRARY_INCLUDE_SS_POWER_IF_INTERFACEUNIFIEDLOG_H_