installationservices/swi/test/testexes/tswiappregintegration/case03/swiappregintegration03_loc.RSS
branchRCL_3
changeset 65 7333d7932ef7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swi/test/testexes/tswiappregintegration/case03/swiappregintegration03_loc.RSS	Tue Aug 31 15:21:33 2010 +0300
@@ -0,0 +1,96 @@
+// 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 swiappregintegration03_loc.rss
+ @internalComponent - Internal Symbian test code
+*/
+
+NAME SER1
+
+#include <uikon.rh>
+#include <appinfo.rh>
+ 
+#ifdef LANGUAGE_01
+ #include "01-strings.rls"
+#elif defined LANGUAGE_24
+ #include "24-strings.rls"
+#else
+ #include "rsc-strings.rls"
+#endif
+ 
+RESOURCE RSS_SIGNATURE				{ }
+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;
+			}
+		}; 
+	}
+
+STRUCT SERVICE_NAME
+	{
+	LTEXT name = "";
+	}
+
+#ifdef LANGUAGE_01
+RESOURCE SERVICE_NAME r_service_1_specific_data_loc
+	{
+	name = "EN Localised text for service UID 0x01020305";
+	}
+RESOURCE SERVICE_NAME r_service_2_specific_data_loc
+	{
+	name = "EN Localised text for service UID 0x10208DCA";
+	}
+RESOURCE SERVICE_NAME r_app_data_loc
+	{
+	name = "EN Localised text App";
+	}
+#elif defined LANGUAGE_24
+RESOURCE SERVICE_NAME r_service_1_specific_data_loc
+	{
+	name = "IF Localised text for service UID 0x01020305";
+	}
+RESOURCE SERVICE_NAME r_service_2_specific_data_loc
+	{
+	name = "IF Localised text for service UID 0x10208DCA";
+	}
+RESOURCE SERVICE_NAME r_app_data_loc
+	{
+	name = "IF Localised text App";
+	}
+#else
+RESOURCE SERVICE_NAME r_service_1_specific_data_loc
+	{
+	name = "RSC Localised text for service UID 0x01020305";
+	}
+RESOURCE SERVICE_NAME r_service_2_specific_data_loc
+	{
+	name = "RSC Localised text for service UID 0x10208DCA";
+	}
+RESOURCE SERVICE_NAME r_app_data_loc
+	{
+	name = "RSC Localised text App";
+	}
+#endif 
+	
+
+