convergedcallengine/serviceselector/srcdata/serviceselector.rss
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     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:  
       
    15 *     This file contains all the resources for service selector.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // RESOURCE IDENTIFIER
       
    21 NAME    CSSE
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include    <bldvariant.hrh>
       
    26 #include    <data_caging_paths_strings.hrh>
       
    27 #include    <eikon.rh>  
       
    28 #include    <avkon.hrh>
       
    29 #include    <avkon.rh>
       
    30 #include    <avkon.rsg>
       
    31 #include    "serviceselector.loc"
       
    32 
       
    33 
       
    34 //  RESOURCE DEFINITIONS 
       
    35 
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 //    RSS_SIGNATURE
       
    39 //
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 //    r_no_service_available
       
    48 //
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE TBUF r_no_service_available
       
    52     {
       
    53     buf = qtn_voip_no_service_configured;
       
    54     }
       
    55 
       
    56 // -----------------------------------------------------------------------------
       
    57 //   
       
    58 //    r_phone_voip_call_type_query
       
    59 //
       
    60 // -----------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE AVKON_LIST_QUERY r_phone_voip_call_type_query
       
    63     {
       
    64     flags = EGeneralQueryFlags;           
       
    65     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
    66     items   =
       
    67         {
       
    68             DLG_LINE
       
    69                 {
       
    70                 type = EAknCtListQueryControl;
       
    71                 id = EListQueryControl;
       
    72                 control = AVKON_LIST_QUERY_CONTROL
       
    73                     {
       
    74                     listtype = EAknCtSingleGraphicPopupMenuListBox;
       
    75                     listbox = LISTBOX
       
    76                         {
       
    77                         //constructed dynamically
       
    78                         };
       
    79                     heading = qtn_servtab_select_service_query;
       
    80                     };
       
    81                 }
       
    82 
       
    83         };
       
    84     }
       
    85 
       
    86 
       
    87     
       
    88 //##########################################################
       
    89 // End of File