remotemgmt_plat/syncml_ds_error_reporting_api/tsrc/SyncStatusSpy/data/SyncStatusSpy.rss
branchRCL_3
changeset 26 19bba8228ff0
parent 11 06f47423ecee
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME SYNC
       
    20 
       
    21 #include <avkon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <eikon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include "SyncStatusSpy.loc"
       
    26 
       
    27 RESOURCE RSS_SIGNATURE
       
    28 	{
       
    29 	}
       
    30 
       
    31 RESOURCE TBUF
       
    32 	{
       
    33 	buf = "SyncStatusSpy";
       
    34 	}
       
    35 
       
    36 RESOURCE EIK_APP_INFO r_application_sync_status_spy_app_ui
       
    37 	{
       
    38 	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
       
    39 	status_pane = r_application_status_pane;
       
    40     menubar = r_sync_status_spy_setting_item_list_menubar;
       
    41 	}
       
    42 
       
    43 RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
       
    44 	{
       
    45 	}
       
    46 
       
    47 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
       
    48 	{
       
    49 	short_caption = STR_SyncStatusSpyApplication_5;
       
    50 	caption_and_icon = CAPTION_AND_ICON_INFO
       
    51 		{
       
    52 		caption = STR_SyncStatusSpyApplication_4;
       
    53 		number_of_icons = 0;
       
    54 		};
       
    55 	}
       
    56 
       
    57 #include "SyncStatusSpySettingItemList.rssi"