syncmlfw/dm/provisioningadapter/inc/ProvisioningInternalCRKeys.h
branchRCL_3
changeset 27 5cc2995847ea
equal deleted inserted replaced
26:19bba8228ff0 27:5cc2995847ea
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Provisioning internal Central Repository keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PROVISIONINGINTERNALCRKEYS_H
       
    20 #define PROVISIONINGINTERNALCRKEYS_H
       
    21 
       
    22 #include <e32def.h>
       
    23 
       
    24 /******************************************************************************
       
    25 * Provisioning Variation API
       
    26 * Keys under this category are used in defining Provisioning variation.
       
    27 */
       
    28 const TUid KCRUidOMAProvisioningLV = {0x101F87AA};
       
    29 const TUid KOMAProvAuthenticationLV	= {0x101F87AA};
       
    30 
       
    31 /**
       
    32 * Provisioning Local Variation Flags. Values are defined in ProvisioningVariant.hrh.
       
    33 */
       
    34 const TUint32 KOMAProvisioningLVFlag = 0x00000000;
       
    35 const TUint32 KOMAProvAuthenticationLVFlag 	= 0x00000001;
       
    36 const TUint32 KOMAProvAuthFailMsgHandling = 0x00000002;   
       
    37 const TUint32 KOMAProvOriginatorContent =  0x00000003;  
       
    38 const TUint32 KOMAProvIsUserPin =  0x00000004;
       
    39 const TUint32 KOMAProvCriticalAdapterSettingCount =  0x00000005;
       
    40 const TUint32 KOMAProvMessageOpen = 0x00000006;
       
    41 const TUint32 KOMAProvAllowCriticalAdapterSetting = 0x00000007;
       
    42 #endif      // PROVISIONINGINTERNALCRKEYS_H
       
    43 
       
    44 // End of file