classicui_plat/personalisation_framework_api/tsrc/data/testdompslnframework.rss
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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:  Resource definitions for project testsdkframework
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME PSLN
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <eikon.rsg>
       
    24 #include <avkon.hrh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkonicons.hrh>
       
    29 #include "testdompslnframework.loc"
       
    30 
       
    31 #include <appinfo.rh>
       
    32 
       
    33 //  RESOURCE DEFINITIONS
       
    34 //-----------------------------------------------------------------------------
       
    35 //
       
    36 //    RSS_SIGNATURE
       
    37 //
       
    38 //
       
    39 //-----------------------------------------------------------------------------
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 RESOURCE TBUF { buf=""; }
       
    43 
       
    44 RESOURCE TBUF r_buffer { buf = qtn_testdompsln_buffer; }
       
    45 //-----------------------------------------------------------------------------
       
    46 //
       
    47 //    r_testdompslnframework_listbox
       
    48 //    ListBox( Single )
       
    49 //
       
    50 //-----------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE LISTBOX r_testdompslnframework_listbox
       
    53     {
       
    54     array_id = r_testdompslnframework_item_array;
       
    55     flags = EAknListBoxSelectionList;
       
    56     }
       
    57 //-----------------------------------------------------------------------------
       
    58 //
       
    59 //    r_bctestdomavkonpsln_item_array
       
    60 //    Items array for ListBox( Single 3 )
       
    61 //
       
    62 //-----------------------------------------------------------------------------
       
    63 //
       
    64 RESOURCE ARRAY r_testdompslnframework_item_array
       
    65     {
       
    66     items =
       
    67         {
       
    68         LBUF
       
    69             {
       
    70             txt = qtn_testdompsln_one;
       
    71             },
       
    72         LBUF
       
    73             {
       
    74             txt = qtn_testdompsln_two;
       
    75             }
       
    76         };
       
    77     }
       
    78 //-----------------------------------------------------------------------------
       
    79 //
       
    80 //    NAVI_LABEL r_testpsln_label
       
    81 //
       
    82 //-----------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE NAVI_LABEL r_testpsln_label
       
    85     {
       
    86     txt = qtn_testdompsln_label;
       
    87     }
       
    88 //-----------------------------------------------------------------------------
       
    89 //
       
    90 //    TITLE_PANE r_testpsln_title_resource
       
    91 //
       
    92 //-----------------------------------------------------------------------------
       
    93 //
       
    94 RESOURCE TITLE_PANE r_testpsln_title_resource
       
    95     {
       
    96     txt = qtn_testdompsln_title;
       
    97     }