presencefwsimpleadpt/inc/presencefwsimpleadptprivatecrkeys.h
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     1 /*
       
     2 * Copyright (c) 2009 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:  SIMPLE Protocol implementation for Presence Framework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PRESENCEFWSIMPLEADPTPRIVATECRKEYS_H
       
    21 #define PRESENCEFWSIMPLEADPTPRIVATECRKEYS_H
       
    22 
       
    23 #include <e32std.h>
       
    24 
       
    25 const TUid KCRUIDPresencefwSimpleadptVariation = {0x10282C84};
       
    26 
       
    27 // Id for rule to grant all elements
       
    28 const TUint32 KPrFwSimpleGrantAllRuleName  = 0x00000001;
       
    29 // Id for rule to grant own data
       
    30 const TUint32 KPrFwSimpleGrantOwnRuleName  = 0x00000002;
       
    31 // Id for default rule
       
    32 const TUint32 KPrFwSimpleDefaultRuleName  = 0x00000003;
       
    33 // Id for block rule
       
    34 const TUint32 KPrFwSimpleBlockRuleName  = 0x00000004;
       
    35 // Default rule action, allow/confirm/block
       
    36 const TUint32 KPrFwSimpleDefaultRuleAction = 0x00000005;
       
    37 // Block rule action, block/polit
       
    38 const TUint32 KPrFwSimpleBlockRuleAction = 0x00000006;
       
    39 // Template for RLS service URI for a user group
       
    40 const TUint32 KPrFwSimpleRlsGroupUriTemplate = 0x00000007;
       
    41 // Top level for lists in shared XDM index document
       
    42 const TUint32 KPrFwSimpleSharedXdmTop = 0x00000008;
       
    43 // Name of the Shared XDM list for granted users
       
    44 const TUint32 KPrFwSimpleGrantListName = 0x00000009;
       
    45 
       
    46 #endif      // PRESENCEFWSIMPLEADPTPRIVATECRKEYS_H
       
    47