Init basesystem source codes.
[staging/basesystem.git] / video_in_hal / peripheralservice / communication / server / include / peripheral_service / ps_services.h
1 /*
2  * @copyright Copyright (c) 2017-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    ps_services.h
19  * @~english
20  * @brief   Defines the names of the available peripheral services.
21  */
22
23 #ifndef PERIPHERALSERVICE__CWORD121_SHADOW_CLIENT_INCLUDE_PERIPHERAL_SERVICE_PS_SERVICES_H_  // NOLINT(build/header_guard)
24 #define PERIPHERALSERVICE__CWORD121_SHADOW_CLIENT_INCLUDE_PERIPHERAL_SERVICE_PS_SERVICES_H_  // NOLINT(build/header_guard)
25
26 /**
27  * @file ps_services.h
28  */
29 /** @addtogroup BaseSystem
30  *  @{
31  */
32 /** @addtogroup peripheral_service
33  *  @ingroup BaseSystem
34  *  @{
35  */
36
37 /*------------------------------------------------------------------------------
38  * define
39  *----------------------------------------------------------------------------*/
40 #define SERVICE_PSMSHADOW "PS_PSMShadow"
41 /*!< @~english Define the name of SERVICE_PSMSHADOW */
42
43 #define SERVICE_IPC "PS_IPC_DISP"
44 /*!< @~english Define the name of SERVICE_IPC */
45
46 #define SERVICE_IPC_DISP "PS_IPC"
47 /*!< @~english Define the name of SERVICE_IPC_DISP */
48
49 #define SERVICE_IPCTESTAPP "PS_IPC_TestApp"
50 /*!< @~english Define the name of SERVICE_IPCTESTAPP */
51
52 #define SERVICE_HMIKEYHANDLER "PS_KeyHandler"
53 /*!< @~english PS_KeyHandler name SERVICE_HMIKEYHANDLER */
54
55 #define SERVICE_MP_SHADOW "PS_IPC_MP_Shadow"
56 /*!< @~english Define the name of SERVICE_MP_SHADOW */
57
58 #define SERVICE_SENSORSHADOW "PS_SensorShadow"
59 /*!< @~english Define the name of SERVICE_SENSORSHADOW */
60
61 #define SERVICE_COMMUNICATIONDEBUGDUMPTEST "PS_COMMUNICATIONDebugDumpTest"
62 /*!< @~english Define the name of SERVICE_COMMUNICATIONDEBUGDUMPTEST */
63
64 #define SERVICE_PSMSHADOWTEST "PS_TEST_PSMShadow"
65 /*!< @~english Define the name of SERVICE_PSMSHADOWTEST */
66
67 #define SERVICE_LOGGERSHADOW "PS_LoggerShadow"
68 /*!< @~english Define the name of SERVICE_LOGGERSHADOW  */
69
70 #define SERVICE_SOFTWAREUPDATESHADOW "PS_SoftwareUpdateShadow"
71 /*!< @~english Define the name of SERVICE_SOFTWAREUPDATESHADOW  */
72
73 // #define SERVICE_LINSHADOW "LINShadowService"
74 ///*!< @~english Define the name of SERVICE_LINSHADOW  */
75
76 // #define SERVICE_RTCSHADOW "RTCShadowService"
77 ///*!< @~english Define the name of SERVICE_RTCSHADOW  */
78
79 // #define SERVICE_HBSHADOW "HBShadowService"
80 ///*!< @~english Define the name of SERVICE_HBSHADOW  */
81
82 // #define SERVICE_HBDUMMY "HBDummyService"
83 ///*!< @~english Define the name of SERVICE_HBDUMMY  */
84
85 // #define SERVICE_DISPLAYSHADOW "DisplayShadowService"
86 ///*!< @~english Define the name of SERVICE_DISPLAYSHADOW  */
87
88 // #define SERVICE_HMIALDUMMY "HMIALDummyService"
89 ///*!< @~english Define the name of SERVICE_HMIALDUMMY  */
90
91 /** @}*/  // end of peripheral_service
92 /** @}*/  // end of BaseSystem
93
94 #endif  // PERIPHERALSERVICE__CWORD121_SHADOW_CLIENT_INCLUDE_PERIPHERAL_SERVICE_PS_SERVICES_H_  // NOLINT(build/header_guard)