commonuisupport/uikon/test/tpackage/TPACKAGE_v2.MMP
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:41:34 +0200
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201009 Kit: 201010

// Copyright (c) 1997-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:
//

TARGET			tpackage.exe
TARGETPATH		/sys/bin
TARGETTYPE		exe	


EPOCSTACKSIZE 	0x5000
CAPABILITY 		all -tcb
UID            	0x100039CE 0x10207F6E
VENDORID 		0x70000001

SOURCEPATH		.
SOURCE        	TPACKAGE.CPP

USERINCLUDE     ../tpackage
USERINCLUDE	    ../../../../../appsupport/appfw/uiftestfw/inc
USERINCLUDE 	../tmessageserv
APP_LAYER_SYSTEMINCLUDE 

LIBRARY         euser.lib  estor.lib   ws32.lib  cone.lib  apparc.lib
LIBRARY         eikcore.lib appfwk_test_appui.lib messageserv.lib

RESOURCE       	TPACKAGE.RSS
START RESOURCE  TPACKAGE.RSS
	TARGETPATH	/resource/apps
END 

START RESOURCE	TPACKAGE_reg.rss
	TARGETPATH	/private/10003a3f/apps
	DEPENDS		tpackage.rsg
END

START RESOURCE	TPACKAGE_loc.rss
	TARGETPATH	/resource/apps
	LANG        SC
END


SMPSAFE