omaprovisioning/provisioning/Group/ProvisioningVariant.hrh
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Local variation flags for OMA Provisioning
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PROVISIONINGVARIANT_HRH
       
    20 #define PROVISIONINGVARIANT_HRH
       
    21 
       
    22 
       
    23 // DATA TYPES
       
    24 
       
    25 /**
       
    26 * Local variation flags for OMA Provisioning.
       
    27 */
       
    28 enum TProvisioningVariant
       
    29     {
       
    30     /** Binding settings to a configuration context. When a configuration
       
    31     * context is deleted, this flag indicates that the settings in the context
       
    32     * are deleted, too. 
       
    33     *
       
    34     * The settings are in 101F84D6.ini, setting "R-LVFlags".
       
    35     */
       
    36     EWPMultipleCxBinding = 1,
       
    37     
       
    38     /** Value for confirming push message authentication. Currently there are only 
       
    39     * two variants :
       
    40     * 1 : Supports all authentications (value 0xf)
       
    41     * 2 : Supports only NETWPIN authentication (value 1)
       
    42     */
       
    43     EAuthNETWPINOnly	= 1,
       
    44     
       
    45     /* Value for confirming push message authentication. Addition of new variant for supporting
       
    46     * networkpin and userpin. In this variant user cannot recieve message with No Security
       
    47     *  variant 3: Supports only UserPin and Network Pin*/
       
    48     
       
    49     EAuthNoSecurity = 3
       
    50     };
       
    51 
       
    52 #endif
       
    53 
       
    54 // End of File