diff -r 7333d7932ef7 -r 8b7f4e561641 installationservices/swi/test/testexes/tswiappregintegration/case01/swiappregintegration01_loc.rss --- a/installationservices/swi/test/testexes/tswiappregintegration/case01/swiappregintegration01_loc.rss Tue Aug 31 15:21:33 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ -// Copyright (c) 2010 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: -// - -/** - @file swiappregintegration01_loc.rss - @internalComponent - Internal Symbian test code -*/ - -#include -#include -#include - - -RESOURCE RSS_SIGNATURE { } - -#ifdef LANGUAGE_01 - #include "01-strings.rls" -#elif defined LANGUAGE_03 - #include "03-strings.rls" -#elif defined LANGUAGE_24 - #include "24-strings.rls" -#else - #include "rsc-strings.rls" -#endif - -RESOURCE LOCALISABLE_APP_INFO r_lai - { - short_caption = Localized_Short_Caption; - caption_and_icon = - { - CAPTION_AND_ICON_INFO - { - caption = Localized_Caption; - number_of_icons = Localized_NumberOfIcon; - icon_file = Localized_Iconfile; - } - }; - - view_list = - { - VIEW_DATA - { - uid = View_Uid1; - screen_mode = View_Screenmode1; - caption_and_icon = - { - CAPTION_AND_ICON_INFO - { - caption = View_Caption1; - number_of_icons = View_NumberOfIcon1; - icon_file = View_Iconfile1; - } - }; - }, - VIEW_DATA - { - uid = View_Uid2; - screen_mode = View_Screenmode2; - caption_and_icon = - { - CAPTION_AND_ICON_INFO - { - caption = View_Caption2; - number_of_icons = View_NumberOfIcon2; - icon_file = View_Iconfile2; - } - }; - } - }; - - group_name = Localized_GroupName; - }