atext/plugins/limitedpdpplugin/inc/limitedpdpplugincopiedkeys.h
branchRCL_3
changeset 24 e9b924a62a66
parent 22 786b94c6f0a4
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
       
     1 /*
       
     2  * Copyright (c) 2010 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:  Redefinition of used CenRep and PS keys.
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef LIMITEDPDPPLUGINCOPYKEYS_H
       
    19 #define LIMITEDPDPPLUGINCOPYKEYS_H
       
    20 
       
    21 /**
       
    22  * NOTE: THIS FILE CONTAINS COPIES OF CENREP AND PS KEYS DEFINED
       
    23  *       IN IPCONNMGMT PACKAGE. DO NOT CHANGE!!!
       
    24  * 
       
    25  * These needs to be copied to avoid dependency from OS layer (this module)
       
    26  * to middleware layer (ipconnmgmt). Bad design choices...
       
    27  */
       
    28 
       
    29 /**
       
    30  * UID of CmManager repository
       
    31  */
       
    32 const TUid KCopyOfCRUidCmManager =
       
    33     {
       
    34     0x10207376
       
    35     };
       
    36 
       
    37 /**
       
    38  * Dial-up override setting.
       
    39  */
       
    40 const TUint32 KCopyOfDialUpOverride = 0x00000002;
       
    41 
       
    42 /**
       
    43  * Connection Monitor RProperty category.
       
    44  */
       
    45 const TUid KCopyOfConnectionMonitorPS =
       
    46     {
       
    47     0x101F6CF0
       
    48     };
       
    49 
       
    50 /**
       
    51  * Dial-Up override key.
       
    52  */
       
    53 const TUint KCopyOfDialUpConnection = 0x00000001;
       
    54 
       
    55 /**
       
    56  * Values for KDialUpConnection key.
       
    57  */
       
    58 enum TCopyOfDialUpStates
       
    59     {
       
    60     EConnMonDialUpClosed,
       
    61     EConnMonDialUpInit,
       
    62     EConnMonReady
       
    63     };
       
    64 
       
    65 #endif // LIMITEDPDPPLUGINCOPYKEYS_H