locationsystemui/locationsysui/locpossettingsapp/data/locpossettingsapp.rss
branchRCL_3
changeset 10 d6e4203b7ebe
parent 9 e000e7e1f1b1
child 12 5944cae565c9
equal deleted inserted replaced
9:e000e7e1f1b1 10:d6e4203b7ebe
     1 /*
       
     2 * Copyright (c) 2006-2007 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 Positioning Settings Application for Location Centre
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME PSAP
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include <appinfo.rh>
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.mbg>
       
    27 #include <bldvariant.hrh>
       
    28 #include <avkon.hrh>
       
    29 #include <data_caging_paths_strings.hrh>
       
    30 
       
    31 #include <location.loc>
       
    32 
       
    33 //  CONSTANTS  
       
    34 
       
    35 #define KLocIconFileMif APP_BITMAP_DIR"\\locpossettingsapp_aif.mif"
       
    36 
       
    37 RESOURCE RSS_SIGNATURE
       
    38     { 
       
    39     }
       
    40     
       
    41 RESOURCE TBUF 
       
    42     { 
       
    43     buf="locposapp"; 
       
    44     }
       
    45 
       
    46 RESOURCE EIK_APP_INFO
       
    47     {    
       
    48     }
       
    49     
       
    50 // ---------------------------------------------------------------------------
       
    51 // r_t_locposapp_localisable_app_info
       
    52 // Localizable Application Information structure.
       
    53 // ---------------------------------------------------------------------------
       
    54 //
       
    55 RESOURCE LOCALISABLE_APP_INFO r_t_locposapp_localisable_app_info
       
    56     {
       
    57     short_caption = qtn_loc_app_settings;	
       
    58     	
       
    59     caption_and_icon = CAPTION_AND_ICON_INFO
       
    60 	    {
       
    61 		caption = qtn_loc_app_settings;
       
    62 		number_of_icons = 1; 
       
    63 		icon_file = KLocIconFileMif; 
       
    64 		};
       
    65     }