common/tools/ats/smoketest/localisation/apparchitecture/tef/TApparcTestApp.mmp
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 #include <platform_paths.hrh>
       
    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 
       
    37 SYSTEMINCLUDE	/epoc32/include ../inc
       
    38 SYSTEMINCLUDE 	/epoc32/include/test
       
    39 SYSTEMINCLUDE	/epoc32/include/techview
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    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