Re-organized sub-directory by category
[staging/basesystem.git] / service / system / interface_unified / library / include / system_service / ss_services.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_services.h
19  * @brief \~english This file supports contains the queue names of all System Services processes.
20  */
21 /** @addtogroup BaseSystem
22  *  @{
23  */
24 /** @addtogroup system_service
25  *  @ingroup BaseSystem
26  *  @{
27  */
28 /** @addtogroup interface_unified
29  *  @ingroup system_service
30  *  @{
31  */
32 #ifndef SS_SERVICES_H_  // NOLINT (build/header_guard)
33 #define SS_SERVICES_H_
34
35 #include <agl_thread.h>
36
37
38 // Caution:ServiceName length mas is 15
39 // System_Services domain services   0123456789ABCDE
40 #define SS_DEV_DETECT_THD           "SS_Dev_Detect_Thd"
41 #define SS_DEV_DETECT_SRV           MN_SS_DEVDETECTSRV
42 #define SS_DEV_DETECT_BSP_THD       "SS_DeviceDetectErr"
43 #define SS_GROUP_LAUNCH_TRIGGER     "SS_GroupLaunchTrigger"
44 #define SERVICE_HEARTBEAT           "SS_HeartBeatService"
45 #define SERVICE_LOGGER              MN_SS_LOGGERSRV
46 #define SS_UDEV_DEV_DETECT_DLL      "SS_UDEV_DeviceDetect"
47 #define SS_PLM_SERVICE              "SS_PLMService"
48 #define SERVICE_POWER               MN_SS_POWERSERVICE
49 #define SS_RESOURCE_MONITOR_SERVICE "SS_ResourceMonitorService"
50 #define SERVICE_SOFTWAREUPDATE      "SS_SofUpdateSrv"
51 #define SERVICE_SYSMANAGER          MN_SS_SYSMANAGER
52 #define SS_WINSYS                   MN_SS_WINSYS
53 #define SS_RESOURCE_MANAGER         MN_SS_RESOURCEMGR
54 #define SS_TASK_MANAGER             MN_SS_TASKMANAGER
55 #define SERVICE_VUP                 MN_VUPSERVICE
56 #define SS_UPDATESERVICE            MN_SS_UPDATESERVICE
57
58 /// @}
59
60 #endif /* SS_SERVICES_H_ */  // NOLINT (build/header_guard)
61 /** @}*/
62 /** @}*/
63 /** @}*/