omaprovisioning/provisioning/AuthTypePlugin/data/AuthtypepluginRsc.rss
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     1 /*
       
     2 * Copyright (c) 2008 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 file for AuthtypePlugin.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME HARS // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 //#include    "../../loc/AuthtypePlugin.loc" // config localized strings
       
    24 #include "authtypeplugin.loc" // config localized strings
       
    25 #include <appinfo.rh>
       
    26 #include <eikon.rh>
       
    27 #include <avkon.rh>
       
    28 
       
    29 #include    <data_caging_paths_strings.hrh>
       
    30 #include    <bldvariant.hrh>
       
    31 #include    <avkon.loc> // Avkon localized strings
       
    32 #include    <avkon.mbg>
       
    33 #include    <avkon.rsg>
       
    34 #include    <eikcore.rsg>
       
    35 #include    <uikon.rh>
       
    36 
       
    37 // CONSTANTS
       
    38 
       
    39 //  RESOURCE DEFINITIONS
       
    40 
       
    41 //----------------------------------------------------
       
    42 //
       
    43 //
       
    44 //    Needed or loading the resource fails!
       
    45 //
       
    46 //----------------------------------------------------
       
    47 //
       
    48 RESOURCE RSS_SIGNATURE
       
    49     {
       
    50     }
       
    51 
       
    52 //----------------------------------------------------
       
    53 //
       
    54 //    r_set_conf_msg_authentication_gs
       
    55 //    Authentication type Plugin caption.
       
    56 //
       
    57 //----------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_set_conf_msg_authentication_cp
       
    60     {
       
    61     buf = qtn_set_conf_msg_authentication_cp;
       
    62     }
       
    63 
       
    64 //----------------------------------------------------
       
    65 //
       
    66 //    r_qtn_set_conf_auth_method
       
    67 //    Title note
       
    68 //
       
    69 //----------------------------------------------------
       
    70 //
       
    71 
       
    72 RESOURCE TBUF r_qtn_set_conf_auth_method
       
    73     {
       
    74     buf = qtn_set_conf_auth_method;
       
    75     }
       
    76 
       
    77 //----------------------------------------------------
       
    78 //
       
    79 //    r_qtn_conf_auth_network_pin
       
    80 //    Network Pin only item.
       
    81 //
       
    82 //----------------------------------------------------
       
    83 //
       
    84 
       
    85 RESOURCE TBUF r_qtn_conf_auth_network_pin
       
    86     {
       
    87     buf = qtn_conf_auth_network_pin;
       
    88     }
       
    89 
       
    90 //----------------------------------------------------
       
    91 //
       
    92 //    r_qtn_conf_auth_network_or_user_pin 
       
    93 //    Network or User PIN item.
       
    94 //
       
    95 //----------------------------------------------------
       
    96 //
       
    97 
       
    98 RESOURCE TBUF r_qtn_conf_auth_network_or_user_pin
       
    99     {
       
   100     buf = qtn_conf_auth_network_or_user_pin;
       
   101     }
       
   102 
       
   103 //----------------------------------------------------
       
   104 //
       
   105 //    r_qtn_conf_auth_all_auth 
       
   106 //    All methods supported item.
       
   107 //
       
   108 //----------------------------------------------------
       
   109 //
       
   110 
       
   111 RESOURCE TBUF r_qtn_conf_auth_all_auth
       
   112     {
       
   113     buf = qtn_conf_auth_all_auth;
       
   114     }
       
   115 
       
   116 //----------------------------------------------------
       
   117 //
       
   118 //    r_qtn_conf_auth_all_auth_note 
       
   119 //    All methods selection note.
       
   120 //
       
   121 //----------------------------------------------------
       
   122 //
       
   123 
       
   124 RESOURCE TBUF r_qtn_conf_auth_all_auth_note
       
   125     {
       
   126     buf = qtn_conf_auth_all_auth_note;
       
   127     }
       
   128 
       
   129 //----------------------------------------------------
       
   130 //
       
   131 //    r_qtn_conf_auth_network_or_user_pin_note 
       
   132 //    Network or User PIN selection note
       
   133 //
       
   134 //----------------------------------------------------
       
   135 //
       
   136 
       
   137 RESOURCE TBUF r_qtn_conf_auth_network_or_user_pin_note
       
   138     {
       
   139     buf = qtn_conf_auth_network_or_user_pin_note;
       
   140     }
       
   141 
       
   142 
       
   143 //----------------------------------------------------
       
   144 //
       
   145 //    r_authtypeUI_information_query
       
   146 //    Confirmation query Layout.
       
   147 //
       
   148 //----------------------------------------------------
       
   149 //
       
   150 
       
   151 RESOURCE DIALOG r_authtypeUI_information_query
       
   152     {
       
   153     flags=EGeneralQueryFlags;
       
   154     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   155     items=
       
   156         {
       
   157         DLG_LINE
       
   158             {
       
   159             type=EAknCtQuery;
       
   160             id=EGeneralQuery;
       
   161             control= AVKON_CONFIRMATION_QUERY
       
   162                 {
       
   163                 layout = EConfirmationQueryLayout;
       
   164                 animation = R_QGN_NOTE_INFO_ANIM;
       
   165                 };
       
   166             }
       
   167         };
       
   168     }
       
   169 
       
   170 
       
   171 
       
   172 
       
   173