|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Defines number of slots for etel IPCs |
|
15 // |
|
16 |
|
17 |
|
18 |
|
19 #ifndef _STKTSY_NUMBEROFSLOTS_H_ |
|
20 #define _STKTSY_NUMBEROFSLOTS_H_ |
|
21 |
|
22 const TUint8 KSatNotifyDisplayTextPCmdSlots = 2; |
|
23 const TUint8 KSatNotifyGetInkeyPCmdSlots = 2; |
|
24 const TUint8 KSatNotifyGetInputPCmdSlots = 2; |
|
25 const TUint8 KSatNotifyPlayTonePCmdSlots = 2; |
|
26 const TUint8 KSatNotifySetUpMenuPCmdSlots = 2; |
|
27 const TUint8 KSatNotifySelectItemPCmdSlots = 2; |
|
28 const TUint8 KSatNotifySendSmPCmdSlots = 2; |
|
29 const TUint8 KSatNotifySendSsPCmdSlots = 2; |
|
30 const TUint8 KSatNotifySendUssdPCmdSlots = 2; |
|
31 const TUint8 KSatNotifySetUpCallPCmdSlots = 2; |
|
32 const TUint8 KSatNotifyRefreshPCmdSlots = 2; |
|
33 const TUint8 KSatNotifyProactiveSimSessionEndSlots = 2; |
|
34 const TUint8 KSatNotifySetUpIdleModeTextPCmdSlots = 2; |
|
35 const TUint8 KSatNotifyLaunchBrowserSlots = 2; |
|
36 const TUint8 KSatNotifyCallControlRequestSlots = 2; |
|
37 const TUint8 KSatNotifySendDtmfSlots = 2; |
|
38 const TUint8 KSatNotifySetUpEventListSlots = 4; |
|
39 |
|
40 |
|
41 #endif // _STKTSY_NUMBEROFSLOTS_H_ |
|
42 |
|
43 // End of File |