installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotestmultilang_loc.rss
branchRCL_3
changeset 25 7333d7932ef7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotestmultilang_loc.rss	Tue Aug 31 15:21:33 2010 +0300
@@ -0,0 +1,89 @@
+/*
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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 sifgetcompinfotest1_loc.rss
+ @internalComponent - Internal Symbian test code
+*/
+
+#include <techview/eikon.rh>
+#include <uiklafgt/eikcore.rsg>
+#include <appinfo.rh>
+
+
+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"
+#else   // if nothing id defined take english
+ #include "rsc/rsc-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;
+	            }
+	        };                          
+	    //
+	    view_list =
+	        {
+	        VIEW_DATA
+	            {
+				uid = Long_uid1;
+				screen_mode = Long_screenmode1;
+	            caption_and_icon =
+	                {
+	                CAPTION_AND_ICON_INFO
+	                    {
+	                    caption = STRING_r_view_268123123_caption;
+						number_of_icons = Long_NumberOfIcon2;
+						icon_file = STRING_r_example_iconfile1;
+	                    }
+	                };                          
+	            },
+	        VIEW_DATA
+	            {
+				uid = Long_uid2;
+	            screen_mode = Long_screenmode2;
+	            caption_and_icon =
+	                {
+	                CAPTION_AND_ICON_INFO
+	                    {
+	                    caption = STRING_r_view_268123124_caption;
+						number_of_icons = Long_NumberOfIcon3;
+	                    icon_file = STRING_r_example_iconfile2;
+	                    }
+	                };
+	            }
+	        };
+	    group_name = "CompInfo_Group";		
+	}