Init basesystem source codes.
[staging/basesystem.git] / systemservice / interface_unified / library / include / system_service / ss_client_names.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 ss_client_names.h
19  * @brief This file supports contains the queue names of the client
20  *        services that System Services needs to know about.
21  */
22
23 /** @addtogroup BaseSystem
24  *  @{
25  */
26 /** @addtogroup system_service
27  *  @ingroup BaseSystem
28  *  @{
29  */
30 /** @addtogroup interface_unified
31  *  @ingroup system_service
32  *  @{
33  */
34 #ifndef SS_CLIENT_NAMES_H_  // NOLINT (build/header_guard)
35 #define SS_CLIENT_NAMES_H_
36
37 #define SERVICE__CWORD69_                "_CWORD69_"
38 #define SERVICE_AS_AUDIO            "AS_AudioService"
39 #define SERVICE_AS_MODE             "AS_ModeService"
40 #define SERVICE_BR_BROWSER          "BR_BrowserService"
41 #define SERVICE_CAN_SHADOW          "VS_CANShadow"
42 #define SERVICE__CWORD51__BT            "_CWORD51__BT"
43 #define SERVICE__CWORD51__DR            "_CWORD51__DR"
44 #define SERVICE_DAB                 "RS_Master_Tuner"
45 #define SERVICE_HMI                 "HMI"
46 #define SERVICE_HMI__CWORD46_           "HMI__CWORD46_Service"
47 #define SERVICE_HMI__CWORD77_             "HMI__CWORD77_Service"
48 #define SERVICE_IPC_MP_SHADOW       "PS_IPC_MP_Shadow"
49 #define SERVICE_KEY_HANDLER         "PS_KeyHandler"
50 #define SERVICE_MM_ICD              "MM_ICDService"
51 #define SERVICE_MM_MEDIA            "MM_MediaService"
52 #define SERVICE_MM__CWORD21_          "MM__CWORD21_Service"
53 #define SERVICE_NAV                 "NAV_NavigationService"
54 #define SERVICE_NAV_LOC             "NAV_LocationService"
55 #define SERVICE_NS_NPP              "NS_NPPService"
56 #define SERVICE_NS_SHARED_MEM       "NS_SharedMem"
57 #define SERVICE_NW_BT               "NW_BluetoothService"
58 #define SERVICE_NW_CONNECTION       "NW_ConnectionService"
59 #define SERVICE_NW_MESSAGING        "NW_MessagingService"
60 #define SERVICE_NW_PHONE            "NW_PhoneService"
61 #define SERVICE_NW_PHONE_BOOK       "NW_PhoneBookService"
62 #define SERVICE_PSM_SHADOW          "PS_PSMShadow"
63 #define SERVICE_PS_IPC              "PS_IPC"
64 #define SERVICE_PS_SWDL_SHADOW      "PS_SoftwareUpdateShadow"
65 #define SERVICE_SDARS               "RS_XSDARSService"
66 #define SERVICE_TUNER               "RS_Radio"
67 #define SERVICE_VS__CWORD85_              "VS__CWORD85_Service"
68 #define SERVICE_VS_DIAG             "VS_DiagService"
69 #define SERVICE_VS_DIAG_DISP        "DiagDispatcherService"
70 #define SERVICE_VS_RVC              "VS_RVCService"
71 #define SERVICE_VS_VEHICLE          "VS_VehicleService"
72
73 #endif /* SS_CLIENT_NAMES_H_ */  // NOLINT (build/header_guard)
74
75 /** @}*/
76 /** @}*/
77 /** @}*/