appfw/apparchitecture/tef/TApparcTestApp.mmp
changeset 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2003-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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 TARGETPATH	/sys/bin
       
    21 TARGET		tapparctestapp.exe
       
    22 TARGETTYPE	exe
       
    23 
       
    24 
       
    25 epocstacksize 	0x5000
       
    26 
       
    27 
       
    28 CAPABILITY 	All -Tcb
       
    29 UID		0x100039CE  0x100048F3
       
    30 VENDORID 	0x70000001
       
    31 
       
    32 SOURCEPATH	.
       
    33 SOURCE		tapparctestapp.cpp
       
    34 
       
    35 USERINCLUDE		.
       
    36 USERINCLUDE		../../uiftestfw/inc
       
    37 USERINCLUDE		../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 //SYSTEMINCLUDE	/epoc32/include/techview
       
    42 
       
    43 RESOURCE	tapparctestapp.rss
       
    44 
       
    45 START RESOURCE  tapparctestapp.rss
       
    46 HEADER
       
    47 TARGETPATH	/resource/apps
       
    48 END
       
    49 
       
    50 START RESOURCE	tapparctestapp_reg.rss
       
    51 TARGETPATH	/private/10003a3f/import/apps
       
    52 END
       
    53 
       
    54 START RESOURCE	tapparctestapp_loc.rss
       
    55 TARGETPATH	/resource/apps
       
    56 LANG		sc
       
    57 END
       
    58 
       
    59 LIBRARY	apparc.lib
       
    60 LIBRARY	cone.lib
       
    61 LIBRARY	efsrv.lib
       
    62 LIBRARY	eikcore.lib
       
    63 LIBRARY	euser.lib
       
    64 LIBRARY	gdi.lib
       
    65 
       
    66 SMPSAFE