installationservices/swi/test/testexes/interpretsis_testcase/interpretsis_testcase_03.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:21:33 +0300
branchRCL_3
changeset 25 7333d7932ef7
permissions -rw-r--r--
Revision: 201033 Kit: 201035

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

NAME HEWO

#include <techview/eikon.rh>
#include <uiklafgt/eikcore.rsg>
#include <appinfo.rh>

#include "interpretsis_testcase.hrh"
RESOURCE RSS_SIGNATURE { }
// Conditional compile, depending on locale
#ifdef LANGUAGE_01    // if language code is for UK
 #include "01/01-strings.rls"
#elif defined LANGUAGE_03  // if language code is for German
 #include "03/03-strings.rls"
#elif defined LANGUAGE_04  // if language code is for Spanish
 #include "04/04-strings.rls"
#elif defined LANGUAGE_24  // if language code is for French International
 #include "24/24-strings.rls"
#endif      
// end conditional compile

RESOURCE LOCALISABLE_APP_INFO r_lai
	{
		short_caption = STRING_r_example_short_caption;
    //
		caption_and_icon =
	        {
	        CAPTION_AND_ICON_INFO
	            {
	            caption = STRING_r_example_caption;
				number_of_icons = Long_NumberOfIcon1;
	            icon_file = STRING_r_example_iconfile;
	            }
	        }; 

	    group_name = "Tapash_Group";		
	}