gssettingsuis/Gs/GSFramework/data/GSParentPluginRsc.rss
branchGCC_SURGE
changeset 45 f48d04161a92
parent 27 572294aa6075
parent 43 3341fe7c643a
equal deleted inserted replaced
27:572294aa6075 45:f48d04161a92
     1 /*
       
     2 * Copyright (c) 2005 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 file for GSParentPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    GSPP // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include    <avkon.loc>
       
    24 #include    <avkon.mbg>
       
    25 #include    <avkon.rsg>
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <data_caging_paths_strings.hrh>
       
    28 #include    <eikcore.rsg>
       
    29 #include    <eikon.rsg>
       
    30 #include    <uikon.rh>
       
    31 
       
    32 // CONSTANTS
       
    33 
       
    34 RESOURCE RSS_SIGNATURE
       
    35     {
       
    36     }
       
    37 
       
    38 // Common resources among GS
       
    39 #include    "GSCommonResources.rss"
       
    40 
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 // r_gs_parentplugin_lbx
       
    44 // GSParentPlugin listbox.
       
    45 //
       
    46 // -----------------------------------------------------------------------------
       
    47 //
       
    48 RESOURCE LISTBOX r_gs_parentplugin_lbx
       
    49     {
       
    50     flags = EEikListBoxMultipleSelection;
       
    51     }
       
    52 
       
    53 RESOURCE TBUF r_gs_parentplugin_cba_exit { buf = text_softkey_exit; }
       
    54 //End of File