blob: 4b0254537363c3be990d0de1e11f0dbd76b24759 [file] [log] [blame]
yu.dongc33b3072024-08-21 23:14:49 -07001#ifndef DRV_SAP_H
2#define DRV_SAP_H
3
4#include "sap_range.h"
5
6MODULE_SAP_BEGIN(SAP_ID_DRV_CODE_BEGIN)
7 AUDIO_SAP = SAP_ID_DRV_CODE_BEGIN,
8 BT_A2DP_SAP,
9 BT_APP_SAP,
10 BT_AVRCP_SAP,
11 BT_BIP_SAP,
12 BT_BPP_SAP,
13 BT_HFG_SAP,
14 BT_OBEX_SAP,
15 BT_PBAP_SAP,
16 BWCS_BT_SAP,
17 BWCS_WMT_SAP,
18 BWCS_WNDRV_SAP,
19 CAL_SAP,
20 CAL_LOW_SAP=CAL_SAP,
21 //CAL_SAP,
22 CMUX_UH_SAP,
23 DRVTEST_TL1_SAP,
24 DRVTEST_L4_SAP,
25 FMR_SAP,
26 FT_WNDRV_SAP,
27 GPS_FT_SAP,
28 GPS_MNL_SAP,
29 HOSTAP_ABM_SAP,
30 HOSTAP_WNDRV_SAP,
31 IRCOMM_APP_SAP,
32 IRDA_IRCOMM_SAP,
33 IRDA_OBEX_SAP,
34 MMI_NFC_SAP,
35 NFC_APP_NFC_SAP,
36 NFC_MMI_SAP,
37 NFC_NFC_APP_SAP,
38 NFC_NFC_READER_SAP,
39 NFC_READER_NFC_SAP,
40 RTC_GPS_SAP,
41 WMT_BT_SAP,
42 WMT_FMR_SAP,
43 WMT_WMT_SAP,
44 WMT_WNDRV_SAP,
45 WNDRV_BT_SAP,
46 WNDRV_MMI_SAP,
47 WNDRV_SUPC_SAP,
48 WNDRV_TCPIP_SAP,
49 WNDRV_WNDRV_SAP,
50 L1SP_LTECSR_SAP,
51#if defined(__ECALL_SUPPORT__)
52#if defined(__L5_SUPPORT__)
53 L1SP_L5UECALL_SAP,
54#endif
55#endif
56
57#if defined(__ESL_COSIM_LTE__)
58 IDLE_SAP,
59#endif
60
61MODULE_SAP_END(SAP_ID_DRV_CODE_TAIL)
62
63#endif /* DRV_SAP_H */