classicui_pub/common_file_dialogs_api/tsrc/data/testsdkcfd.rss
branchGCC_SURGE
changeset 44 484cb5040995
parent 32 512f698a535d
parent 40 7165f928e888
equal deleted inserted replaced
32:512f698a535d 44:484cb5040995
     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 testsdkcfd
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 NAME    TEST
       
    20 
       
    21 #include <avkon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <eikon.rh>
       
    24 
       
    25 #include <commondialogs.hrh> // enumerations
       
    26 #include <commondialogs.rh> // resource structures
       
    27 
       
    28 #include "testsdkcfd.hrh"
       
    29 
       
    30 RESOURCE RSS_SIGNATURE
       
    31     {
       
    32     }
       
    33 RESOURCE TBUF
       
    34     {
       
    35     buf = "";
       
    36     }
       
    37 
       
    38 // ---------------------------------------------------------------------------
       
    39 // r_test_memory_selection_dialog
       
    40 // ---------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE MEMORYSELECTIONDIALOG r_test_memory_selection_dialog
       
    43     {
       
    44     title = "Choose memory:";
       
    45         softkey_1 = "Accept";
       
    46         softkey_2 = "Negative";
       
    47     }
       
    48 
       
    49 RESOURCE AVKON_SETTING_ITEM_LIST r_settings_item_list
       
    50     {
       
    51     items = 
       
    52         {
       
    53         AVKON_SETTING_ITEM
       
    54             {           
       
    55             identifier = ETestSettingItem;
       
    56             name = "test";
       
    57             }
       
    58         };
       
    59     }
       
    60