Remove unused directories and files in video_in_hal
[staging/basesystem.git] / systemservice / task_manager / client / libtskmcfg / include / system_service / tskm_svcid.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  * @file tskm_svcid.h
18  * @brief \~english This file contains declaration of TSKM_SVC ID
19  */
20 /** @addtogroup BaseSystem
21  *  @{
22  */
23 /** @addtogroup system_service
24  *  @ingroup BaseSystem
25  *  @{
26  */
27 /** @addtogroup task_manager
28  *  @ingroup system_service
29  *  @{
30  */
31 /*
32  * Service ID
33  */
34 #ifndef TASK_MANAGER_CLIENT_LIBTSKMCFG_INCLUDE_SYSTEM_SERVICE_TSKM_SVCID_H_
35 #define TASK_MANAGER_CLIENT_LIBTSKMCFG_INCLUDE_SYSTEM_SERVICE_TSKM_SVCID_H_
36
37
38 #define TSKM_SVCID_NONE         0x00000000U
39 #define TSKM_SVCID_TE_RESIDENT  0x00000001U  // for test
40 #define TSKM_SVCID_TE_TRANSIENT 0x00000002U  // for test
41 #define TSKM_SVCID_ACTIVITYMGR  0x00000003U
42 #define TSKM_SVCID_SYSVUP       0x00000004U  // for vup
43 #define TSKM_SVCID__CWORD52_VUP     0x00000005U  // for vup
44 #define TSKM_SVCID_ROOTFSVUP    0x00000006U  // for vup
45 #define TSKM_SVCID_VUPPROGUI    0x00000007U  // for vup
46 #define TSKM_SVCID_NORVUP       0x00000008U  // for vup
47 #define TSKM_SVCID__CWORD58_         0x00000009U  // for _CWORD76_
48 #define TSKM_SVCID_SYSUPDATE    0x0000000AU  // for repro vup
49 #define TSKM_SVCID_NANDUPDATE   0x0000000BU  // for repro vup
50 #define TSKM_SVCID_BTPHONESRV   0x0000000CU
51 #define TSKM_SVCID_BTPBKSRV     0x0000000DU
52 #define TSKM_SVCID_BTMSGSRV     0x0000000EU
53 #define TSKM_SVCID_DTVVUPSRV    0x0000000FU  // fot peaks vup
54 #define TSKM_SVCID_XMVUPSRV     0x00000020U  // fot XM_outer_update vup
55
56 #endif  // TASK_MANAGER_CLIENT_LIBTSKMCFG_INCLUDE_SYSTEM_SERVICE_TSKM_SVCID_H_
57 /** @}*/
58 /** @}*/
59 /** @}*/