/* * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @file ss_client_names.h * @brief This file supports contains the queue names of the client * services that System Services needs to know about. */ /** @addtogroup BaseSystem * @{ */ /** @addtogroup system_service * @ingroup BaseSystem * @{ */ /** @addtogroup interface_unified * @ingroup system_service * @{ */ #ifndef SS_CLIENT_NAMES_H_ // NOLINT (build/header_guard) #define SS_CLIENT_NAMES_H_ #define SERVICE__CWORD69_ "_CWORD69_" #define SERVICE_AS_AUDIO "AS_AudioService" #define SERVICE_AS_MODE "AS_ModeService" #define SERVICE_BR_BROWSER "BR_BrowserService" #define SERVICE_CAN_SHADOW "VS_CANShadow" #define SERVICE__CWORD51__BT "_CWORD51__BT" #define SERVICE__CWORD51__DR "_CWORD51__DR" #define SERVICE_DAB "RS_Master_Tuner" #define SERVICE_HMI "HMI" #define SERVICE_HMI__CWORD46_ "HMI__CWORD46_Service" #define SERVICE_HMI__CWORD77_ "HMI__CWORD77_Service" #define SERVICE_IPC_MP_SHADOW "PS_IPC_MP_Shadow" #define SERVICE_KEY_HANDLER "PS_KeyHandler" #define SERVICE_MM_ICD "MM_ICDService" #define SERVICE_MM_MEDIA "MM_MediaService" #define SERVICE_MM__CWORD21_ "MM__CWORD21_Service" #define SERVICE_NAV "NAV_NavigationService" #define SERVICE_NAV_LOC "NAV_LocationService" #define SERVICE_NS_NPP "NS_NPPService" #define SERVICE_NS_SHARED_MEM "NS_SharedMem" #define SERVICE_NW_BT "NW_BluetoothService" #define SERVICE_NW_CONNECTION "NW_ConnectionService" #define SERVICE_NW_MESSAGING "NW_MessagingService" #define SERVICE_NW_PHONE "NW_PhoneService" #define SERVICE_NW_PHONE_BOOK "NW_PhoneBookService" #define SERVICE_PSM_SHADOW "PS_PSMShadow" #define SERVICE_PS_IPC "PS_IPC" #define SERVICE_PS_SWDL_SHADOW "PS_SoftwareUpdateShadow" #define SERVICE_SDARS "RS_XSDARSService" #define SERVICE_TUNER "RS_Radio" #define SERVICE_VS__CWORD85_ "VS__CWORD85_Service" #define SERVICE_VS_DIAG "VS_DiagService" #define SERVICE_VS_DIAG_DISP "DiagDispatcherService" #define SERVICE_VS_RVC "VS_RVCService" #define SERVICE_VS_VEHICLE "VS_VehicleService" #endif /* SS_CLIENT_NAMES_H_ */ // NOLINT (build/header_guard) /** @}*/ /** @}*/ /** @}*/