convergedcallengine/spsettings/inc/spdefaultvalues.h
changeset 0 ff3b6d0fd310
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c)  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 "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:  Service provider settings default values
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SPDEFAULTVALUES_H
       
    20 #define SPDEFAULTVALUES_H
       
    21 
       
    22 #include "spdefinitions.h"
       
    23 
       
    24 // Publish & Subscribe key
       
    25 const TUint KSPNotifyChangeKey = 0x2000B151;
       
    26 const TUint KSPSupportInternetCallKey = 0x2000B15F;
       
    27 const TUint KSPSupportCallOutKey = 0x2000B160;
       
    28 const TUint KSPSupportVoIPSSKey = 0x2000B161;
       
    29 
       
    30 /** Initial default value of feature check P&S key */
       
    31 const TInt KSPInitFeatureValue = -1;
       
    32 
       
    33 /** default VoIP service Id */
       
    34 const TInt KSPDefaultVoIPServiceId = 2;
       
    35 
       
    36 ///**  List of default values of predefined service settings properties */
       
    37 //const TInt KPropertyServiceAttributeMask             = KSPValueNotSet;
       
    38 //const TInt KPropertyCTIPluginId                      = KSPValueNotSet;
       
    39 //const TInt KPropertyCLIPluginId                      = KSPValueNotSet;
       
    40 //const TInt KPropertyCallLoggingPluginId              = KSPValueNotSet;
       
    41 //const TInt KPropertyCallStateIndicatorPluginId       = KSPValueNotSet;
       
    42 //const TInt KPropertyCallMenuHandlerPluginId          = KSPValueNotSet;
       
    43 //const TInt KPropertyCallProviderPluginId             = KSPValueNotSet;
       
    44 //const TInt KPropertyPCSPluginId                      = KSPValueNotSet;
       
    45 //const TInt KPropertyVoIPSubServicePluginId           = KSPValueNotSet;
       
    46 //const TInt KPropertyPresenceSubServicePluginId       = KSPValueNotSet;
       
    47 //const TInt KPropertyIMSubServicePluginId             = KSPValueNotSet;
       
    48 //const TInt KPropertyVMBXSubServicePluginId           = KSPValueNotSet;
       
    49 //const TInt KPropertyConfigurationPluginId            = KSPValueNotSet;
       
    50 //const TInt KPropertyProfileId                        = KSPValueNotSet;
       
    51 //const TInt KPropertyServiceSetupPluginId             = KSPValueNotSet;
       
    52 //const TInt KPropertyServiceConnectivityPluginId      = KSPValueNotSet;
       
    53 //
       
    54 //
       
    55 ///**  List of default values of predefined sub service settings properties */
       
    56 //
       
    57 //const TOnOff KSubPropertyVmbxConnPreference                 = EOONotSet;
       
    58 //const TInt KSubPropertySNAPNetworkId                      = KSPValueNotSet;
       
    59 //const TInt KSubPropertyMWISubscribeInterval               = KSPValueNotSet;
       
    60 //const TOnOff KSubPropertyVMBXAddressEditLock                = EOONotSet;
       
    61 
       
    62 
       
    63 
       
    64 #endif      // SPDEFAULTVALUES_H
       
    65 
       
    66