wvuing/IMPSConnectionUI/Group/IMConnectionUIVariationNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Resource variation file for PAppConnectionUi
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //New rss file added for 401-1815 Ease of Instant Messaging branding
       
    22 //These rss flags will be made available in ZCenrep also..
       
    23 //When you want to add any of the flags, please add the same to the end of this file
       
    24 //also update the same in the cenrep sheet at the end
       
    25 
       
    26 //  RESOURCE IDENTIFIER
       
    27 NAME    IMCU
       
    28 
       
    29 
       
    30 //  INCLUDES
       
    31 #include <eikon.rh>
       
    32 #include <avkon.rh>
       
    33 #include <avkon.rsg>
       
    34 #include <Avkon.mbg>
       
    35 #include <avkon.loc>
       
    36 #include <AvkonIcons.hrh>
       
    37 
       
    38 
       
    39 //  RESOURCE DEFINITIONS
       
    40 // ---------------------------------------------------------
       
    41 //
       
    42 //    Signature definition, a must-be in an external resource file.
       
    43 //
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 RESOURCE RSS_SIGNATURE { }
       
    47 
       
    48 
       
    49 //----------------------------------------------------
       
    50 // VARIATION
       
    51 // You can do resource-file based variation by setting the following number
       
    52 // resources as you wish.
       
    53 // This is used in the IMUtils code. Since all the flas are generated with some #define value
       
    54 // while compiling, this flag stands as the start identifier for the same.
       
    55 // All other flags will be in sequence following this start id
       
    56 // This flag is very important for all feature flags to work.
       
    57 
       
    58 
       
    59 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_START_ID  { value = 1; } 
       
    60 
       
    61 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY:
       
    62 // -------------------------------------------
       
    63 // Enable username, password query (1) or disable it (0) during login.
       
    64 // If enabled, the userid + password query will not be shown, and the
       
    65 // alias query will be shown instead (from IM Application side).
       
    66 // This might be needed if the server supports alternative authentication
       
    67 // methods, such as those based on MSISDN.
       
    68 // If you don't know whether you need this or not, it's OK to leave it enabled
       
    69 // (1). This might be needed for some variation purposes.
       
    70 //----------------------------------------------------
       
    71 //
       
    72 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY
       
    73 { value = 1; }
       
    74 
       
    75 //
       
    76 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION:
       
    77 // -------------------------------------------------
       
    78 // Enable (1) or disable (0) support for reactive authorization.
       
    79 // If enabled (1), all proactive presence authorizations are skipped
       
    80 // during login. Reactive authorization is done instead.
       
    81 // Set to enabled (1) if you want to use reactive authorization.
       
    82 // Default value is disabled (0).
       
    83 // -------------------------------------------------
       
    84 //
       
    85 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION
       
    86 { value = 0; }
       
    87 
       
    88 
       
    89 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY
       
    90 // ----------------------------------------------------
       
    91 // Enable (1) or disable (0) the support for "Save
       
    92 // password"-queries after first login to the server.
       
    93 // The queries are also shown if the userid or password has
       
    94 // changed for the server.
       
    95 // By default this is disabled (0).
       
    96 // NOTE: You must also define RSC_CRRSS_CHAT_VARIATION_SAVE_PW_QUERY
       
    97 // in IM Application side to have the same value!
       
    98 // Refer to the Variation document for more details.
       
    99 // ----------------------------------------------------
       
   100 //
       
   101 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY { value = 0; }
       
   102 
       
   103 
       
   104 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION
       
   105 // -------------------------------------------------
       
   106 // Enable (1) or disable (0) domain selection query for login.
       
   107 // If enabled (1), there is shown a query where user can choose from predifined
       
   108 // domain values. The query is shown before user name and password query during
       
   109 // login.
       
   110 // The selected domain value ("@domain.com") is then set to the user name field,
       
   111 // where user can complete it.
       
   112 // r_chat_variation_impscu_domain_selection_list -resource defines the domain
       
   113 // values shown on the list
       
   114 //
       
   115 // Default value is disabled (0)
       
   116 // -------------------------------------------------
       
   117 //
       
   118 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION { value = 0; }
       
   119 
       
   120 
       
   121 
       
   122 // RSC_CRRSS_CHAT_VARIATION_HAVE_ALIAS
       
   123 // -----------------------------
       
   124 // Enable (1) or disable (0) support for alias attribute.
       
   125 // If enabled, the alias is added to created attribute lists.
       
   126 // If disabled, the alias will not be used.
       
   127 //
       
   128 // Alias requires support from server, so if you have a server with alias
       
   129 // support, you can turn this on (1). Otherwise you should leave it
       
   130 // to the default value of disabled (0).
       
   131 //----------------------------------------------------
       
   132 //
       
   133 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_USE_ALIAS_ATTRIBUTE { value = 0; }
       
   134 
       
   135 
       
   136 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_TOU_MESSAGE
       
   137 // -------------------------------------------------
       
   138 // Enable (1) or disable (0) Terms of Use -query.
       
   139 // If enabled (1), there is shown a query where user has to accept the terms
       
   140 // of a server before he can login to that server.
       
   141 //
       
   142 // Default value is disabled (0)
       
   143 // -------------------------------------------------
       
   144 //
       
   145 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_TOU_MESSAGE { value = 0; }
       
   146 
       
   147 
       
   148 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE:
       
   149 // ---------------------------------------------------
       
   150 // Set the default input mode for all userid fields in IMPSCUI
       
   151 // (login query and service settings).
       
   152 // If enabled (1), input mode is textual. If disabled (0), input mode
       
   153 // is numeric (0).
       
   154 // If you don't know whether you need it or not, leave it enabled (1).
       
   155 // This might be needed for some variation purposes. For example, for servers
       
   156 // which support numeric user id fields, this setting can be turned to numeric
       
   157 // (0) for greater usability.
       
   158 //----------------------------------------------------
       
   159 //
       
   160 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE { value = 1; }
       
   161 
       
   162 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING
       
   163 // ----------------------------------------------------
       
   164 // Enable (1) or disable (0) warning message option
       
   165 // when saving password.
       
   166 //
       
   167 // NOTE! Set the same value to Chat variation also,
       
   168 // see flag RSC_CRRSS_CHAT_VARIATION_SAVE_PW_WARNING
       
   169 // in CAVariation.rss.
       
   170 //
       
   171 // Values are:
       
   172 //  0: Warning message is not shown
       
   173 //  1: Warning message is shown
       
   174 //
       
   175 // By default this is disabled (0).
       
   176 // ----------------------------------------------------
       
   177 //
       
   178 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING { value = 0; }
       
   179 
       
   180 // RSC_CRRSS_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING
       
   181 // ----------------------------------------------------
       
   182 // Enable (1) or disable (0) Option for adding/deleting 
       
   183 // New Server
       
   184 //
       
   185 // Values are:
       
   186 //  0: Disables Option for adding/deleting New Server
       
   187 //  1: Enables Option for adding/deleting New Server
       
   188 //
       
   189 // By default this is disabled (0).
       
   190 // ----------------------------------------------------
       
   191 //
       
   192 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING { value = 0; }
       
   193 
       
   194 // RSC_CRRSS_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION
       
   195 // ----------------------------------------------------
       
   196 // Enable (1) or disable (0) Option for showing Sign-in Animation
       
   197 // instead of progress bar at time of signing in.
       
   198 //
       
   199 // Values are:
       
   200 //  0: Disables Sign-in Animation
       
   201 //  1: Enables Sign-in Animation
       
   202 //
       
   203 // By default this is disabled (0).
       
   204 // ----------------------------------------------------
       
   205 //
       
   206 RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION { value = 0; }