diff -r 000000000000 -r ff3b6d0fd310 convergedcallengine/serviceselector/srcdata/serviceselector.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/convergedcallengine/serviceselector/srcdata/serviceselector.rss Tue Feb 02 01:11:09 2010 +0200 @@ -0,0 +1,89 @@ +/* +* 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 +#include +#include +#include +#include +#include +#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