convergedcallengine/serviceselector/srcdata/serviceselector.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:15:03 +0100
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  
*     This file contains all the resources for service selector.
*
*/


// RESOURCE IDENTIFIER
NAME    CSSE


// INCLUDES
#include    <bldvariant.hrh>
#include    <data_caging_paths_strings.hrh>
#include    <eikon.rh>  
#include    <avkon.hrh>
#include    <avkon.rh>
#include 	<avkon.rsg>
#include    "serviceselector.loc"


//  RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
//
//    RSS_SIGNATURE
//
// -----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }


// -----------------------------------------------------------------------------
//
//    r_no_service_available
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_no_service_available
    {
    buf = qtn_voip_no_service_configured;
    }

// -----------------------------------------------------------------------------
//   
//    r_phone_voip_call_type_query
//
// -----------------------------------------------------------------------------
//
RESOURCE AVKON_LIST_QUERY r_phone_voip_call_type_query
    {
    flags = EGeneralQueryFlags;           
    softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
    items   =
        {
            DLG_LINE
                {
                type = EAknCtListQueryControl;
                id = EListQueryControl;
                control = AVKON_LIST_QUERY_CONTROL
                    {
                    listtype = EAknCtSingleGraphicPopupMenuListBox;
                    listbox = LISTBOX
                        {
                        //constructed dynamically
                        };
                    heading = qtn_servtab_select_service_query;
                    };
                }

        };
    }


    
//##########################################################
// End of File