Add gitlab issue/merge request templates
[staging/basesystem.git] / service / system / task_manager / client / libtskmcfg / conf / agl_thread_tm.h
1 /*
2  * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
3  */
4
5 #ifndef __AGL_THREAD_H__
6 #define __AGL_THREAD_H__
7
8 //MACRO
9 #define PR_TSS_S    "0"
10 #define PR_TSS      0
11
12 /*
13   Main thread name. It need to be same as service name in sm_launch.xml or tskm_launch.xml
14   Max name length is 15
15   #define MN_XXXXX   "MainName"  
16
17   Thread name
18   Max name length is 15
19   #define TN_XXXXX        "ThreadName" 
20
21   Thread priority 0:TSS   1-99:FIFO
22   #define PR_XXXXX_S     "(0-99)"    //for xml
23   #define PR_XXXXX       0-99        //for program
24 */
25
26 #define MN_SS_SYSMANAGER      "SS_SysManager"
27 #define PR_SS_SYSMANAGER_S    "20"
28 #define PR_SS_SYSMANAGER      (20)
29
30   #define TN_SMHEARTBEAT        "SM.Heartbeat"
31   #define PR_SMHEARTBEAT_S      "20"
32   #define PR_SMHEARTBEAT        (20)
33
34   #define TN_SMPROCLAUNCH       "SM.ProcLaunch"
35   #define PR_SMPROCLAUNCH_S     "20"
36   #define PR_SMPROCLAUNCH       (20)
37
38   #define TN_SMLOWMEMMON        "SM.LowMemMon"
39   #define PR_SMLOWMEMMON_S      "20"
40   #define PR_SMLOWMEMMON        (20)
41
42   #define TN_LOGGERRTIME        "LoggerRtime"
43   #define PR_LOGGERRTIME_S      PR_TSS_S
44   #define PR_LOGGERRTIME        PR_TSS
45
46
47 //======= exec from system manager =============
48 #define MN_NS_SHAREDMEM       "NS_SharedMem"
49 #define PR_NS_SHAREDMEM_S     "25"
50 #define PR_NS_SHAREDMEM       (25)
51
52
53 #define MN_NS_NPPSERVICE      "NS_NPPService"
54 #define PR_NS_NPPSERVICE_S    "25"
55 #define PR_NS_NPPSERVICE      (25)
56
57   #define TN_NS_NPPREADWKR    "NS_NPPReadWkr"
58   #define PR_NS_NPPREADWKR_S  "25"
59   #define PR_NS_NPPREADWKR    (25)
60
61   #define TN_NS_NPPWRITEWKR   "NS_NPPWriteWkr"
62   #define PR_NS_NPPWRITEWKR_S "25"
63   #define PR_NS_NPPWRITEWKR   (25)
64
65   #define TN_NS_NPPIPWKR      "NS_NPPIPWkr"
66   #define PR_NS_NPPIPWKR_S    "25"
67   #define PR_NS_NPPIPWKR      (25)
68
69 #define MN_NS_BACKUPMGR       "NS_BackupMgr"
70 #define PR_NS_BACKUPMGR_S     "25"
71 #define PR_NS_BACKUPMGR       (25)
72
73   #define TN_NS_BKUPNAND      "NS_BkupNAND"
74   #define PR_NS_BKUPNAND_S    "25"
75   #define PR_NS_BKUPNAND      (25)
76
77   #define TN_NS_BKUPDELAY     "NS_BkupDelay"
78   #define PR_NS_BKUPDELAY_S   "25"
79   #define PR_NS_BKUPDELAY     (25)
80
81 #define MN_SS_DEVDETECTSRV    "SS_DevDetectSrv"
82 #define PR_SS_DEVDETECTSRV_S  "20"
83 #define PR_SS_DEVDETECTSRV    (20)
84
85   #define TN_SS_DETECT_USB    "SS_Detect_USB"
86   #define PR_SS_DETECT_USB_S  "20"
87   #define PR_SS_DETECT_USB    (20)
88
89   #define TN_SS_DETECT_SD     "SS_Detect_SD"
90   #define PR_SS_DETECT_SD_S   "20"
91   #define PR_SS_DETECT_SD     (20)
92
93   #define TN_SS_MONITOR_OVC     "SS_Monitor_OVC"
94   #define PR_SS_MONITOR_OVC_S   "20"
95   #define PR_SS_MONITOR_OVC     (20)
96
97 #define MN_SS_LOGGERSRV       "SS_LoggerSrv"
98 #define PR_SS_LOGGERSRV_S     PR_TSS_S
99 #define PR_SS_LOGGERSRV       PR_TSS
100
101   #define TN_PDGLOGQUER       "pdg.LogQueR"
102   #define PR_PDGLOGQUER_S     PR_TSS_S
103   #define PR_PDGLOGQUER       PR_TSS
104
105   #define TN_PDGTRANSQUER     "pdg.TransQueR"
106   #define PR_PDGTRANSQUER_S   PR_TSS_S
107   #define PR_PDGTRANSQUER     PR_TSS
108
109   #define TN_PDGEVNTLOGQUE    "pdg.EvntLogQue"
110   #define PR_PDGEVNTLOGQUE_S  PR_TSS_S
111   #define PR_PDGEVNTLOGQUE    PR_TSS
112
113   #define TN_SSLOGGERSTRAGE   "SSLoggerStrage"
114   #define PR_SSLOGGERSTRAGE_S PR_TSS_S
115   #define PR_SSLOGGERSTRAGE   PR_TSS
116
117   #define TN_PFDRECTHREAD     "PFDRECThread"
118   #define PR_PFDRECTHREAD_S   PR_TSS_S
119   #define PR_PFDRECTHREAD     PR_TSS
120
121 #define MN_PS_LOGGERSHADOW    "PS_LoggerShadow"
122   #define PR_PSLOGGERSHADOW_S   PR_TSS_S
123   #define PR_PSLOGGERSHADOW     PR_TSS
124
125 #define MN_UDEVD              "udevd"
126 #define PR_UDEVD_S            "1"
127 #define PR_UDEVD              (1)
128
129 #define MN_COMMUNICATION      "Communication"
130 #define PR_COMMUNICATION_S    "30"
131 #define PR_COMMUNICATION      (30)
132
133   #define TN_DEV_SYSCOM_TMR   "DEV_SYSCOM_TMR"
134   #define PR_DEV_SYSCOM_TMR_S "30"
135   #define PR_DEV_SYSCOM_TMR   (30)
136
137   #define TN_DEV_SYSCOM_RCV   "DEV_SYSCOM_RCV"
138   #define PR_DEV_SYSCOM_RCV_S "30"
139   #define PR_DEV_SYSCOM_RCV   (30)
140
141   #define TN_DEV_SYSCOM_MAIN    "DEV_SYSCOM_MAIN"
142   #define PR_DEV_SYSCOM_MAIN_S  "30"
143   #define PR_DEV_SYSCOM_MAIN    (30)
144
145   #define TN_TGWCOM           "TGWCOM"
146   #define PR_TGWCOM_S         "30"
147   #define PR_TGWCOM           (30)
148
149   #define TN_ICM              "ICM"
150   #define PR_ICM_S            "30"
151   #define PR_ICM              (30)
152
153   #define TN_CAN_COM_PROT     "CAN_COM_PROT"
154   #define PR_CAN_COM_PROT_S   "30"
155   #define PR_CAN_COM_PROT     (30)
156
157 #define MN_PS_PSMSHADOW       "PS_PSMShadow"
158 #define PR_PS_PSMSHADOW_S     "30"
159 #define PR_PS_PSMSHADOW       (30)
160
161 #define MN_COMMSH4A           "CommSH4A"
162 #define PR_COMMSH4A_S         "30"
163 #define PR_COMMSH4A           (30)
164
165   #define TN_DEV_SH4A_SND     "DEV_SH4ACOM_SND"
166   #define PR_DEV_SH4A_SND_S   "30"
167   #define PR_DEV_SH4A_SND     (30)
168
169   #define TN_DEV_SH4A_RCV     "DEV_SH4ACOM_RCV"
170   #define PR_DEV_SH4A_RCV_S   "30"
171   #define PR_DEV_SH4A_RCV     (30)
172
173   #define TN_DEV_SH4A_MON     "DEV_SH4ACOM_MON"
174   #define PR_DEV_SH4A_MON_S   "30"
175   #define PR_DEV_SH4A_MON     (30)
176
177 #define MN_PS_COMMUSB         "PS_CommUSB"
178 #define PR_PS_COMMUSB_S       "30"
179 #define PR_PS_COMMUSB         (30)
180
181   #define TN_COMMUSB_RCV      "COMMUSB_RCV"
182   #define PR_COMMUSB_RCV_S    "30"
183   #define PR_COMMUSB_RCV      (30)
184
185   #define TN_COMMUSB_DIAG    "COMMUSB_DIAG"
186   #define PR_COMMUSB_DIAG_S  "30"
187   #define PR_COMMUSB_DIAG    (30)
188
189 #define MN_PS_CANGW_M        "CANGW_M"
190 #define PR_PS_CANGW_M_S       PR_TSS_S
191 #define PR_PS_CANGW_M         PR_TSS
192
193   #define TN_CANGW_M_RCV       "CANGW_M_RCV"
194   #define PR_CANGW_M_RCV_S     PR_TSS_S
195   #define PR_CANGW_M_RCV       PR_TSS
196
197   #define TN_CANGW_M_DIAG      "CANGW_M_DIAG"
198   #define PR_CANGW_M_DIAG_S    PR_TSS_S
199   #define PR_CANGW_M_DIAG      PR_TSS
200
201 #define MN_PS_CANGW_S         "CANGW_S"
202 #define PR_PS_CANGW_S_S       PR_TSS_S
203 #define PR_PS_CANGW_S         PR_TSS
204
205   #define TN_CANGW_S_SND       "CANGW_S_SND"
206   #define PR_CANGW_S_SND_S     PR_TSS_S
207   #define PR_CANGW_S_SND       PR_TSS
208
209   #define TN_CANGW_S_DIAG      "CANGW_S_DIAG"
210   #define PR_CANGW_S_DIAG_S    PR_TSS_S
211   #define PR_CANGW_S_DIAG      PR_TSS
212
213 #define MN_LANSERVER          "LanServer"
214 #define PR_LANSERVER_S        "20"
215 #define PR_LANSERVER          (20)
216
217 #define MN_PS_CDR             "ps_cdr"
218 #define PR_PS_CDR_S           PR_TSS_S
219 #define PR_PS_CDR             PR_TSS
220
221   #define TN_PS_CDR_NBD         "ps_cdr_nbd"
222   #define PR_PS_CDR_NBD_S       PR_TSS_S
223   #define PR_PS_CDR_NBD         PR_TSS
224
225   #define TN_PS_CDR_DOIT        "ps_cdr_doit"
226   #define PR_PS_CDR_DOIT_S      PR_TSS_S
227   #define PR_PS_CDR_DOIT        PR_TSS
228
229   #define TN_PS_CDR_READ        "ps_cdr_read"
230   #define PR_PS_CDR_READ_S      PR_TSS_S
231   #define PR_PS_CDR_READ        PR_TSS
232
233 #define MN_POSITIONING        "Positioning"
234 #define PR_POSITIONING_S      PR_TSS_S
235 #define PR_POSITIONING        PR_TSS
236
237   #define TN_POSITIONING_GPS_MAIN     "POS_Main"
238   #define PR_POSITIONING_GPS_MAIN_S   PR_TSS_S
239   #define PR_POSITIONING_GPS_MAIN     PR_TSS
240
241   #define TN_POSITIONING_GPS_RECV     "POS_Gps_Recv"
242   #define PR_POSITIONING_GPS_RECV_S   PR_TSS_S
243   #define PR_POSITIONING_GPS_RECV     PR_TSS
244
245   #define TN_POSITIONING_GPS     "POS_Gps"
246   #define PR_POSITIONING_GPS_S   PR_TSS_S
247   #define PR_POSITIONING_GPS     PR_TSS
248
249   #define TN_POSITIONING_SENS     "POS_Sens"
250   #define PR_POSITIONING_SENS_S   PR_TSS_S
251   #define PR_POSITIONING_SENS     PR_TSS
252
253   #define TN_POSITIONING_GPS_ROLOVR     "POS_Gps_Rolovr"
254   #define PR_POSITIONING_GPS_ROLOVR_S   PR_TSS_S
255   #define PR_POSITIONING_GPS_ROLOVR     PR_TSS
256
257 #define MN_CLOCK              "clock"
258 #define PR_CLOCK_S            "20"
259 #define PR_CLOCK              (20)
260
261   #define TN_CLOCK_MNG        "ClockMng"
262   #define PR_CLOCK_MNG_S      "20"
263   #define PR_CLOCK_MNG        (20)
264
265 #define MN_VEHICLE            "vehicle"
266 #define PR_VEHICLE_S          "20"
267 #define PR_VEHICLE            (20)
268
269   #define TN_VEHICLE_SENS     "VehicleSens"
270   #define PR_VEHICLE_SENS_S   "20"
271   #define PR_VEHICLE_SENS     (20)
272
273   #define TN_LINE_SENS_DRV    "LineSensDrv"
274   #define PR_LINE_SENS_DRV_S  "20"
275   #define PR_LINE_SENS_DRV    (20)
276
277 #define MN_SS_POWERSERVICE    "SS_PowerService"
278 #define PR_SS_POWERSERVICE_S  "30"
279 #define PR_SS_POWERSERVICE    (30)
280
281 #define MN_SS_TASKMANAGER     "SS_TaskManager"
282 #define PR_SS_TASKMANAGER_S   "20"
283 #define PR_SS_TASKMANAGER     (20)
284
285   #define TN_SS_TSKMTIMER     "SS_TskmTimer"
286   #define PR_SS_TSKMTIMER_S   "20"
287   #define PR_SS_TSKMTIMER     (20)
288
289 #define MN_SOUND              "Sound"
290 #define PR_SOUND_S            "45"
291 #define PR_SOUND              (45)
292
293   #define TN_VG_SNDSRCMGR     "VG_SNDSRCMGR"
294   #define PR_VG_SNDSRCMGR_S   "40"
295   #define PR_VG_SNDSRCMGR     (40)
296   
297   #define TN_SND_INPUTCTRL    "SND_INPUTCTRL"
298   #define PR_SND_INPUTCTRL_S  "40"
299   #define PR_SND_INPUTCTRL    (40)
300   
301   #define TN_SND_DEVCTRL      "SND_DEVCTRL"
302   #define PR_SND_DEVCTRL_S    "40"
303   #define PR_SND_DEVCTRL      (40)
304   
305   #define TN_SND_VCETRFCTRL   "SND_VCETRFCTRL"
306   #define PR_SND_VCETRFCTRL_S "45"
307   #define PR_SND_VCETRFCTRL   (45)
308
309   #define TN_SND_VCETRFWRT1   "SND_VCETRFWRT1"
310   #define PR_SND_VCETRFWRT1_S "45"
311   #define PR_SND_VCETRFWRT1   (45)
312
313   #define TN_SND_VCETRFWRT2   "SND_VCETRFWRT2"
314   #define PR_SND_VCETRFWRT2_S "45"
315   #define PR_SND_VCETRFWRT2   (45)
316   
317   #define TN_VG_SNDCTRL_BSCF    "VG_SNDCTRL_BSCF"
318   #define PR_VG_SNDCTRL_BSCF_S  "25"
319   #define PR_VG_SNDCTRL_BSCF    (25)
320   
321   #define TN_VG_SNDCTRL_BSCR    "VG_SNDCTRL_BSCR"
322   #define PR_VG_SNDCTRL_BSCR_S  "25"
323   #define PR_VG_SNDCTRL_BSCR    (25)
324   
325   #define TN_VG_SNDCTRL_ITRT    "VG_SNDCTRL_ITRT"
326   #define PR_VG_SNDCTRL_ITRT_S  "25"
327   #define PR_VG_SNDCTRL_ITRT    (25)
328   
329   #define TN_CVRS_OPRT_OUT_1    "CVRS_OPRT_OUT_1"
330   #define PR_CVRS_OPRT_OUT_1_S  "45"
331   #define PR_CVRS_OPRT_OUT_1    (45)
332   
333   #define TN_CVRS_OPRT_OUT_2    "CVRS_OPRT_OUT_2"
334   #define PR_CVRS_OPRT_OUT_2_S  "45"
335   #define PR_CVRS_OPRT_OUT_2    (45)
336   
337   #define TN_CVRS_OPRT_OUT_3    "CVRS_OPRT_OUT_3"
338   #define PR_CVRS_OPRT_OUT_3_S  "45"
339   #define PR_CVRS_OPRT_OUT_3    (45)
340
341   #define TN_CVRS_OPRT_OUT_4    "CVRS_OPRT_OUT_4"
342   #define PR_CVRS_OPRT_OUT_4_S  "45"
343   #define PR_CVRS_OPRT_OUT_4    (45)
344   
345   #define TN_CVRS_OPRT_IN_1    "CVRS_OPRT_IN_1"
346   #define PR_CVRS_OPRT_IN_1_S  "45"
347   #define PR_CVRS_OPRT_IN_1    (45)
348
349   #define TN_CVRS_OPRT_IN_2    "CVRS_OPRT_IN_2"
350   #define PR_CVRS_OPRT_IN_2_S  "45"
351   #define PR_CVRS_OPRT_IN_2    (45)
352
353   #define TN_CVRS_OPRT_IN_3    "CVRS_OPRT_IN_3"
354   #define PR_CVRS_OPRT_IN_3_S  "45"
355   #define PR_CVRS_OPRT_IN_3    (45)
356
357   #define TN_CVRS_OPRT_IN_4    "CVRS_OPRT_IN_4"
358   #define PR_CVRS_OPRT_IN_4_S  "45"
359   #define PR_CVRS_OPRT_IN_4    (45)
360
361   #define TN_CVRS_OPRT_IN_5    "CVRS_OPRT_IN_5"
362   #define PR_CVRS_OPRT_IN_5_S  "45"
363   #define PR_CVRS_OPRT_IN_5    (45)
364
365   #define TN_CVRS_OPRT_IN_6    "CVRS_OPRT_IN_6"
366   #define PR_CVRS_OPRT_IN_6_S  "45"
367   #define PR_CVRS_OPRT_IN_6    (45)
368
369   #define TN_CVRS_OPRT_IN_7    "CVRS_OPRT_IN_7"
370   #define PR_CVRS_OPRT_IN_7_S  "45"
371   #define PR_CVRS_OPRT_IN_7    (45)
372
373   #define TN_CVRS_OPRT_IN_8    "CVRS_OPRT_IN_8"
374   #define PR_CVRS_OPRT_IN_8_S  "45"
375   #define PR_CVRS_OPRT_IN_8    (45)
376
377   #define TN_CVRS_OPRT_BS_I     "CVRS_OPRT_BS_I"
378   #define PR_CVRS_OPRT_BS_I_S   "45"
379   #define PR_CVRS_OPRT_BS_I     (45)
380   
381   #define TN_VR_NVR_RECO        "VR_NVR_RECO"
382   #define PR_VR_NVR_RECO_S      "20"
383   #define PR_VR_NVR_RECO        (20)
384   
385   #define TN_SND_ECNR       "SND_ECNR"
386   #define PR_SND_ECNR_S     "40"
387   #define PR_SND_ECNR       (40)
388
389   #define TN_SNDAGENT_000       "SNDAGENT_000"
390   #define PR_SNDAGENT_000_S     "45"
391   #define PR_SNDAGENT_000       (45)
392
393   #define TN_SNDAGENT_001       "SNDAGENT_001"
394   #define PR_SNDAGENT_001_S     "45"
395   #define PR_SNDAGENT_001       (45)
396
397   #define TN_SNDAGENT_002       "SNDAGENT_002"
398   #define PR_SNDAGENT_002_S     "45"
399   #define PR_SNDAGENT_002       (45)
400
401   #define TN_SNDAGENT_003       "SNDAGENT_003"
402   #define PR_SNDAGENT_003_S     "45"
403   #define PR_SNDAGENT_003       (45)
404
405   #define TN_SNDAGENT_004       "SNDAGENT_004"
406   #define PR_SNDAGENT_004_S     "45"
407   #define PR_SNDAGENT_004       (45)
408
409   #define TN_SNDAGENT_005       "SNDAGENT_005"
410   #define PR_SNDAGENT_005_S     "45"
411   #define PR_SNDAGENT_005       (45)
412
413   #define TN_SNDAGENT_006       "SNDAGENT_006"
414   #define PR_SNDAGENT_006_S     "45"
415   #define PR_SNDAGENT_006       (45)
416
417   #define TN_SNDAGENT_007       "SNDAGENT_007"
418   #define PR_SNDAGENT_007_S     "45"
419   #define PR_SNDAGENT_007       (45)
420
421   #define TN_SNDAGENT_008       "SNDAGENT_008"
422   #define PR_SNDAGENT_008_S     "45"
423   #define PR_SNDAGENT_008       (45)
424
425   #define TN_SNDAGENT_009       "SNDAGENT_009"
426   #define PR_SNDAGENT_009_S     "45"
427   #define PR_SNDAGENT_009       (45)
428
429   #define TN_SNDAGENT_010       "SNDAGENT_010"
430   #define PR_SNDAGENT_010_S     "45"
431   #define PR_SNDAGENT_010       (45)
432
433   #define TN_SNDAGENT_011       "SNDAGENT_011"
434   #define PR_SNDAGENT_011_S     "45"
435   #define PR_SNDAGENT_011       (45)
436
437   #define TN_SNDAGENT_012       "SNDAGENT_012"
438   #define PR_SNDAGENT_012_S     "45"
439   #define PR_SNDAGENT_012       (45)
440
441   #define TN_SNDAGENT_013       "SNDAGENT_013"
442   #define PR_SNDAGENT_013_S     "45"
443   #define PR_SNDAGENT_013       (45)
444
445   #define TN_SNDAGENT_014       "SNDAGENT_014"
446   #define PR_SNDAGENT_014_S     "45"
447   #define PR_SNDAGENT_014       (45)
448
449   #define TN_SNDAGENT_015       "SNDAGENT_015"
450   #define PR_SNDAGENT_015_S     "45"
451   #define PR_SNDAGENT_015       (45)
452
453   #define TN_SNDAGENT_016       "SNDAGENT_016"
454   #define PR_SNDAGENT_016_S     "45"
455   #define PR_SNDAGENT_016       (45)
456
457   #define TN_SNDAGENT_017       "SNDAGENT_017"
458   #define PR_SNDAGENT_017_S     "45"
459   #define PR_SNDAGENT_017       (45)
460
461   #define TN_SNDAGENT_018       "SNDAGENT_018"
462   #define PR_SNDAGENT_018_S     "45"
463   #define PR_SNDAGENT_018       (45)
464
465   #define TN_SNDAGENT_019       "SNDAGENT_019"
466   #define PR_SNDAGENT_019_S     "45"
467   #define PR_SNDAGENT_019       (45)
468
469   #define TN_SNDAGENT_020       "SNDAGENT_020"
470   #define PR_SNDAGENT_020_S     "45"
471   #define PR_SNDAGENT_020       (45)
472
473   #define TN_SNDAGENT_021       "SNDAGENT_021"
474   #define PR_SNDAGENT_021_S     "45"
475   #define PR_SNDAGENT_021       (45)
476
477   #define TN_SNDAGENT_022       "SNDAGENT_022"
478   #define PR_SNDAGENT_022_S     "45"
479   #define PR_SNDAGENT_022       (45)
480
481   #define TN_SNDAGENT_023       "SNDAGENT_023"
482   #define PR_SNDAGENT_023_S     "45"
483   #define PR_SNDAGENT_023       (45)
484
485   #define TN_SNDAGENT_024       "SNDAGENT_024"
486   #define PR_SNDAGENT_024_S     "45"
487   #define PR_SNDAGENT_024       (45)
488
489   #define TN_SNDAGENT_025       "SNDAGENT_025"
490   #define PR_SNDAGENT_025_S     "45"
491   #define PR_SNDAGENT_025       (45)
492
493 #define MN_SS_RESOURCEMGR     "SS_ResourceMgr"
494 #define PR_SS_RESOURCEMGR_S   "49"
495 #define PR_SS_RESOURCEMGR     (49)
496
497   #define TN_RESOURCEHWDT     "ResourceHWDT"
498   #define PR_RESOURCEHWDT_S   "1"
499   #define PR_RESOURCEHWDT     (1)
500
501 #define MN_AS_AUDIOMANAGER    "AS_AudioManager"
502 #define PR_AS_AUDIOMANAGER_S  PR_TSS_S
503 #define PR_AS_AUDIOMANAGER    PR_TSS
504
505   #define TN_AS_SOUNDBEEP       "AS_SoundBeep"
506   #define PR_AS_SOUNDBEEP_S     PR_TSS_S
507   #define PR_AS_SOUNDBEEP       PR_TSS
508
509 #define MN_GRAPHICS           "Graphics"
510 #define PR_GRAPHICS_S         "4"
511 #define PR_GRAPHICS           (4)
512
513   #define TN_GR_MAIN_CTRL     "Graphics_main"
514   #define PR_GR_MAIN_CTRL_S   PR_TSS_S
515   #define PR_GR_MAIN_CTRL     PR_TSS
516
517   #define TN_GR_SEQ_CTRL      "Graphics_seq"
518   #define PR_GR_SEQ_CTRL_S    PR_TSS_S
519   #define PR_GR_SEQ_CTRL      PR_TSS
520
521   #define TN_GR_DEV_RCV_CTRL     "Graphics_rcv"
522   #define PR_GR_DEV_RCV_CTRL_S   PR_TSS_S
523   #define PR_GR_DEV_RCV_CTRL     PR_TSS
524
525   #define TN_GR_VCAP1_CTRL    "Graphics_cap1"
526   #define PR_GR_VCAP1_CTRL_S   "4"
527   #define PR_GR_VCAP1_CTRL     (4)
528
529   #define TN_GR_VCAP2_CTRL    "Graphics_cap2"
530   #define PR_GR_VCAP2_CTRL_S   "4"
531   #define PR_GR_VCAP2_CTRL     (4)
532
533 #define MN_VUPSERVICE         "vupservice"
534 #define PR_VUPSERVICE_S       PR_TSS_S
535 #define PR_VUPSERVICE         PR_TSS
536
537 #define MN_SS_UPDATESERVICE   "UpdateService"
538 #define PR_SS_UPDATESERVICE_S PR_TSS_S
539 #define PR_SS_UPDATESERVICE   PR_TSS
540
541   #define TN_UPSERVICE_VERI     "t_update_veri"
542   #define PR_UPSERVICE_VERI_S   PR_TSS_S
543   #define PR_UPSERVICE_VERI     PR_TSS
544
545 #define MN_NW_MICSERVICE      "NW_MicService"
546 #define PR_NW_MICSERVICE_S    PR_TSS_S
547 #define PR_NW_MICSERVICE      PR_TSS
548
549 #define MN_NS_LOCKMGR         "LockMgr"
550 #define PR_NS_LOCKMGR_S       PR_TSS_S
551 #define PR_NS_LOCKMGR         PR_TSS
552
553 #define MN_PS_SWITCHHANDLER      "SwitchHandler"
554 #define PR_PS_SWITCHHANDLER_S    "30"
555 #define PR_PS_SWITCHHANDLER      (30)
556
557 #define MN_SS_WINSYS          "SS_WinSys"
558 #define PR_SS_WINSYS_S        "5"
559 #define PR_SS_WINSYS          5
560
561 #define MN_MODEMANAGER        "modemanager"
562 #define PR_MODEMANAGER_S      PR_TSS_S
563 #define PR_MODEMANAGER        PR_TSS
564
565 #define MN_BTSTACKMAIN        "btstackmain"
566 #define PR_BTSTACKMAIN_S      PR_TSS_S
567 #define PR_BTSTACKMAIN        PR_TSS
568
569 #define MN_MEDIASERVICE       "MediaService"
570 #define PR_MEDIASERVICE_S     PR_TSS_S
571 #define PR_MEDIASERVICE       PR_TSS
572
573 // REPRO START
574 #define MN_REPROSERVICE       "ReproService"
575 #define PR_REPROSERVICE_S      PR_TSS_S
576 #define PR_REPROSERVICE        PR_TSS
577
578   #define TN_REPROSEQUENCER     "RPRS_Sequencer"
579   #define PR_REPROSEQUENCER_S   PR_TSS_S
580   #define PR_REPROSEQUENCER     PR_TSS
581
582   #define TN_REPROCTRL          "RPRS_Control"
583   #define PR_REPROCTRL_S        PR_TSS_S
584   #define PR_REPROCTRL          PR_TSS
585
586   #define TN_REPROCENTERCOMM    "RPRS_CenterComm"
587   #define PR_REPROCENTERCOMM_S  PR_TSS_S
588   #define PR_REPROCENTERCOMM    PR_TSS
589
590   #define TN_REPROUNITCOMM      "RPRS_UnitComm"
591   #define PR_REPROUNITCOMM_S    PR_TSS_S
592   #define PR_REPROUNITCOMM      PR_TSS
593
594   #define TN_REPROWEBDAVMGR     "RPRS_WebDAVMgr"
595   #define PR_REPROWEBDAVMGR_S   PR_TSS_S
596   #define PR_REPROWEBDAVMGR     PR_TSS
597
598 #define MN_REPROAENDTEST       "Repro_Testpro_Sender"
599 #define PR_REPROAENDTEST_S      PR_TSS_S
600 #define PR_REPROAENDTEST        PR_TSS
601
602   #define TN_REPROAENDTESTTN       "Repro_TestproT"
603   #define PR_REPROAENDTESTTN_S      PR_TSS_S
604   #define PR_REPROAENDTESTTN        PR_TSS
605
606 #define MN_REPROBACKVUP        "BackVupCtrl"
607 #define PR_REPROBACKVUP_S       PR_TSS_S
608 #define PR_REPROBACKVUP         PR_TSS
609
610 #define MN_REPRODEVELOP        "DevReproService"
611 #define PR_REPRODEVELOP_S       PR_TSS_S
612 #define PR_REPRODEVELOP         PR_TSS
613 // REPRO END
614
615   #define TN_MED_MMCOM_PLAY      "mmcom_play"
616   #define PR_MED_MMCOM_PLAY_S    PR_TSS_S
617   #define PR_MED_MMCOM_PLAY      PR_TSS
618
619   #define TN_MED_MMCOM_MEDIA     "mmcom_media"
620   #define PR_MED_MMCOM_MEDIA_S   PR_TSS_S
621   #define PR_MED_MMCOM_MEDIA     PR_TSS
622
623   #define TN_MED_MMCOM_DB        "mmcom_db"
624   #define PR_MED_MMCOM_DB_S      PR_TSS_S
625   #define PR_MED_MMCOM_DB        PR_TSS
626
627   #define TN_MED_MMCOM_LIST      "mmcom_list"
628   #define PR_MED_MMCOM_LIST_S    PR_TSS_S
629   #define PR_MED_MMCOM_LIST      PR_TSS
630   
631   #define TN_MED_MMCOM_DBUSB      "mmcom_dbusb"
632   #define PR_MED_MMCOM_DBUSB_S    PR_TSS_S
633   #define PR_MED_MMCOM_DBUSB      PR_TSS
634
635   #define TN_MED_MMCOM_DBSD      "mmcom_dbsd"
636   #define PR_MED_MMCOM_DBSD_S    PR_TSS_S
637   #define PR_MED_MMCOM_DBSD      PR_TSS
638
639   #define TN_MED_MMCOM_DBCD      "mmcom_dbcd"
640   #define PR_MED_MMCOM_DBCD_S    PR_TSS_S
641   #define PR_MED_MMCOM_DBCD      PR_TSS
642
643   #define TN_MED_MMCOM_PLAYRCV   "mmcom_playrcv"
644   #define PR_MED_MMCOM_PLAYRCV_S PR_TSS_S
645   #define PR_MED_MMCOM_PLAYRCV   PR_TSS
646
647   #define TN_MED_RIPCOM_MNG      "MngRipComm"
648   #define PR_MED_RIPCOM_MNG_S    PR_TSS_S
649   #define PR_MED_RIPCOM_MNG      PR_TSS
650
651   #define TN_MED_RIPCOM_EXE01    "ExeRipComm01"
652   #define PR_MED_RIPCOM_EXE01_S  PR_TSS_S
653   #define PR_MED_RIPCOM_EXE01    PR_TSS
654
655   #define TN_MED_RIPCOM_EXE02    "ExeRipComm02"
656   #define PR_MED_RIPCOM_EXE02_S  PR_TSS_S
657   #define PR_MED_RIPCOM_EXE02    PR_TSS
658
659   #define TN_MED_DISCCOM_MAIN    "disccom_main"
660   #define PR_MED_DISCCOM_MAIN_S  PR_TSS_S
661   #define PR_MED_DISCCOM_MAIN    PR_TSS
662
663   #define TN_MED_DISCCOM_DB      "disccom_db"
664   #define PR_MED_DISCCOM_DB_S    PR_TSS_S
665   #define PR_MED_DISCCOM_DB      PR_TSS
666
667 #define MN_PLAYBACKSERVICE    "PlaybackService"
668 #define PR_PLAYBACKSERVICE_S  PR_TSS_S
669 #define PR_PLAYBACKSERVICE    PR_TSS
670
671   #define TN_PLAYSRV_AUDIO       "playsrv_audio"
672   #define PR_PLAYSRV_AUDIO_S     PR_TSS_S
673   #define PR_PLAYSRV_AUDIO       PR_TSS
674
675   #define TN_PLAYSRV_RIP         "playsrv_rip"
676   #define PR_PLAYSRV_RIP_S       PR_TSS_S
677   #define PR_PLAYSRV_RIP         PR_TSS
678
679   #define TN_PLAYSRV_PLAY        "playsrv_play"
680   #define PR_PLAYSRV_PLAY_S      PR_TSS_S
681   #define PR_PLAYSRV_PLAY        PR_TSS
682
683   #define TN_PLAYSRV_DISC        "playsrv_disc"
684   #define PR_PLAYSRV_DISC_S      PR_TSS_S
685   #define PR_PLAYSRV_DISC        PR_TSS
686
687   #define TN_PLAYSRV_ARTWORK     "playsrv_artwork"
688   #define PR_PLAYSRV_ARTWORK_S   PR_TSS_S
689   #define PR_PLAYSRV_ARTWORK     PR_TSS
690
691 #define MN_DISCSERVICE        "DiscService"
692 #define PR_DISCSERVICE_S      PR_TSS_S
693 #define PR_DISCSERVICE        PR_TSS
694
695 #define MN_RADIOSERVICE       "RadioService"
696 #define PR_RADIOSERVICE_S     PR_TSS_S
697 #define PR_RADIOSERVICE       PR_TSS
698
699 #define MN_RADIOHDARBITER     "RadioHDArbiter"
700 #define PR_RADIOHDARBITER_S   "20"
701 #define PR_RADIOHDARBITER     (20)
702
703 #define MN_HRDS_MANAGER     "hrds_manager"
704 #define PR_HRDS_MANAGER_S   PR_TSS_S
705 #define PR_HRDS_MANAGER     PR_TSS
706
707   #define TN_HRDS_HDMNG      "hrds_hdmng"
708   #define PR_HRDS_HDMNG_S    PR_TSS_S
709   #define PR_HRDS_HDMNG      PR_TSS
710
711   #define TN_HRDS_HDDEC      "hrds_hddec"
712   #define PR_HRDS_HDDEC_S    PR_TSS_S
713   #define PR_HRDS_HDDEC      PR_TSS
714
715   #define TN_HRDS_WEBMNG      "hrds_webmng"
716   #define PR_HRDS_WEBMNG_S    PR_TSS_S
717   #define PR_HRDS_WEBMNG      PR_TSS
718
719   #define TN_HRDS_WEBCOM      "hrds_webcom"
720   #define PR_HRDS_WEBCOM_S    PR_TSS_S
721   #define PR_HRDS_WEBCOM      PR_TSS
722
723 #define MN_BT_CONNECTIONSERVICE      "BT_CnctSrv"
724 #define PR_BT_CONNECTIONSERVICE_S    PR_TSS_S
725 #define PR_BT_CONNECTIONSERVICE      PR_TSS
726
727 #define MN_BT_PHONESERVICE           "BT_PhoneSrv"
728 #define PR_BT_PHONESERVICE_S         PR_TSS_S
729 #define PR_BT_PHONESERVICE           PR_TSS
730
731 #define MN_BT_PHONEBOOKSERVICE       "BT_PbkSrv"
732 #define PR_BT_PHONEBOOKSERVICE_S     PR_TSS_S
733 #define PR_BT_PHONEBOOKSERVICE       PR_TSS
734
735 #define MN_BT_MESSAGINGSERVICE       "BT_MsgSrv"
736 #define PR_BT_MESSAGINGSERVICE_S     PR_TSS_S
737 #define PR_BT_MESSAGINGSERVICE       PR_TSS
738
739 #define MN_BT_BLLSERVICE             "TEL_BLLSrv"
740 #define PR_BT_BLLSERVICE_S           PR_TSS_S
741 #define PR_BT_BLLSERVICE             PR_TSS
742
743 #define MN_BT_DCMPHONESERVICE        "DCM_PhoneSrv"
744 #define PR_BT_DCMPHONESERVICE_S      PR_TSS_S
745 #define PR_BT_DCMPHONESERVICE        PR_TSS
746
747   #define TN_BT_CONSRV_HFPMULTIQ1      "HFPMultiQ1"
748   #define PR_TN_BT_CONSRV_HFPMULTIQ1_S PR_TSS_S
749   #define PR_TN_BT_CONSRV_HFPMULTIQ1   PR_TSS
750
751   #define TN_BT_CONSRV_HFPMULTIQ2      "HFPMultiQ2"
752   #define PR_TN_BT_CONSRV_HFPMULTIQ2_S PR_TSS_S
753   #define PR_TN_BT_CONSRV_HFPMULTIQ2   PR_TSS
754
755   #define TN_BT_PBKSRV_DATABASE             "BTPB_Database"
756   #define PR_TN_BT_PBKSRV_DATABASE_S        PR_TSS_S
757   #define PR_TN_BT_PBKSRV_DATABASE          PR_TSS
758
759   #define TN_BT_PBKSRV_LOCALPBINST          "LocalPBINST"
760   #define PR_TN_BT_PBKSRV_LOCALPBINST_S     PR_TSS_S
761   #define PR_TN_BT_PBKSRV_LOCALPBINST       PR_TSS
762
763   #define TN_BT_PBKSRV_RESOLVENAME          "ResolveName"
764   #define PR_TN_BT_PBKSRV_RESOLVENAME_S     PR_TSS_S
765   #define PR_TN_BT_PBKSRV_RESOLVENAME       PR_TSS
766
767   #define TN_BT_PBKSRV_PBAPMULTIQ1          "PBAPMultiQ1"
768   #define PR_TN_BT_PBKSRV_PBAPMULTIQ1_S     PR_TSS_S
769   #define PR_TN_BT_PBKSRV_PBAPMULTIQ1       PR_TSS
770
771   #define TN_BT_PBKSRV_OPPMULTI             "OPPMulti"
772   #define PR_TN_BT_PBKSRV_OPPMULTI_S        PR_TSS_S
773   #define PR_TN_BT_PBKSRV_OPPMULTI          PR_TSS
774   
775   #define TN_BT_PBKSRV_VCARDPARSER          "VCardParser"
776   #define PR_TN_BT_PBKSRV_VCARDPARSER_S     PR_TSS_S
777   #define PR_TN_BT_PBKSRV_VCARDPARSER       PR_TSS
778
779   #define TN_BT_MSGSRV_MSGCNTRLTHREAD0      "MsgCntrlThread0"
780   #define PR_TN_BT_MSGSRV_MSGCNTRLTHREAD0_S PR_TSS_S
781   #define PR_TN_BT_MSGSRV_MSGCNTRLTHREAD0   PR_TSS
782
783   #define TN_BT_MSGSRV_MSGCNTRLTHREAD1      "MsgCntrlThread1"
784   #define PR_TN_BT_MSGSRV_MSGCNTRLTHREAD1_S PR_TSS_S
785   #define PR_TN_BT_MSGSRV_MSGCNTRLTHREAD1   PR_TSS
786
787   #define TN_BT_MSGSRV_MAPMULTI             "MapMulti"
788   #define PR_TN_BT_MSGSRV_MAPMULTI_S        PR_TSS_S
789   #define PR_TN_BT_MSGSRV_MAPMULTI          PR_TSS
790
791 #define MN_DTVSERVICE         "DtvService"
792 #define PR_DTVSERVICE_S       PR_TSS_S
793 #define PR_DTVSERVICE         PR_TSS
794
795   #define TN_DTVTNC_TX        "dtvtnc_tx"
796   #define PR_DTVTNC_TX_S      PR_TSS_S
797   #define PR_DTVTNC_TX        PR_TSS
798
799   #define TN_DTVTNC_RCV       "dtvtnc_rcv"
800   #define PR_DTVTNC_RCV_S     PR_TSS_S
801   #define PR_DTVTNC_RCV       PR_TSS
802
803   #define TN_DTVTNC_TIMER     "dtvtnc_timer"
804   #define PR_DTVTNC_TIMER_S   PR_TSS_S
805   #define PR_DTVTNC_TIMER     PR_TSS
806
807   #define TN_DTVTNC_CTL       "dtvtnc_ctl"
808   #define PR_DTVTNC_CTL_S     PR_TSS_S
809   #define PR_DTVTNC_CTL       PR_TSS
810
811 #define MN_DTVVUPSERVICE      "DtvVupService"
812 #define PR_DTVVUPSERVICE_S    PR_TSS_S
813 #define PR_DTVVUPSERVICE      PR_TSS
814
815 #define MN_SETTINGSERVICE     "SettingService"
816 #define PR_SETTINGSERVICE_S   PR_TSS_S
817 #define PR_SETTINGSERVICE     PR_TSS
818
819 #define MN_INFOSETTINGSRV     "InfoSettingSrv"
820 #define PR_INFOSETTINGSRV_S   PR_TSS_S
821 #define PR_INFOSETTINGSRV     PR_TSS
822
823   #define TN_INFS_UIC         "infs_uic"
824   #define PR_INFS_UIC_S       PR_TSS_S
825   #define PR_INFS_UIC         PR_TSS
826  
827 #define MN_DELPERSONALSRV     "DelPersonalSrv"
828 #define PR_DELPERSONALSRV_S   PR_TSS_S
829 #define PR_DELPERSONALSRV     PR_TSS
830
831 #define MN_MENUSERVICE        "MenuService"
832 #define PR_MENUSERVICE_S      PR_TSS_S
833 #define PR_MENUSERVICE        PR_TSS
834
835 #define MN_NAVIPROXY          "NaviProxy"
836 #define PR_NAVIPROXY_S        PR_TSS_S
837 #define PR_NAVIPROXY          PR_TSS
838
839 #define MN_AWBPROXY           "AwbProxy"
840 #define PR_AWBPROXY_S         PR_TSS_S
841 #define PR_AWBPROXY           PR_TSS
842
843 #define MN_TFFPROXY           "TFFProxy"
844 #define PR_TFFPROXY_S         PR_TSS_S
845 #define PR_TFFPROXY           PR_TSS
846
847 #define MN_TFFPROXYSLAVE      "TFFProxySlave"
848 #define PR_TFFPROXYSLAVE_S    PR_TSS_S
849 #define PR_TFFPROXYSLAVE      PR_TSS
850
851 #define MN_AWNPRIMARY         "AwnPrimary"
852 #define PR_AWNPRIMARY_S       PR_TSS_S
853 #define PR_AWNPRIMARY         PR_TSS
854
855 #define MN_AWBPRIMARY         "AwbPrimary"
856 #define PR_AWBPRIMARY_S       PR_TSS_S
857 #define PR_AWBPRIMARY         PR_TSS
858
859 #define MN_AWMPRIMARY         "AwmPrimary"
860 #define PR_AWMPRIMARY_S       PR_TSS_S
861 #define PR_AWMPRIMARY         PR_TSS
862
863 #define MN_AWTPRIMARY         "AwtPrimary"
864 #define PR_AWTPRIMARY_S       PR_TSS_S
865 #define PR_AWTPRIMARY         PR_TSS
866
867 #define MN_MISINKSERVICE      "MisinkService"
868 #define PR_MISINKSERVICE_S    PR_TSS_S
869 #define PR_MISINKSERVICE      PR_TSS
870
871 #define MN_TEXTCONVERTER      "TextConverter"
872 #define PR_TEXTCONVERTER_S    PR_TSS_S
873 #define PR_TEXTCONVERTER      PR_TSS
874
875 #define MN_HANDWRITING        "HandWriting"
876 #define PR_HANDWRITING_S      PR_TSS_S
877 #define PR_HANDWRITING        PR_TSS
878
879 #define MN_EXTUNITAUTH_D      "EXTUNITAUTH_D"
880 #define PR_EXTUNITAUTH_D_S    "29"
881 #define PR_EXTUNITAUTH_D      29
882
883   #define TN_VPSVC__CWORD84_        "VPSVC_D"
884   #define PR_VPSVC__CWORD84__S      PR_TSS_S
885   #define PR_VPSVC__CWORD84_        PR_TSS
886
887 #define MN_PROXYSERVICE       "ProxyService"
888 #define PR_PROXYSERVICE_S     PR_TSS_S
889 #define PR_PROXYSERVICE       PR_TSS
890
891 #define MN_FUELSERVICE        "VS_FUCSrv"
892 #define PR_FUELSERVICE_S      PR_TSS_S
893 #define PR_FUELSERVICE        PR_TSS
894
895 #define MN_ENERGYSERVICE      "VS_ENMSrv"
896 #define PR_ENERGYSERVICE_S    PR_TSS_S
897 #define PR_ENERGYSERVICE      PR_TSS
898
899 #define MN_CUSTOMIZESERVICE   "VS_VSDSrv"
900 #define PR_CUSTOMIZESERVICE_S PR_TSS_S
901 #define PR_CUSTOMIZESERVICE   PR_TSS
902
903 #define MN_DMSSERVICE         "VS_DMSSrv"
904 #define PR_DMSSERVICE_S       PR_TSS_S
905 #define PR_DMSSERVICE         PR_TSS
906
907 #define MN_AIRCONSERVICE      "VS_ACNSrv"
908 #define PR_AIRCONSERVICE_S    PR_TSS_S
909 #define PR_AIRCONSERVICE      PR_TSS
910
911 #define MN_SEATSERVICE        "VS_NMSSrv"
912 #define PR_SEATSERVICE_S      PR_TSS_S
913 #define PR_SEATSERVICE        PR_TSS
914
915 #define MN_CAMERASERVICE      "VS_CMRSrv"
916 #define PR_CAMERASERVICE_S    PR_TSS_S
917 #define PR_CAMERASERVICE      PR_TSS
918
919   #define TN_CAMERAQUICKRVC   "QuickRVCThread"
920   #define PR_CAMERAQUICKRVC_S PR_TSS_S
921   #define PR_CAMERAQUICKRVC   PR_TSS
922
923 #define MN_METSERVICE         "VS_METSrv"
924 #define PR_METSERVICE_S       PR_TSS_S
925 #define PR_METSERVICE         PR_TSS
926
927 #define MN_TMCSERVICE         "VS_TMCSrv"
928 #define PR_TMCSERVICE_S       PR_TSS_S
929 #define PR_TMCSERVICE         PR_TSS
930
931 #define MN_DASSERVICE         "VS_DASSrv"
932 #define PR_DASSERVICE_S       PR_TSS_S
933 #define PR_DASSERVICE         PR_TSS
934
935 #define MN_EXTUNITAUTH_M      "EXTUNITAUTH_M"
936 #define PR_EXTUNITAUTH_M_S    "29"
937 #define PR_EXTUNITAUTH_M      29
938
939 #define MN_DUMMYREAD         "DummyRead"
940 #define PR_DUMMYREAD_S       PR_TSS_S
941 #define PR_DUMMYREAD         PR_TSS
942
943 #define MN_SSTSERVICE         "storage_access"
944 #define PR_SSTSERVICE_S       PR_TSS_S
945 #define PR_SSTSERVICE         PR_TSS
946
947 #define MN_CCSAUDITD         "ccs-auditd"
948 #define PR_CCSAUDITD_S       PR_TSS_S
949 #define PR_CCSAUDITD         PR_TSS
950
951 //exec from task manager
952 #define MN_ACTIVITYMANAGER    "ActivityManager"
953 #define PR_ACTIVITYMANAGER_S  PR_TSS_S
954 #define PR_ACTIVITYMANAGER    PR_TSS
955
956 #define MN_RESIDENT_SVC       "RESIDENT_SVC"
957 #define PR_RESIDENT_SVC_S     PR_TSS_S
958 #define PR_RESIDENT_SVC       PR_TSS
959
960 #define MN_TRANSIENT_SVC      "TRANSIENT_SVC"
961 #define PR_TRANSIENT_SVC_S    PR_TSS_S
962 #define PR_TRANSIENT_SVC      PR_TSS
963
964 #define MN_WLANSERVICE        "wlan_ctrl_0700"
965 #define PR_WLANSERVICE_S      PR_TSS_S
966 #define PR_WLANSERVICE        PR_TSS
967
968 #define MN_WLANEVTTHR         "WlanEvtThr"
969 #define PR_WLANEVTTHR_S       PR_TSS_S
970 #define PR_WLANEVTTHR         PR_TSS
971
972 #define MN_WLANMIDDLESERVICE     "WlanMiddle"
973 #define PR_WLANMIDDLESERVICE_S   PR_TSS_S
974 #define PR_WLANMIDDLESERVICE     PR_TSS
975
976   #define TN_WLANMIDDLESERVICE0    "WM_MsgCtrlTh0"
977   #define PR_WLANMIDDLESERVICE0_S  PR_TSS_S
978   #define PR_WLANMIDDLESERVICE0    PR_TSS
979
980   #define TN_WLANMIDDLESERVICE1    "WM_MsgCtrlTh1"
981   #define PR_WLANMIDDLESERVICE1_S  PR_TSS_S
982   #define PR_WLANMIDDLESERVICE1    PR_TSS
983
984   #define TN_WLANMIDDLESERVICE2    "WM_MsgCtrlTh2"
985   #define PR_WLANMIDDLESERVICE2_S  PR_TSS_S
986   #define PR_WLANMIDDLESERVICE2    PR_TSS
987
988 #define MN_WLANSERVICE2       "wlan_ctrl_0701"
989 #define PR_WLANSERVICE2_S     PR_TSS_S
990 #define PR_WLANSERVICE2       PR_TSS
991
992 #define MN_WLANEVTTHR2        "WlanEvtThr2"
993 #define PR_WLANEVTTHR2_S      PR_TSS_S
994 #define PR_WLANEVTTHR2        PR_TSS
995
996 //exec from task manager, Test for vup
997 #define MN_PS__CWORD52_VUP        "_CWORD52_vup"
998 #define PR_PS__CWORD52_VUP_S      PR_TSS_S
999 #define PR_PS__CWORD52_VUP        PR_TSS
1000
1001 #define MN_PS_SYSVUP          "sysvup"
1002 #define PR_PS_SYSVUP_S        PR_TSS_S
1003 #define PR_PS_SYSVUP          PR_TSS
1004
1005 #define MN_SS_ROOTFSVUP       "rootfsvup"
1006 #define PR_SS_ROOTFSVUP_S     PR_TSS_S
1007 #define PR_SS_ROOTFSVUP       PR_TSS
1008
1009 #define MN_SS_VUPPROGUI       "vupprogressui"
1010 #define PR_SS_VUPPROGUI_S     PR_TSS_S
1011 #define PR_SS_VUPPROGUI       PR_TSS
1012
1013 #define MN_SS_NORVUP          "norvup"
1014 #define PR_SS_NORVUP_S        PR_TSS_S
1015 #define PR_SS_NORVUP          PR_TSS
1016
1017 // OUTER_UPDATE START
1018 #define MN_XMVUPSERVICE      "radio_xm_update"
1019 #define PR_XMVUPSERVICE_S    PR_TSS_S
1020 #define PR_XMVUPSERVICE      PR_TSS
1021 // OUTER_UPDATE END
1022
1023 #define MN_BTPHONESRV         "BT_PhoneSrv"
1024 #define PR_BTPHONESRV_S       PR_TSS_S
1025 #define PR_BTPHONESRV         PR_TSS
1026
1027 #define MN_BTPBKSRV           "BT_PbkSrv"
1028 #define PR_BTPBKSRV_S         PR_TSS_S
1029 #define PR_BTPBKSRV           PR_TSS
1030
1031 #define MN_BTMSGSRV           "BT_MsgSrv"
1032 #define PR_BTMSGSRV_S         PR_TSS_S
1033 #define PR_BTMSGSRV           PR_TSS
1034
1035 // NON-resident, exec from task manager, Repro update
1036 #define MN_PS_SYSUPDATE       "sysupdate"
1037 #define PR_PS_SYSUPDATE_S     PR_TSS_S
1038 #define PR_PS_SYSUPDATE       PR_TSS
1039
1040 #define MN_SS_NANDUPDATE      "nandupdate"
1041 #define PR_SS_NANDUPDATE_S    PR_TSS_S
1042 #define PR_SS_NANDUPDATE      PR_TSS
1043
1044   #define TN_NANDUPDATE_CLD    "t_nandcld"
1045   #define PR_NANDUPDATE_CLD_S  PR_TSS_S
1046   #define PR_NANDUPDATE_CLD    PR_TSS
1047
1048 #define MN_BTPHONESRV         "BT_PhoneSrv"
1049 #define PR_BTPHONESRV_S       PR_TSS_S
1050 #define PR_BTPHONESRV         PR_TSS
1051
1052 #define MN_BTPBKSRV           "BT_PbkSrv"
1053 #define PR_BTPBKSRV_S         PR_TSS_S
1054 #define PR_BTPBKSRV           PR_TSS
1055
1056 #define MN_BTMSGSRV           "BT_MsgSrv"
1057 #define PR_BTMSGSRV_S         PR_TSS_S
1058 #define PR_BTMSGSRV           PR_TSS
1059
1060 //exec from diag
1061 #define MN_DIAGSERVICE        "DiagService"
1062 #define PR_DIAGSERVICE_S      PR_TSS_S
1063 #define PR_DIAGSERVICE        PR_TSS
1064
1065 #define MN_DIAGWORKERTSK      "diagworker_tsk"
1066 #define PR_DIAGWORKERTSK_S    PR_TSS_S
1067 #define PR_DIAGWORKERTSK      PR_TSS
1068
1069 #define MN_DIAGTSK            "diag_tsk"
1070 #define PR_DIAGTSK_S          PR_TSS_S
1071 #define PR_DIAGTSK            PR_TSS
1072
1073 #define MN_DIAGMCTSK          "diagmc_tsk"
1074 #define PR_DIAGMCTSK_S        PR_TSS_S
1075 #define PR_DIAGMCTSK          PR_TSS
1076
1077 #define MN_DIAGUTCOL          "diagutCol_tsk"
1078 #define PR_DIAGUTCOL_S        PR_TSS_S
1079 #define PR_DIAGUTCOL          PR_TSS
1080
1081 #define MN_DIAGUTUPD          "diagutUpd_tsk"
1082 #define PR_DIAGUTUPD_S        PR_TSS_S
1083 #define PR_DIAGUTUPD          PR_TSS
1084
1085 //exec from Connectivity for _CWORD57_
1086 #define MN__CWORD57_UTILSERVICE    "_CWORD57_UtilService"
1087 #define PR__CWORD57_UTILSERVICE_S  PR_TSS_S
1088 #define PR__CWORD57_UTILSERVICE    PR_TSS
1089
1090   #define TN_CON_IPUT_DETECT    "iputsrv_detect"
1091   #define PR_CON_IPUT_DETECT_S  PR_TSS_S
1092   #define PR_CON_IPUT_DETECT    PR_TSS
1093
1094   #define TN_CON_IPUT_AUTH      "iputsrv_auth"
1095   #define PR_CON_IPUT_AUTH_S    PR_TSS_S
1096   #define PR_CON_IPUT_AUTH      PR_TSS
1097
1098   #define TN_CON_IPUT_SERIAL    "iputsrv_serial"
1099   #define PR_CON_IPUT_SERIAL_S  PR_TSS_S
1100   #define PR_CON_IPUT_SERIAL    PR_TSS
1101
1102   #define TN_CON_IPUT_USB_1    "iputsrv_usb1"
1103   #define PR_CON_IPUT_USB_1_S  PR_TSS_S
1104   #define PR_CON_IPUT_USB_1    PR_TSS
1105
1106   #define TN_CON_IPUT_USB_2    "iputsrv_usb2"
1107   #define PR_CON_IPUT_USB_2_S  PR_TSS_S
1108   #define PR_CON_IPUT_USB_2    PR_TSS
1109
1110   #define TN_CON_IPUT_SPP      "iputsrv_spp"
1111   #define PR_CON_IPUT_SPP_S    PR_TSS_S
1112   #define PR_CON_IPUT_SPP      PR_TSS
1113
1114 #define MN__CWORD57_DTSERVICE    "_CWORD57_DTService"
1115 #define PR__CWORD57_DTSERVICE_S  PR_TSS_S
1116 #define PR__CWORD57_DTSERVICE    PR_TSS
1117
1118   #define TN_CON_IPDT_SERIAL    "ipdtsrv_serial"
1119   #define PR_CON_IPDT_SERIAL_S  PR_TSS_S
1120   #define PR_CON_IPDT_SERIAL    PR_TSS
1121
1122   #define TN_CON_IPDT_USB_1    "ipdtsrv_usb1"
1123   #define PR_CON_IPDT_USB_1_S  PR_TSS_S
1124   #define PR_CON_IPDT_USB_1    PR_TSS
1125
1126   #define TN_CON_IPDT_USB_2    "ipdtsrv_usb2"
1127   #define PR_CON_IPDT_USB_2_S  PR_TSS_S
1128   #define PR_CON_IPDT_USB_2    PR_TSS
1129
1130   #define TN_CON_IPDT_SPP      "ipdtsrv_spp"
1131   #define PR_CON_IPDT_SPP_S    PR_TSS_S
1132   #define PR_CON_IPDT_SPP      PR_TSS
1133
1134 #define MN_WEBDAVMGR          "webdavmgr"
1135 #define PR_WEBDAVMGR_S        PR_TSS_S
1136 #define PR_WEBDAVMGR          PR_TSS
1137
1138 #define MN_DISPLAYSERVICE     "DisplayService"
1139 #define PR_DISPLAYSERVICE_S   PR_TSS_S
1140 #define PR_DISPLAYSERVICE     PR_TSS
1141
1142 #define MN_ENFORMSERVICE      "EnformService"
1143 #define PR_ENFORMSERVICE_S    PR_TSS_S
1144 #define PR_ENFORMSERVICE      PR_TSS
1145
1146 #define MN_CONNUTIL           "ConnUtil"
1147 #define PR_CONNUTIL_S         PR_TSS_S
1148 #define PR_CONNUTIL           PR_TSS
1149
1150 #define MN_CONNUTILSLAVE      "ConnUtilSlave"
1151 #define PR_CONNUTILSLAVE_S    PR_TSS_S
1152 #define PR_CONNUTILSLAVE      PR_TSS
1153
1154 #define MN_CONNMGR            "ConnMgr"
1155 #define PR_CONNMGR_S          PR_TSS_S
1156 #define PR_CONNMGR            PR_TSS
1157
1158 #define MN_SERVICEFLAGMGR     "ServiceFlagMgr"
1159 #define PR_SERVICEFLAGMGR_S   PR_TSS_S
1160 #define PR_SERVICEFLAGMGR     PR_TSS
1161
1162 //exec from VR
1163 #define MN_VRMANAGER    "vrmanager"
1164 #define PR_VRMANAGER_S  PR_TSS_S
1165 #define PR_VRMANAGER    PR_TSS
1166
1167   #define TN_VR_WORKER    "VrWorkerThread"
1168   #define PR_VR_WORKER_S  PR_TSS_S
1169   #define PR_VR_WORKER    PR_TSS
1170
1171   #define TN_VBT_PROPDISPATCH    "PropDispatchThread"
1172   #define PR_VBT_PROPDISPATCH_S  PR_TSS_S
1173   #define PR_VBT_PROPDISPATCH    PR_TSS
1174
1175   #define TN_VBT_PROPRESPONSE    "PropResponseThread"
1176   #define PR_VBT_PROPRESPONSE_S  PR_TSS_S
1177   #define PR_VBT_PROPRESPONSE    PR_TSS
1178
1179   #define TN_VBT_PROPAUDIOPLAY    "PropAudioPlayThread"
1180   #define PR_VBT_PROPAUDIOPLAY_S  PR_TSS_S
1181   #define PR_VBT_PROPAUDIOPLAY    PR_TSS
1182
1183   #define TN_VBT_PROPAUDIORECORD    "PropAudioRecordThread"
1184   #define PR_VBT_PROPAUDIORECORD_S  PR_TSS_S
1185   #define PR_VBT_PROPAUDIORECORD    PR_TSS
1186
1187   #define TN_VBT_MAINTHREADPRIO    "MainThreadPriority"
1188   #define PR_VBT_MAINTHREADPRIO_S  PR_TSS_S
1189   #define PR_VBT_MAINTHREADPRIO    PR_TSS
1190
1191   #define TN_VBT_ASRMANAGERGRAMMAR    "AsrManagerGrammarGenerationThread"
1192   #define PR_VBT_ASRMANAGERGRAMMAR_S  PR_TSS_S
1193   #define PR_VBT_ASRMANAGERGRAMMAR    PR_TSS
1194
1195   #define TN_VBT_ASRVOCONRECO    "AsrVoconRecoProcessThread"
1196   #define PR_VBT_ASRVOCONRECO_S  PR_TSS_S
1197   #define PR_VBT_ASRVOCONRECO    PR_TSS
1198
1199   #define TN_VBT_BROADCASTREAD    "BroadCastReadThread"
1200   #define PR_VBT_BROADCASTREAD_S  PR_TSS_S
1201   #define PR_VBT_BROADCASTREAD    PR_TSS
1202
1203   #define TN_VBT_FILEAGGREGATOR    "FileAggregatorDecompressThread"
1204   #define PR_VBT_FILEAGGREGATOR_S  PR_TSS_S
1205   #define PR_VBT_FILEAGGREGATOR    PR_TSS
1206
1207   #define TN_VBT_HTTPCURLREQUEST    "HttpCurlRequestThread"
1208   #define PR_VBT_HTTPCURLREQUEST_S  PR_TSS_S
1209   #define PR_VBT_HTTPCURLREQUEST    PR_TSS
1210
1211   #define TN_VBT_HTTPDRIVERREQUEST    "HttpDriverRequestThread"
1212   #define PR_VBT_HTTPDRIVERREQUEST_S  PR_TSS_S
1213   #define PR_VBT_HTTPDRIVERREQUEST    PR_TSS
1214
1215   #define TN_VBT_HTTPREQUESTSESSION    "HttpRequestSessionStateThread"
1216   #define PR_VBT_HTTPREQUESTSESSION_S  PR_TSS_S
1217   #define PR_VBT_HTTPREQUESTSESSION    PR_TSS
1218
1219   #define TN_VBT_PLAYMGRSTOPASYNC    "PlayMgrStopAsyncStreamThread"
1220   #define PR_VBT_PLAYMGRSTOPASYNC_S  PR_TSS_S
1221   #define PR_VBT_PLAYMGRSTOPASYNC    PR_TSS
1222
1223   #define TN_VBT_RESOURCEMGRQUEUE    "ResourceMgrQueueHandlerThread"
1224   #define PR_VBT_RESOURCEMGRQUEUE_S  PR_TSS_S
1225   #define PR_VBT_RESOURCEMGRQUEUE    PR_TSS
1226
1227   #define TN_VBT_SMURFDRIVERTIMEOUT    "SmurfDriverTimeoutThread"
1228   #define PR_VBT_SMURFDRIVERTIMEOUT_S  PR_TSS_S
1229   #define PR_VBT_SMURFDRIVERTIMEOUT    PR_TSS
1230
1231   #define TN_NVR_NVRMAIN    "NvrMainThread"
1232   #define PR_NVR_NVRMAIN_S  PR_TSS_S
1233   #define PR_NVR_NVRMAIN    PR_TSS
1234
1235   #define TN_NVR_NVRRECO    "NvrRecoThread"
1236   #define PR_NVR_NVRRECO_S  PR_TSS_S
1237   #define PR_NVR_NVRRECO    PR_TSS
1238
1239   #define TN_NVR_NVRDICT    "NvrDictThread"
1240   #define PR_NVR_NVRDICT_S  PR_TSS_S
1241   #define PR_NVR_NVRDICT    PR_TSS
1242
1243   #define TN_NVR_NVRENC    "NvrEncThread"
1244   #define PR_NVR_NVRENC_S  PR_TSS_S
1245   #define PR_NVR_NVRENC    PR_TSS
1246
1247 //exec from VehicleInfo
1248 #define MN_VEHICLEINFOSERVICE        "VehicleInfoSrv"
1249 #define PR_VEHICLEINFOSERVICE_S      PR_TSS_S
1250 #define PR_VEHICLEINFOSERVICE        PR_TSS
1251
1252 //exec from _CWORD76_
1253 #define MN__CWORD76_SERVICE         "_CWORD76_Service"
1254 #define PR__CWORD76_SERVICE_S       PR_TSS_S
1255 #define PR__CWORD76_SERVICE         PR_TSS
1256
1257   #define TN_APPDOWNLOADER    "AppDownloader"
1258   #define PR_APPDOWNLOADER_S  PR_TSS_S
1259   #define PR_APPDOWNLOADER    PR_TSS
1260
1261 //exec from _CWORD76_(_CWORD58_)
1262 #define MN__CWORD58_SERVICE        "_CWORD58_Service"
1263 #define PR__CWORD58_SERVICE_S      PR_TSS_S
1264 #define PR__CWORD58_SERVICE        PR_TSS
1265
1266 #define MN__CWORD8_SRV     "_CWORD8_Srv"
1267 #define PR__CWORD8_SRV_S   PR_TSS_S
1268 #define PR__CWORD8_SRV     PR_TSS
1269
1270 #define MN_SPCSERVICE         "SPCService"
1271 #define PR_SPCSERVICE_S       PR_TSS_S
1272 #define PR_SPCSERVICE         PR_TSS
1273
1274 #define MN_LOCALSERVERPROXY    "LSP"
1275 #define PR_LOCALSERVERPROXY_S  PR_TSS_S
1276 #define PR_LOCALSERVERPROXY    PR_TSS
1277
1278 #define MN_EOMSERVICE          "eOMService"
1279 #define PR_EOMSERVICE_S        PR_TSS_S
1280 #define PR_EOMSERVICE          PR_TSS
1281
1282 //exec from NetworkManager
1283 #define MN_NETWORKMANAGER       "NetworkManager"
1284 #define PR_NETWORKMANAGER_S     PR_TSS_S
1285 #define PR_NETWORKMANAGER       PR_TSS
1286
1287   #define TN_NWM_TH_CMDRCV      "NWM_Th_CmdRcv"
1288   #define PR_NWM_TH_CMDRCV_S    PR_TSS_S
1289   #define PR_NWM_TH_CMDRCV      PR_TSS
1290
1291   #define TN_NWM_TH_PROCMGR     "NWM_Th_ProcMgr"
1292   #define PR_NWM_TH_PROCMGR_S   PR_TSS_S
1293   #define PR_NWM_TH_PROCMGR     PR_TSS
1294
1295   #define TN_NWM_TH_CMDPROC     "NWM_Th_CmdProc"
1296   #define PR_NWM_TH_CMDPROC_S   PR_TSS_S
1297   #define PR_NWM_TH_CMDPROC     PR_TSS
1298
1299   #define TN_NWM_TH_DNSMGR      "NWM_Th_DnsMgr"
1300   #define PR_NWM_TH_DNSMGR_S    PR_TSS_S
1301   #define PR_NWM_TH_DNSMGR      PR_TSS
1302
1303   #define TN_NWM_TH_DHCPD      "NWM_Th_Dhcpd"
1304   #define PR_NWM_TH_DHCPD_S    PR_TSS_S
1305   #define PR_NWM_TH_DHCPD      PR_TSS
1306
1307 // DCM Service
1308 #define MN_DCMSERVICE         "DCMService"
1309 #define PR_DCMSERVICE_S       PR_TSS_S
1310 #define PR_DCMSERVICE         PR_TSS
1311
1312   #define TN_DCM_TH_CMDRCV      "DCM_Th_CmdRcv"
1313   #define PR_DCM_TH_CMDRCV_S    PR_TSS_S
1314   #define PR_DCM_TH_CMDRCV      PR_TSS
1315
1316   #define TN_DCM_TH_MSGRCV      "DCM_Th_MsgRcv"
1317   #define PR_DCM_TH_MSGRCV_S    PR_TSS_S
1318   #define PR_DCM_TH_MSGRCV      PR_TSS
1319
1320   #define TN_DCM_TH_TIMER       "DCM_Th_Timer"
1321   #define PR_DCM_TH_TIMER_S     PR_TSS_S
1322   #define PR_DCM_TH_TIMER       PR_TSS
1323
1324 // HELP Service
1325 #define MN_HELPSERVICE        "HELPService"
1326 #define PR_HELPSERVICE_S      PR_TSS_S
1327 #define PR_HELPSERVICE        PR_TSS
1328
1329 //exec from RemoteService
1330 #define MN_REMOTESERVICE        "RemoteService"
1331 #define PR_REMOTESERVICE_S      PR_TSS_S
1332 #define PR_REMOTESERVICE        PR_TSS
1333
1334   #define TN_RS_TH_CANCTRL      "RS_Th_CANCtrl"
1335   #define PR_RS_TH_CANCTRL_S    PR_TSS_S
1336   #define PR_RS_TH_CANCTRL      PR_TSS
1337
1338   #define TN_RS_TH_DISPCTRL     "RS_Th_DispCtrl"
1339   #define PR_RS_TH_DISPCTRL_S   PR_TSS_S
1340   #define PR_RS_TH_DISPCTRL     PR_TSS
1341
1342   #define TN_RS_TH_PARTSCTRL    "RS_Th_PartsCtrl"
1343   #define PR_RS_TH_PARTSCTRL_S  PR_TSS_S
1344   #define PR_RS_TH_PARTSCTRL    PR_TSS
1345
1346   #define TN_RS_TH_HTTPPROC     "RS_Th_HttpProc"
1347   #define PR_RS_TH_HTTPPROC_S   PR_TSS_S
1348   #define PR_RS_TH_HTTPPROC     PR_TSS
1349
1350 //exec from VR
1351 #define MN_CONTENTSMGR    "contentsmgr"
1352 #define PR_CONTENTSMGR_S  PR_TSS_S
1353 #define PR_CONTENTSMGR    PR_TSS
1354
1355   #define TN_CDB_CONTENDB    "contendbThread"
1356   #define PR_CDB_CONTENDB_S  PR_TSS_S
1357   #define PR_CDB_CONTENDB    PR_TSS
1358
1359 /* COMARB Service */
1360 #define MN_NW_COMARB          "ComArbService"
1361 #define PR_NW_COMARB_S        PR_TSS_S
1362 #define PR_NW_COMARB          PR_TSS
1363
1364 /* ASND_FRthread */
1365 #define MN_ASND_FRTH         "ASND_FRthread"
1366 #define PR_ASND_FRTH_S       PR_SND_VCETRFCTRL_S
1367 #define PR_ASND_FRTH         PR_SND_VCETRFCTRL
1368
1369 /* MLINK Service */
1370 #define MN_MLINKSERVICE       "MlinkService"
1371 #define PR_MLINKSERVICE_S     PR_TSS_S
1372 #define PR_MLINKSERVICE       PR_TSS
1373
1374 #define MN__CWORD74_SERVICE "_CWORD74_Service"
1375 #define PR__CWORD74_SERVICE_S PR_TSS_S
1376 #define PR__CWORD74_SERVICE PR_TSS
1377 #endif //__AGL_THREAD_H__