pushmtm/MtmUtilInc/PushMtmPrivateCRKeys.h
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     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 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 #ifndef PUSHMTMPRIVATECRKEYS_H
       
    18 #define PUSHMTMPRIVATECRKEYS_H
       
    19 
       
    20 const TUid KCRUidPushMtm = {0x10008D42};
       
    21 
       
    22 // Service reception: on/off
       
    23 const TUint32 KPushMtmServiceReception =    0x0000001;
       
    24 
       
    25 // Service loading: automatic/manual
       
    26 const TUint32 KPushMtmServiceLoading =      0x0000002;
       
    27 
       
    28 // Read only White List
       
    29 const TUint32 KPushMtmWhiteList =           0x0000003;
       
    30 
       
    31 #endif      // PUSHMTMPRIVATECRKEYS_H