mediasettings/mediasettingsengine/inc/MPSettingsROPSettings.hrh
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 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:    This file contains declarations for constants of ROPSettings.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 // Version : %version: 2 %
       
    20 
       
    21 
       
    22 
       
    23 #ifndef MPSETTINGSROPSETTINGS_HRH
       
    24 #define MPSETTINGSROPSETTINGS_HRH
       
    25 
       
    26 
       
    27 // DATA TYPES
       
    28 enum TMPRopItemIndexes
       
    29     {
       
    30     EMPRopContrast = 0,
       
    31     EMPRopProxyMode,
       
    32     EMPRopProxyPort,
       
    33     EMPRopDefaultAP,
       
    34     EMPRopBandwidthMode,
       
    35     EMPRopConnTimeout,
       
    36     EMPRopServerTimeout,
       
    37     EMPRopProxyHostName,
       
    38     EMPRopMinUDPPort,
       
    39     EMPRopMaxUDPPort,
       
    40     EMPRopCntrlVersion,
       
    41     EMPRopCntrlBldDate,
       
    42     EMPRopCntrlPlatform,
       
    43     EMPRopDemandBwFactor,
       
    44     EMPRopGPRSMaxBw,
       
    45     EMPRopGPRSSustainBw,
       
    46     EMPRopGPRSMaxBwPresets,
       
    47     EMPRopGPRSSustainBwPresets,
       
    48     EMPRopEGPRSMaxBw,
       
    49     EMPRopEGPRSSustainBw,
       
    50     EMPRopEGPRSMaxBwPresets,
       
    51     EMPRopEGPRSSustainBwPresets,
       
    52     EMPRopWCDMAMaxBw,
       
    53     EMPRopWCDMASustainBw,
       
    54     EMPRopWCDMAMaxBwPresets,
       
    55     EMPRopWCDMASustainBwPresets,
       
    56     EMPRopWLANMaxBw,
       
    57     EMPRopWLANSustainBw,
       
    58     EMPRopWLANMaxBwPresets,
       
    59     EMPRopWLANSustainBwPresets,
       
    60     EMPRopHSDPAMaxBw,
       
    61     EMPRopHSDPASustainBw,
       
    62     EMPRopHSDPAMaxBwPresets,
       
    63     EMPRopHSDPASustainBwPresets
       
    64     };
       
    65 
       
    66 #endif // MPSETTINGSROPSETTINGS_HRH
       
    67 
       
    68 // End of File