mediasettings/mediasettingsengine/data/MPSettingsROPModel.rss
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:   ROP model's resource file.*
       
    15 */
       
    16 
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 //  RESOURCE IDENTIFIER
       
    24 NAME    ROPS
       
    25 
       
    26 //  INCLUDES
       
    27 #include    <eikon.rh>
       
    28 
       
    29 #include    "MPSettingsROPModel.rh"
       
    30 #include    "MPSettingsROPSettings.hrh"
       
    31 
       
    32 
       
    33 RESOURCE RSS_SIGNATURE { }
       
    34 
       
    35 RESOURCE TBUF 
       
    36     {
       
    37     buf = "";
       
    38     }
       
    39 
       
    40 //  RESOURCE DEFINITIONS 
       
    41 // -----------------------------------------------------------------------------
       
    42 //   
       
    43 // r_mpsett_rop_settings_array
       
    44 // Array defining all ROP setting items (keys and ids).
       
    45 //
       
    46 //  ROP specific configuration keywords are defined in
       
    47 //  "Multimedia Framework - Video Player" Interface Specification.
       
    48 //
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE MPSETT_ROP_SETTING_ITEM_ARRAY r_mpsett_rop_settings_array
       
    52     {
       
    53     items = 
       
    54         {
       
    55         MPSETT_ROP_SETTING_ITEM
       
    56             {
       
    57             id = EMPRopContrast;
       
    58             key = "Contrast";
       
    59             },
       
    60         MPSETT_ROP_SETTING_ITEM
       
    61             {
       
    62             id = EMPRopProxyMode;
       
    63             key = "UseProxy";
       
    64             },
       
    65         MPSETT_ROP_SETTING_ITEM
       
    66             {
       
    67             id = EMPRopProxyHostName;
       
    68             key = "Proxy";
       
    69             },
       
    70         MPSETT_ROP_SETTING_ITEM
       
    71             {
       
    72             id = EMPRopProxyPort;
       
    73             key = "ProxyPort";
       
    74             },
       
    75         MPSETT_ROP_SETTING_ITEM
       
    76             {
       
    77             id = EMPRopDefaultAP;
       
    78             key = "AccessPoint";
       
    79             },
       
    80         MPSETT_ROP_SETTING_ITEM
       
    81             {
       
    82             id = EMPRopBandwidthMode;
       
    83             key = "ManualBandwidth";
       
    84             },
       
    85         MPSETT_ROP_SETTING_ITEM
       
    86             {
       
    87             id = EMPRopConnTimeout;
       
    88             key = "ConnTimeout";
       
    89             },
       
    90         MPSETT_ROP_SETTING_ITEM
       
    91             {
       
    92             id = EMPRopServerTimeout;
       
    93             key = "Timeout";
       
    94             },
       
    95         MPSETT_ROP_SETTING_ITEM
       
    96             {
       
    97             id = EMPRopMinUDPPort;
       
    98             key = "MinUDPPort";
       
    99             },
       
   100         MPSETT_ROP_SETTING_ITEM
       
   101             {
       
   102             id = EMPRopMaxUDPPort;
       
   103             key = "MaxUDPPort";
       
   104             },
       
   105         MPSETT_ROP_SETTING_ITEM
       
   106             {
       
   107             id = EMPRopCntrlVersion;
       
   108             key = "RNControllerVersion";
       
   109             },
       
   110         MPSETT_ROP_SETTING_ITEM
       
   111             {
       
   112             id = EMPRopCntrlBldDate;
       
   113             key = "RNControllerBuildDate";
       
   114             },
       
   115         MPSETT_ROP_SETTING_ITEM
       
   116             {
       
   117             id = EMPRopCntrlPlatform;
       
   118             key = "RNControllerPlatform";
       
   119             },
       
   120         MPSETT_ROP_SETTING_ITEM
       
   121             {
       
   122             id = EMPRopDemandBwFactor;
       
   123             key = "DemandBWFactor";
       
   124             },
       
   125         MPSETT_ROP_SETTING_ITEM
       
   126             {
       
   127             id = EMPRopGPRSMaxBw;
       
   128             key = "GPRSMaximumBandwidth";
       
   129             },
       
   130         MPSETT_ROP_SETTING_ITEM
       
   131             {
       
   132             id = EMPRopGPRSSustainBw;
       
   133             key = "GPRSSustainBandwidth";
       
   134             },
       
   135         MPSETT_ROP_SETTING_ITEM
       
   136             {
       
   137             id = EMPRopGPRSMaxBwPresets;
       
   138             key = "GPRSMaximumBWPresets";
       
   139             },
       
   140         MPSETT_ROP_SETTING_ITEM
       
   141             {
       
   142             id = EMPRopGPRSSustainBwPresets;
       
   143             key = "GPRSSustainBWPresets";
       
   144             },
       
   145         MPSETT_ROP_SETTING_ITEM
       
   146             {
       
   147             id = EMPRopEGPRSMaxBw;
       
   148             key = "EGPRSMaximumBandwidth";
       
   149             },
       
   150         MPSETT_ROP_SETTING_ITEM
       
   151             {
       
   152             id = EMPRopEGPRSSustainBw;
       
   153             key = "EGPRSSustainBandwidth";
       
   154             },
       
   155         MPSETT_ROP_SETTING_ITEM
       
   156             {
       
   157             id = EMPRopEGPRSMaxBwPresets;
       
   158             key = "EGPRSMaximumBWPresets";
       
   159             },
       
   160         MPSETT_ROP_SETTING_ITEM
       
   161             {
       
   162             id = EMPRopEGPRSSustainBwPresets;
       
   163             key = "EGPRSSustainBWPresets";
       
   164             },
       
   165         MPSETT_ROP_SETTING_ITEM
       
   166             {
       
   167             id = EMPRopWCDMAMaxBw;
       
   168             key = "WCDMAMaximumBandwidth";
       
   169             },
       
   170         MPSETT_ROP_SETTING_ITEM
       
   171             {
       
   172             id = EMPRopWCDMASustainBw;
       
   173             key = "WCDMASustainBandwidth";
       
   174             },
       
   175         MPSETT_ROP_SETTING_ITEM
       
   176             {
       
   177             id = EMPRopWCDMAMaxBwPresets;
       
   178             key = "WCDMAMaximumBWPresets";
       
   179             },
       
   180         MPSETT_ROP_SETTING_ITEM
       
   181             {
       
   182             id = EMPRopWCDMASustainBwPresets;
       
   183             key = "WCDMASustainBWPresets";
       
   184             },
       
   185         MPSETT_ROP_SETTING_ITEM
       
   186             {
       
   187             id = EMPRopWLANMaxBw;
       
   188             key = "WLANMaximumBandwidth";
       
   189             },
       
   190         MPSETT_ROP_SETTING_ITEM
       
   191             {
       
   192             id = EMPRopWLANSustainBw;
       
   193             key = "WLANSustainBandwidth";
       
   194             },
       
   195         MPSETT_ROP_SETTING_ITEM
       
   196             {
       
   197             id = EMPRopWLANMaxBwPresets;
       
   198             key = "WLANMaximumBWPresets";
       
   199             },
       
   200         MPSETT_ROP_SETTING_ITEM
       
   201             {
       
   202             id = EMPRopWLANSustainBwPresets;
       
   203             key = "WLANSustainBWPresets";
       
   204             },
       
   205         MPSETT_ROP_SETTING_ITEM
       
   206             {
       
   207             id = EMPRopHSDPAMaxBw;
       
   208             key = "HSDPAMaximumBandwidth";
       
   209             },
       
   210         MPSETT_ROP_SETTING_ITEM
       
   211             {
       
   212             id = EMPRopHSDPASustainBw;
       
   213             key = "HSDPASustainBandwidth";
       
   214             },
       
   215         MPSETT_ROP_SETTING_ITEM
       
   216             {
       
   217             id = EMPRopHSDPAMaxBwPresets;
       
   218             key = "HSDPAMaximumBWPresets";
       
   219             },
       
   220         MPSETT_ROP_SETTING_ITEM
       
   221             {
       
   222             id = EMPRopHSDPASustainBwPresets;
       
   223             key = "HSDPASustainBWPresets";
       
   224             }
       
   225         };
       
   226     }
       
   227             
       
   228 // End of File
       
   229 
       
   230