blob: 8d6301b2c69ef514575b3ef42372f0dbd3b13e49 [file] [log] [blame]
Harald Welte6fc7f682016-12-24 10:01:28 +01001#pragma once
2
3/* Taken from Qualcomm source marked as
4 *
5 * Copyright (c) 2002-2014 by Qualcomm Technologies, Inc.
6 * All Rights Reserved.
7 *
8 * However, given that it is just a simple list of #defines, it is
9 * fair to assume that it is actually not copyrihghtable.
10 */
11
12#define MSG_SSID_GEN_FIRST 0
13 #define MSG_SSID_DFLT 0
14 #define MSG_SSID_LEGACY 0
15 #define MSG_SSID_AUDFMT 1
16 #define MSG_SSID_AVS 2
17 #define MSG_SSID_BOOT 3
18 #define MSG_SSID_BT 4
19 #define MSG_SSID_CM 5
20 #define MSG_SSID_CMX 6
21 #define MSG_SSID_DIAG 7
22 #define MSG_SSID_DSM 8
23 #define MSG_SSID_FS 9
24 #define MSG_SSID_HS 10
25 #define MSG_SSID_MDSP 11
26 #define MSG_SSID_QDSP 12
27 #define MSG_SSID_REX 13
28 #define MSG_SSID_RF 14
29 #define MSG_SSID_SD 15
30 #define MSG_SSID_SIO 16
31 #define MSG_SSID_VS 17
32 #define MSG_SSID_WMS 18
33 #define MSG_SSID_GPS 19
34 #define MSG_SSID_MMOC 20
35 #define MSG_SSID_RUIM 21
36 #define MSG_SSID_TMC 22
37 #define MSG_SSID_FTM 23
38 #define MSG_SSID_MMGPS 24
39 #define MSG_SSID_SLEEP 25
40 #define MSG_SSID_SAM 26
41 #define MSG_SSID_SRM 27
42 #define MSG_SSID_SFAT 28
43 #define MSG_SSID_JOYST 29
44 #define MSG_SSID_MFLO 30
45 #define MSG_SSID_DTV 31
46 #define MSG_SSID_TCXOMGR 32
47 #define MSG_SSID_EFS 33
48 #define MSG_SSID_IRDA 34
49 #define MSG_SSID_FM_RADIO 35
50 #define MSG_SSID_AAM 36
51 #define MSG_SSID_BM 37
52 #define MSG_SSID_PE 38
53 #define MSG_SSID_QIPCALL 39
54 #define MSG_SSID_FLUTE 40
55 #define MSG_SSID_CAMERA 41
56 #define MSG_SSID_HSUSB 42
57 #define MSG_SSID_FC 43
58 #define MSG_SSID_USBHOST 44
59 #define MSG_SSID_PROFILER 45
60 #define MSG_SSID_MGP 46
61 #define MSG_SSID_MGPME 47
62 #define MSG_SSID_GPSOS 48
63 #define MSG_SSID_MGPPE 49
64 #define MSG_SSID_GPSSM 50
65 #define MSG_SSID_IMS 51
66 #define MSG_SSID_MBP_RF 52
67 #define MSG_SSID_SNS 53
68 #define MSG_SSID_WM 54
69 #define MSG_SSID_LK 55
70 #define MSG_SSID_PWRDB 56
71 #define MSG_SSID_DCVS 57
72 #define MSG_SSID_ANDROID_ADB 58
73 #define MSG_SSID_VIDEO_ENCODER 59
74 #define MSG_SSID_VENC_OMX 60
75 #define MSG_SSID_GAN 61 /* Generic Access Network */
76 #define MSG_SSID_KINETO_GAN 62
77 #define MSG_SSID_ANDROID_QCRIL 63
78 #define MSG_SSID_A2 64
79 #define MSG_SSID_LINUX_DATA 65
80 #define MSG_SSID_ECALL 66
81 #define MSG_SSID_CHORD 67
82 #define MSG_SSID_QCNE 68
83 #define MSG_SSID_APPS_CAD_GENERAL 69
84 #define MSG_SSID_OMADM 70 /* OMA device management */
85 #define MSG_SSID_SIWA 71 /* Secure Instant Wireless Access */
86 #define MSG_SSID_APR_MODEM 72 /* Audio Packet Router Modem */
87 #define MSG_SSID_APR_APPS 73 /* Audio Packet Router Apps*/
88 #define MSG_SSID_APR_ADSP 74 /* Audio Packet Router Adsp*/
89 #define MSG_SSID_SRD_GENERAL 75
90 #define MSG_SSID_ACDB_GENERAL 76
91 #define MSG_SSID_DALTF 77 /* DAL Test Frame Work */
92 #define MSG_SSID_CFM 78 /* Centralized Flow Control Manager */
93 #define MSG_SSID_PMIC 79 /* PMIC SSID */
94 #define MSG_SSID_GPS_SDP 80
95 #define MSG_SSID_TLE 81
96 #define MSG_SSID_TLE_XTM 82
97 #define MSG_SSID_TLE_TLM 83
98 #define MSG_SSID_TLE_TLM_MM 84
99 #define MSG_SSID_WWAN_LOC 85
100 #define MSG_SSID_GNSS_LOCMW 86
101 #define MSG_SSID_QSET 87
102 #define MSG_SSID_QBI 88
103 #define MSG_SSID_ADC 89
104 #define MSG_SSID_MMODE_QMI 90
105 #define MSG_SSID_MCFG 91
106 #define MSG_SSID_SSM 92
107 #define MSG_SSID_MPOWER 93
108 #define MSG_SSID_RMTS 94
109 #define MSG_SSID_ADIE 95
110 #define MSG_SSID_VT_VCEL 96
111 #define MSG_SSID_FLASH_SCRUB 97
112 #define MSG_SSID_STRIDE 98
113 #define MSG_SSID_POLICYMAN 99
114 #define MSG_SSID_TMS 100
115 #define MSG_SSID_LWIP 101
116
117
118 #define MSG_SSID_GEN_LAST 101
119
120
121/* Messages arising from ONCRPC AMSS modules */
122#define MSG_SSID_ONCRPC 500
123#define MSG_SSID_ONCRPC_MISC_MODEM 501
124#define MSG_SSID_ONCRPC_MISC_APPS 502
125#define MSG_SSID_ONCRPC_CM_MODEM 503
126#define MSG_SSID_ONCRPC_CM_APPS 504
127#define MSG_SSID_ONCRPC_DB 505
128#define MSG_SSID_ONCRPC_SND 506
129#define MSG_SSID_ONCRPC_LAST 506
130
131/* Default master category for 1X. */
132#define MSG_SSID_1X 1000
133 #define MSG_SSID_1X_ACP 1001
134 #define MSG_SSID_1X_DCP 1002
135 #define MSG_SSID_1X_DEC 1003
136 #define MSG_SSID_1X_ENC 1004
137 #define MSG_SSID_1X_GPSSRCH 1005
138 #define MSG_SSID_1X_MUX 1006
139 #define MSG_SSID_1X_SRCH 1007
140#define MSG_SSID_1X_LAST 1007
141
142
143/* Default master category for HDR. */
144#define MSG_SSID_HDR_PROT 2000
145 #define MSG_SSID_HDR_DATA 2001
146 #define MSG_SSID_HDR_SRCH 2002
147 #define MSG_SSID_HDR_DRIVERS 2003
148 #define MSG_SSID_HDR_IS890 2004
149 #define MSG_SSID_HDR_DEBUG 2005
150 #define MSG_SSID_HDR_HIT 2006
151 #define MSG_SSID_HDR_PCP 2007
152 #define MSG_SSID_HDR_HEAPMEM 2008
153#define MSG_SSID_HDR_LAST 2008
154
155
156/* Default master category for UMTS. */
157#define MSG_SSID_UMTS 3000
158 #define MSG_SSID_WCDMA_L1 3001
159 #define MSG_SSID_WCDMA_L2 3002
160 #define MSG_SSID_WCDMA_MAC 3003
161 #define MSG_SSID_WCDMA_RLC 3004
162 #define MSG_SSID_WCDMA_RRC 3005
163 #define MSG_SSID_NAS_CNM 3006
164 #define MSG_SSID_NAS_MM 3007
165 #define MSG_SSID_NAS_MN 3008
166 #define MSG_SSID_NAS_RABM 3009
167 #define MSG_SSID_NAS_REG 3010
168 #define MSG_SSID_NAS_SM 3011
169 #define MSG_SSID_NAS_TC 3012
170 #define MSG_SSID_NAS_CB 3013
171 #define MSG_SSID_WCDMA_LEVEL 3014
172#define MSG_SSID_UMTS_LAST 3014
173
174
175/* Default master category for GSM. */
176#define MSG_SSID_GSM 4000
177 #define MSG_SSID_GSM_L1 4001
178 #define MSG_SSID_GSM_L2 4002
179 #define MSG_SSID_GSM_RR 4003
180 #define MSG_SSID_GSM_GPRS_GCOMMON 4004
181 #define MSG_SSID_GSM_GPRS_GLLC 4005
182 #define MSG_SSID_GSM_GPRS_GMAC 4006
183 #define MSG_SSID_GSM_GPRS_GPL1 4007
184 #define MSG_SSID_GSM_GPRS_GRLC 4008
185 #define MSG_SSID_GSM_GPRS_GRR 4009
186 #define MSG_SSID_GSM_GPRS_GSNDCP 4010
187#define MSG_SSID_GSM_LAST 4010
188
189
190
191#define MSG_SSID_WLAN 4500
192 #define MSG_SSID_WLAN_ADP 4501
193 #define MSG_SSID_WLAN_CP 4502
194 #define MSG_SSID_WLAN_FTM 4503
195 #define MSG_SSID_WLAN_OEM 4504
196 #define MSG_SSID_WLAN_SEC 4505
197 #define MSG_SSID_WLAN_TRP 4506
198 #define MSG_SSID_WLAN_RESERVED_1 4507
199 #define MSG_SSID_WLAN_RESERVED_2 4508
200 #define MSG_SSID_WLAN_RESERVED_3 4509
201 #define MSG_SSID_WLAN_RESERVED_4 4510
202 #define MSG_SSID_WLAN_RESERVED_5 4511
203 #define MSG_SSID_WLAN_RESERVED_6 4512
204 #define MSG_SSID_WLAN_RESERVED_7 4513
205 #define MSG_SSID_WLAN_RESERVED_8 4514
206 #define MSG_SSID_WLAN_RESERVED_9 4515
207 #define MSG_SSID_WLAN_RESERVED_10 4516
208 #define MSG_SSID_WLAN_TL 4517
209 #define MSG_SSID_WLAN_BAL 4518
210 #define MSG_SSID_WLAN_SAL 4519
211 #define MSG_SSID_WLAN_SSC 4520
212 #define MSG_SSID_WLAN_HDD 4521
213 #define MSG_SSID_WLAN_SME 4522
214 #define MSG_SSID_WLAN_PE 4523
215 #define MSG_SSID_WLAN_HAL 4524
216 #define MSG_SSID_WLAN_SYS 4525
217 #define MSG_SSID_WLAN_VOSS 4526
218#define MSG_SSID_WLAN_LAST 4526
219
220
221#define MSG_SSID_ATS 4600
222 #define MSG_SSID_MSGR 4601
223 #define MSG_SSID_APPMGR 4602
224 #define MSG_SSID_QTF 4603
225 #define MSG_SSID_FWS 4604
226 #define MSG_SSID_SRCH4 4605
227 #define MSG_SSID_CMAPI 4606
228 #define MSG_SSID_MMAL 4607
229 #define MSG_SSID_MCS_RESERVED_5 4608
230 #define MSG_SSID_MCS_RESERVED_6 4609
231 #define MSG_SSID_MCS_RESERVED_7 4610
232 #define MSG_SSID_MCS_RESERVED_8 4611
233 #define MSG_SSID_IRATMAN 4612
234 #define MSG_SSID_CXM 4613
235 #define MSG_SSID_VSTMR 4614
236#define MSG_SSID_MCS_LAST 4614
237
238
239
240
241/* Default master category for data services. */
242#define MSG_SSID_DS 5000
243 #define MSG_SSID_DS_RLP 5001
244 #define MSG_SSID_DS_PPP 5002
245 #define MSG_SSID_DS_TCPIP 5003
246 #define MSG_SSID_DS_IS707 5004
247 #define MSG_SSID_DS_3GMGR 5005
248 #define MSG_SSID_DS_PS 5006
249 #define MSG_SSID_DS_MIP 5007
250 #define MSG_SSID_DS_UMTS 5008
251 #define MSG_SSID_DS_GPRS 5009
252 #define MSG_SSID_DS_GSM 5010
253 #define MSG_SSID_DS_SOCKETS 5011
254 #define MSG_SSID_DS_ATCOP 5012
255 #define MSG_SSID_DS_SIO 5013
256 #define MSG_SSID_DS_BCMCS 5014
257 #define MSG_SSID_DS_MLRLP 5015
258 #define MSG_SSID_DS_RTP 5016
259 #define MSG_SSID_DS_SIPSTACK 5017
260 #define MSG_SSID_DS_ROHC 5018
261 #define MSG_SSID_DS_DOQOS 5019
262 #define MSG_SSID_DS_IPC 5020
263 #define MSG_SSID_DS_SHIM 5021
264 #define MSG_SSID_DS_ACLPOLICY 5022
265 #define MSG_SSID_DS_APPS 5023
266 #define MSG_SSID_DS_MUX 5024
267 #define MSG_SSID_DS_3GPP 5025
268 #define MSG_SSID_DS_LTE 5026
269 #define MSG_SSID_DS_WCDMA 5027
270 #define MSG_SSID_DS_ACLPOLICY_APPS 5028 /* ACL POLICY */
271 #define MSG_SSID_DS_HDR 5029
272 #define MSG_SSID_DS_IPA 5030
273 #define MSG_SSID_DS_EPC 5031
274
275#define MSG_SSID_DS_LAST 5031
276
277
278/* Default master category for Security. */
279#define MSG_SSID_SEC 5500
280#define MSG_SSID_SEC_CRYPTO 5501 /* Cryptography */
281#define MSG_SSID_SEC_SSL 5502 /* Secure Sockets Layer */
282#define MSG_SSID_SEC_IPSEC 5503 /* Internet Protocol Security */
283#define MSG_SSID_SEC_SFS 5504 /* Secure File System */
284#define MSG_SSID_SEC_TEST 5505 /* Security Test Subsystem */
285#define MSG_SSID_SEC_CNTAGENT 5506 /* Content Agent Interface */
286#define MSG_SSID_SEC_RIGHTSMGR 5507 /* Rights Manager Interface */
287#define MSG_SSID_SEC_ROAP 5508 /* Rights Object Aquisition Protocol */
288#define MSG_SSID_SEC_MEDIAMGR 5509 /* Media Manager Interface */
289#define MSG_SSID_SEC_IDSTORE 5510 /* ID Store Interface */
290#define MSG_SSID_SEC_IXFILE 5511 /* File interface */
291#define MSG_SSID_SEC_IXSQL 5512 /* SQL interface */
292#define MSG_SSID_SEC_IXCOMMON 5513 /* Common Interface */
293#define MSG_SSID_SEC_BCASTCNTAGENT 5514 /* Broadcast Content Agent Interface */
294#define MSG_SSID_SEC_PLAYREADY 5515 /* Broadcast Content Agent Interface */
295#define MSG_SSID_SEC_WIDEVINE 5516 /* Broadcast Content Agent Interface */
296#define MSG_SSID_SEC_LAST 5516
297
298
299/* Default master category for applications. */
300#define MSG_SSID_APPS 6000
301 #define MSG_SSID_APPS_APPMGR 6001
302 #define MSG_SSID_APPS_UI 6002
303 #define MSG_SSID_APPS_QTV 6003
304 #define MSG_SSID_APPS_QVP 6004
305 #define MSG_SSID_APPS_QVP_STATISTICS 6005
306 #define MSG_SSID_APPS_QVP_VENCODER 6006
307 #define MSG_SSID_APPS_QVP_MODEM 6007
308 #define MSG_SSID_APPS_QVP_UI 6008
309 #define MSG_SSID_APPS_QVP_STACK 6009
310 #define MSG_SSID_APPS_QVP_VDECODER 6010
311 #define MSG_SSID_APPS_ACM 6011
312 #define MSG_SSID_APPS_HEAP_PROFILE 6012
313 #define MSG_SSID_APPS_QTV_GENERAL 6013
314 #define MSG_SSID_APPS_QTV_DEBUG 6014
315 #define MSG_SSID_APPS_QTV_STATISTICS 6015
316 #define MSG_SSID_APPS_QTV_UI_TASK 6016
317 #define MSG_SSID_APPS_QTV_MP4_PLAYER 6017
318 #define MSG_SSID_APPS_QTV_AUDIO_TASK 6018
319 #define MSG_SSID_APPS_QTV_VIDEO_TASK 6019
320 #define MSG_SSID_APPS_QTV_STREAMING 6020
321 #define MSG_SSID_APPS_QTV_MPEG4_TASK 6021
322 #define MSG_SSID_APPS_QTV_FILE_OPS 6022
323 #define MSG_SSID_APPS_QTV_RTP 6023
324 #define MSG_SSID_APPS_QTV_RTCP 6024
325 #define MSG_SSID_APPS_QTV_RTSP 6025
326 #define MSG_SSID_APPS_QTV_SDP_PARSE 6026
327 #define MSG_SSID_APPS_QTV_ATOM_PARSE 6027
328 #define MSG_SSID_APPS_QTV_TEXT_TASK 6028
329 #define MSG_SSID_APPS_QTV_DEC_DSP_IF 6029
330 #define MSG_SSID_APPS_QTV_STREAM_RECORDING 6030
331 #define MSG_SSID_APPS_QTV_CONFIGURATION 6031
332 #define MSG_SSID_APPS_QCAMERA 6032
333 #define MSG_SSID_APPS_QCAMCORDER 6033
334 #define MSG_SSID_APPS_BREW 6034
335 #define MSG_SSID_APPS_QDJ 6035
336 #define MSG_SSID_APPS_QDTX 6036
337 #define MSG_SSID_APPS_QTV_BCAST_FLO 6037
338 #define MSG_SSID_APPS_MDP_GENERAL 6038
339 #define MSG_SSID_APPS_PBM 6039
340 #define MSG_SSID_APPS_GRAPHICS_GENERAL 6040
341 #define MSG_SSID_APPS_GRAPHICS_EGL 6041
342 #define MSG_SSID_APPS_GRAPHICS_OPENGL 6042
343 #define MSG_SSID_APPS_GRAPHICS_DIRECT3D 6043
344 #define MSG_SSID_APPS_GRAPHICS_SVG 6044
345 #define MSG_SSID_APPS_GRAPHICS_OPENVG 6045
346 #define MSG_SSID_APPS_GRAPHICS_2D 6046
347 #define MSG_SSID_APPS_GRAPHICS_QXPROFILER 6047
348 #define MSG_SSID_APPS_GRAPHICS_DSP 6048
349 #define MSG_SSID_APPS_GRAPHICS_GRP 6049
350 #define MSG_SSID_APPS_GRAPHICS_MDP 6050
351 #define MSG_SSID_APPS_CAD 6051
352 #define MSG_SSID_APPS_IMS_DPL 6052
353 #define MSG_SSID_APPS_IMS_FW 6053
354 #define MSG_SSID_APPS_IMS_SIP 6054
355 #define MSG_SSID_APPS_IMS_REGMGR 6055
356 #define MSG_SSID_APPS_IMS_RTP 6056
357 #define MSG_SSID_APPS_IMS_SDP 6057
358 #define MSG_SSID_APPS_IMS_VS 6058
359 #define MSG_SSID_APPS_IMS_XDM 6059
360 #define MSG_SSID_APPS_IMS_HOM 6060
361 #define MSG_SSID_APPS_IMS_IM_ENABLER 6061
362 #define MSG_SSID_APPS_IMS_IMS_CORE 6062
363 #define MSG_SSID_APPS_IMS_FWAPI 6063
364 #define MSG_SSID_APPS_IMS_SERVICES 6064
365 #define MSG_SSID_APPS_IMS_POLICYMGR 6065
366 #define MSG_SSID_APPS_IMS_PRESENCE 6066
367 #define MSG_SSID_APPS_IMS_QIPCALL 6067
368 #define MSG_SSID_APPS_IMS_SIGCOMP 6068
369 #define MSG_SSID_APPS_IMS_PSVT 6069
370 #define MSG_SSID_APPS_IMS_UNKNOWN 6070
371 #define MSG_SSID_APPS_IMS_SETTINGS 6071
372 #define MSG_SSID_OMX_COMMON 6072
373 #define MSG_SSID_APPS_IMS_RCS_CD 6073
374 #define MSG_SSID_APPS_IMS_RCS_IM 6074
375 #define MSG_SSID_APPS_IMS_RCS_FT 6075
376 #define MSG_SSID_APPS_IMS_RCS_IS 6076
377 #define MSG_SSID_APPS_IMS_RCS_AUTO_CONFIG 6077
378 #define MSG_SSID_APPS_IMS_RCS_COMMON 6078
379 #define MSG_SSID_APPS_IMS_UT 6079
380 #define MSG_SSID_APPS_IMS_XML 6080
381
382#define MSG_SSID_APPS_LAST 6080
383
384
385/* Default master category for aDSP Tasks. */
386#define MSG_SSID_ADSPTASKS 6500
387 #define MSG_SSID_ADSPTASKS_KERNEL 6501
388 #define MSG_SSID_ADSPTASKS_AFETASK 6502
389 #define MSG_SSID_ADSPTASKS_VOICEPROCTASK 6503
390 #define MSG_SSID_ADSPTASKS_VOCDECTASK 6504
391 #define MSG_SSID_ADSPTASKS_VOCENCTASK 6505
392 #define MSG_SSID_ADSPTASKS_VIDEOTASK 6506
393 #define MSG_SSID_ADSPTASKS_VFETASK 6507
394 #define MSG_SSID_ADSPTASKS_VIDEOENCTASK 6508
395 #define MSG_SSID_ADSPTASKS_JPEGTASK 6509
396 #define MSG_SSID_ADSPTASKS_AUDPPTASK 6510
397 #define MSG_SSID_ADSPTASKS_AUDPLAY0TASK 6511
398 #define MSG_SSID_ADSPTASKS_AUDPLAY1TASK 6512
399 #define MSG_SSID_ADSPTASKS_AUDPLAY2TASK 6513
400 #define MSG_SSID_ADSPTASKS_AUDPLAY3TASK 6514
401 #define MSG_SSID_ADSPTASKS_AUDPLAY4TASK 6515
402 #define MSG_SSID_ADSPTASKS_LPMTASK 6516
403 #define MSG_SSID_ADSPTASKS_DIAGTASK 6517
404 #define MSG_SSID_ADSPTASKS_AUDRECTASK 6518
405 #define MSG_SSID_ADSPTASKS_AUDPREPROCTASK 6519
406 #define MSG_SSID_ADSPTASKS_MODMATHTASK 6520
407 #define MSG_SSID_ADSPTASKS_GRAPHICSTASK 6521
408
409#define MSG_SSID_ADSPTASKS_LAST 6521
410
411
412/* Messages arising from Linux on L4, or its drivers or applications. */
413#define MSG_SSID_L4LINUX_KERNEL 7000
414#define MSG_SSID_L4LINUX_KEYPAD 7001
415#define MSG_SSID_L4LINUX_APPS 7002
416#define MSG_SSID_L4LINUX_QDDAEMON 7003
417#define MSG_SSID_L4LINUX_LAST MSG_SSID_L4LINUX_QDDAEMON
418
419/* Messages arising from Iguana on L4, or its servers and drivers. */
420#define MSG_SSID_L4IGUANA_IGUANASERVER 7100 /* Iguana Server itself */
421#define MSG_SSID_L4IGUANA_EFS2 7101 /* platform/apps stuff */
422#define MSG_SSID_L4IGUANA_QDMS 7102
423#define MSG_SSID_L4IGUANA_REX 7103
424#define MSG_SSID_L4IGUANA_SMMS 7104
425#define MSG_SSID_L4IGUANA_FRAMEBUFFER 7105 /* platform/iguana stuff */
426#define MSG_SSID_L4IGUANA_KEYPAD 7106
427#define MSG_SSID_L4IGUANA_NAMING 7107
428#define MSG_SSID_L4IGUANA_SDIO 7108
429#define MSG_SSID_L4IGUANA_SERIAL 7109
430#define MSG_SSID_L4IGUANA_TIMER 7110
431#define MSG_SSID_L4IGUANA_TRAMP 7111
432#define MSG_SSID_L4IGUANA_LAST MSG_SSID_L4IGUANA_TRAMP
433
434/* Messages arising from L4-specific AMSS modules */
435#define MSG_SSID_L4AMSS_QDIAG 7200
436#define MSG_SSID_L4AMSS_APS 7201
437#define MSG_SSID_L4AMSS_LAST MSG_SSID_L4AMSS_APS
438
439
440/* Default master category for HIT. */
441#define MSG_SSID_HIT 8000
442#define MSG_SSID_HIT_LAST 8000
443
444
445/* Default master category for Q6 */
446#define MSG_SSID_QDSP6 8500
447#define MSG_SSID_ADSP_AUD_SVC 8501 /* Audio Service */
448#define MSG_SSID_ADSP_AUD_ENCDEC 8502 /* audio encoders/decoders */
449#define MSG_SSID_ADSP_AUD_VOC 8503 /* voice encoders/decoders */
450#define MSG_SSID_ADSP_AUD_VS 8504 /* voice services */
451#define MSG_SSID_ADSP_AUD_MIDI 8505 /* MIDI-based file formats */
452#define MSG_SSID_ADSP_AUD_POSTPROC 8506 /* e.g. Graph EQ, Spec Analyzer */
453#define MSG_SSID_ADSP_AUD_PREPROC 8507 /* e.g. AGC-R */
454#define MSG_SSID_ADSP_AUD_AFE 8508 /* audio front end */
455#define MSG_SSID_ADSP_AUD_MSESSION 8509 /* media session */
456#define MSG_SSID_ADSP_AUD_DSESSION 8510 /* device session */
457#define MSG_SSID_ADSP_AUD_DCM 8511 /* device configuration */
458#define MSG_SSID_ADSP_VID_ENC 8512 /* Video Encoder */
459#define MSG_SSID_ADSP_VID_ENCRPC 8513 /* Video Encoder DAL driver */
460#define MSG_SSID_ADSP_VID_DEC 8514 /* Video Decoder */
461#define MSG_SSID_ADSP_VID_DECRPC 8515 /* Video Decoder DAL driver */
462#define MSG_SSID_ADSP_VID_COMMONSW 8516 /* Video Common Software Units */
463#define MSG_SSID_ADSP_VID_HWDRIVER 8517 /* Video Hardware */
464#define MSG_SSID_ADSP_JPG_ENC 8518 /* JPEG Encoder */
465#define MSG_SSID_ADSP_JPG_DEC 8519 /* JPEG Decoder */
466#define MSG_SSID_ADSP_OMM 8520 /* openmm */
467#define MSG_SSID_ADSP_PWRDEM 8521 /* Power or DEM messages */
468#define MSG_SSID_ADSP_RESMGR 8522 /* Resource Manager */
469#define MSG_SSID_ADSP_CORE 8523 /* General core (startup, heap stats, etc.) */
470#define MSG_SSID_ADSP_RDA 8524
471#define MSG_SSID_QDSP6_LAST 8524
472
473/* Default master category for UMB. */
474#define MSG_SSID_UMB 9000
475#define MSG_SSID_UMB_APP 9001 /* UMB Application component */
476#define MSG_SSID_UMB_DS 9002 /* UMB Data Services component */
477#define MSG_SSID_UMB_CP 9003 /* UMB Call Processing component */
478#define MSG_SSID_UMB_RLL 9004 /* UMB Radio Link Layer component */
479#define MSG_SSID_UMB_MAC 9005 /* UMB MAC component */
480#define MSG_SSID_UMB_SRCH 9006 /* UMB SRCH component */
481#define MSG_SSID_UMB_FW 9007 /* UMB Firmware component */
482#define MSG_SSID_UMB_PLT 9008 /* UMB PLT component */
483#define MSG_SSID_UMB_LAST 9008
484
485/* Default master category for LTE. */
486#define MSG_SSID_LTE 9500
487#define MSG_SSID_LTE_RRC 9501
488#define MSG_SSID_LTE_MACUL 9502
489#define MSG_SSID_LTE_MACDL 9503
490#define MSG_SSID_LTE_MACCTRL 9504
491#define MSG_SSID_LTE_RLCUL 9505
492#define MSG_SSID_LTE_RLCDL 9506
493#define MSG_SSID_LTE_PDCPUL 9507
494#define MSG_SSID_LTE_PDCPDL 9508
495#define MSG_SSID_LTE_ML1 9509
496#define MSG_SSID_LTE_LAST 9509
497
498/* Default master category for QCHAT */
499#define MSG_SSID_QCHAT 10200
500#define MSG_SSID_QCHAT_CAPP 10201
501#define MSG_SSID_QCHAT_CENG 10202
502#define MSG_SSID_QCHAT_CREG 10203
503#define MSG_SSID_QCHAT_CMED 10204
504#define MSG_SSID_QCHAT_CAUTH 10205
505#define MSG_SSID_QCHAT_QBAL 10206
506#define MSG_SSID_QCHAT_OSAL 10207
507#define MSG_SSID_QCHAT_OEMCUST 10208
508#define MSG_SSID_QCHAT_MULTI_PROC 10209
509#define MSG_SSID_QCHAT_UPK 10210
510#define MSG_SSID_QCHAT_LAST 10210
511
512/* Default master category for TDSCDMA */
513#define MSG_SSID_TDSCDMA_L1 10251
514#define MSG_SSID_TDSCDMA_L2 10252
515#define MSG_SSID_TDSCDMA_MAC 10253
516#define MSG_SSID_TDSCDMA_RLC 10254
517#define MSG_SSID_TDSCDMA_RRC 10255
518#define MSG_SSID_TDSCDMA_LAST 10255
519
520/* Messages from the CTA framework */
521#define MSG_SSID_CTA 10300
522#define MSG_SSID_CTA_LAST 10300
523
524/* QCNEA related SSIDs */
525#define MSG_SSID_QCNEA 10350
526#define MSG_SSID_QCNEA_CAC 10351
527#define MSG_SSID_QCNEA_CORE 10352
528#define MSG_SSID_QCNEA_CORE_CAS 10353
529#define MSG_SSID_QCNEA_CORE_CDE 10354
530#define MSG_SSID_QCNEA_CORE_COM 10355
531#define MSG_SSID_QCNEA_CORE_LEE 10356
532#define MSG_SSID_QCNEA_CORE_QMI 10357
533#define MSG_SSID_QCNEA_CORE_SRM 10358
534#define MSG_SSID_QCNEA_GENERIC 10359
535#define MSG_SSID_QCNEA_NETLINK 10360
536#define MSG_SSID_QCNEA_NIMS 10361
537#define MSG_SSID_QCNEA_NSRM 10362
538#define MSG_SSID_QCNEA_NSRM_CORE 10363
539#define MSG_SSID_QCNEA_NSRM_GATESM 10364
540#define MSG_SSID_QCNEA_NSRM_TRG 10365
541#define MSG_SSID_QCNEA_PLCY 10366
542#define MSG_SSID_QCNEA_PLCY_ANDSF 10367
543#define MSG_SSID_QCNEA_TEST 10368
544#define MSG_SSID_QCNEA_WQE 10369
545#define MSG_SSID_QCNEA_WQE_BQE 10370
546#define MSG_SSID_QCNEA_WQE_CQE 10371
547#define MSG_SSID_QCNEA_WQE_ICD 10372
548#define MSG_SSID_QCNEA_WQE_IFSEL 10373
549#define MSG_SSID_QCNEA_WQE_IFSELRSM 10374
550#define MSG_SSID_QCNEA_ATP 10375
551#define MSG_SSID_QCNEA_ATP_PLCY 10376
552#define MSG_SSID_QCNEA_ATP_RPRT 10377
553
554#define MSG_SSID_QCNEA_LAST 10377
555
556/* These SSIDs are reserved for OEM (customer) use only. These IDs will
557 never be used by Qualcomm. */
558#define MSG_FIRST_TARGET_OEM_SSID (0xC000)
559#define MSG_LAST_TARGET_OEM_SSID (0xCFFF)