photosgallery/photossuitelauncher/data/photossuitelauncher.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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:    Resource definitions for photos suite launcher
       
    15 *
       
    16 */
       
    17 //  RESOURCE IDENTIFIER
       
    18 NAME PHOT	// 4 letter ID
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <appinfo.rh>
       
    26 #include "matrixmenudata.loc"
       
    27 
       
    28 //  RESOURCE DEFINITIONS
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 //	Define the resource file signature
       
    32 //	This resource should be empty.
       
    33 //
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE RSS_SIGNATURE
       
    37 	{
       
    38 	}
       
    39 
       
    40 
       
    41 // ---------------------------------------------------------------------------- 
       
    42 //
       
    43 // r_localisable_app_info
       
    44 //
       
    45 // ---------------------------------------------------------------------------- 
       
    46 //
       
    47 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
       
    48 	{
       
    49 	short_caption = qtn_apps_photos_grid;
       
    50 	caption_and_icon = 
       
    51 	CAPTION_AND_ICON_INFO
       
    52 		{
       
    53 		caption = qtn_apps_photos_grid;
       
    54 
       
    55 		number_of_icons = 1;
       
    56 		icon_file = "\\resource\\apps\\photossuitelauncher.mif";
       
    57 		};
       
    58 	}
       
    59 
       
    60 // End of File