adaptationlayer/tsy/simatktsy_dll/inc/satnumberofslots.h
changeset 0 63b37f68c1ce
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _SATNUMBEROFSLOTS_H_
       
    21 #define _SATNUMBEROFSLOTS_H_
       
    22 
       
    23 //INCLUDES
       
    24 
       
    25 // CONSTANTS
       
    26 
       
    27 //CTsySatMessaging
       
    28 const TUint8 KSatNotifyProactiveSimSessionEndSlots = 1;
       
    29 const TUint8 KSatNotifyDisplayTextPCmdSlots = 2;
       
    30 const TUint8 KSatNotifyGetInkeyPCmdSlots = 2;
       
    31 const TUint8 KSatNotifyGetInputPCmdSlots = 2;
       
    32 const TUint8 KSatNotifyPlayTonePCmdSlots = 2;
       
    33 const TUint8 KSatNotifySetUpMenuPCmdSlots = 2;
       
    34 const TUint8 KSatNotifySelectItemPCmdSlots = 2;
       
    35 const TUint8 KSatNotifySendSmPCmdSlots = 2;
       
    36 const TUint8 KSatNotifySendSsPCmdSlots = 2;
       
    37 const TUint8 KSatNotifySendUssdPCmdSlots = 2;
       
    38 const TUint8 KSatNotifySetUpCallPCmdSlots = 2;
       
    39 const TUint8 KSatNotifyRefreshPCmdSlots = 2;
       
    40 const TUint8 KSatNotifySetUpIdleModeTextPCmdSlots = 2;
       
    41 const TUint8 KSatNotifyLaunchBrowserSlots = 2;
       
    42 const TUint8 KSatNotifyCallControlRequestSlots = 2;
       
    43 const TUint8 KSatNotifySetUpEventListSlots = 2;
       
    44 const TUint8 KSatNotifySendDtmfSlots = 2;
       
    45 
       
    46 #endif // _SATNUMBEROFSLOTS_H_
       
    47 
       
    48 // End of File