installationservices/swi/test/testexes/tswiappregintegration/case12/swiappregintegration12_loc.rss
author hgs
Thu, 22 Jul 2010 14:08:51 +0300
changeset 55 ac7f90a6ff4c
permissions -rw-r--r--
201029_02

// 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 <techview/eikon.rh>
#include <uiklafgt/eikcore.rsg>
#include <appinfo.rh>


RESOURCE RSS_SIGNATURE { }

#ifdef LANGUAGE_01
 #include "01-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;
			}
		};
	}