diff -r 7333d7932ef7 -r 8b7f4e561641 installationservices/swi/test/testexes/interpretsis_testcase/interpretsis_testcase_03.rss --- a/installationservices/swi/test/testexes/interpretsis_testcase/interpretsis_testcase_03.rss Tue Aug 31 15:21:33 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -// 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 -#include -#include - -#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"; - }