commonuisupport/uikon/test/tpackage/TPACKAGE_v2.MMP
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET			tpackage.exe
       
    17 TARGETPATH		/sys/bin
       
    18 TARGETTYPE		exe	
       
    19 
       
    20 
       
    21 EPOCSTACKSIZE 	0x5000
       
    22 CAPABILITY 		all -tcb
       
    23 UID            	0x100039CE 0x10207F6E
       
    24 VENDORID 		0x70000001
       
    25 
       
    26 SOURCEPATH		.
       
    27 SOURCE        	TPACKAGE.CPP
       
    28 
       
    29 USERINCLUDE     ../tpackage
       
    30 USERINCLUDE	    ../../../../../appsupport/appfw/uiftestfw/inc
       
    31 USERINCLUDE 	../tmessageserv
       
    32 APP_LAYER_SYSTEMINCLUDE 
       
    33 
       
    34 LIBRARY         euser.lib  estor.lib   ws32.lib  cone.lib  apparc.lib
       
    35 LIBRARY         eikcore.lib appfwk_test_appui.lib messageserv.lib
       
    36 
       
    37 RESOURCE       	TPACKAGE.RSS
       
    38 START RESOURCE  TPACKAGE.RSS
       
    39 	TARGETPATH	/resource/apps
       
    40 END 
       
    41 
       
    42 START RESOURCE	TPACKAGE_reg.rss
       
    43 	TARGETPATH	/private/10003a3f/apps
       
    44 	DEPENDS		tpackage.rsg
       
    45 END
       
    46 
       
    47 START RESOURCE	TPACKAGE_loc.rss
       
    48 	TARGETPATH	/resource/apps
       
    49 	LANG        SC
       
    50 END
       
    51 
       
    52 
       
    53 SMPSAFE