convergedcallengine/serviceselector/srcdata/serviceselector.rss
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
--- a/convergedcallengine/serviceselector/srcdata/serviceselector.rss	Fri Sep 17 17:09:13 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-/*
-* 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