classicui_plat/personalisation_framework_api/tsrc/data/testdompslnframework.rss
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
--- a/classicui_plat/personalisation_framework_api/tsrc/data/testdompslnframework.rss	Fri Apr 16 15:13:44 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +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:  Resource definitions for project testsdkframework
-*
-*/
-
-
-
-NAME PSLN
-
-#include <eikon.rh>
-#include <eikon.rsg>
-#include <avkon.hrh>
-#include <avkon.mbg>
-#include <avkon.rsg>
-#include <avkon.rh>
-#include <avkonicons.hrh>
-#include "testdompslnframework.loc"
-
-#include <appinfo.rh>
-
-//  RESOURCE DEFINITIONS
-//-----------------------------------------------------------------------------
-//
-//    RSS_SIGNATURE
-//
-//
-//-----------------------------------------------------------------------------
-RESOURCE RSS_SIGNATURE { }
-
-RESOURCE TBUF { buf=""; }
-
-RESOURCE TBUF r_buffer { buf = qtn_testdompsln_buffer; }
-//-----------------------------------------------------------------------------
-//
-//    r_testdompslnframework_listbox
-//    ListBox( Single )
-//
-//-----------------------------------------------------------------------------
-//
-RESOURCE LISTBOX r_testdompslnframework_listbox
-    {
-    array_id = r_testdompslnframework_item_array;
-    flags = EAknListBoxSelectionList;
-    }
-//-----------------------------------------------------------------------------
-//
-//    r_bctestdomavkonpsln_item_array
-//    Items array for ListBox( Single 3 )
-//
-//-----------------------------------------------------------------------------
-//
-RESOURCE ARRAY r_testdompslnframework_item_array
-    {
-    items =
-        {
-        LBUF
-            {
-            txt = qtn_testdompsln_one;
-            },
-        LBUF
-            {
-            txt = qtn_testdompsln_two;
-            }
-        };
-    }
-//-----------------------------------------------------------------------------
-//
-//    NAVI_LABEL r_testpsln_label
-//
-//-----------------------------------------------------------------------------
-//
-RESOURCE NAVI_LABEL r_testpsln_label
-    {
-    txt = qtn_testdompsln_label;
-    }
-//-----------------------------------------------------------------------------
-//
-//    TITLE_PANE r_testpsln_title_resource
-//
-//-----------------------------------------------------------------------------
-//
-RESOURCE TITLE_PANE r_testpsln_title_resource
-    {
-    txt = qtn_testdompsln_title;
-    }