localisation/apparchitecture/tef/TApparcTestApp.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // using relative paths for sourcepath and user includes
    14 // using relative paths for sourcepath and user includes
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include <platform_paths.hrh>
    18 
    19 
    19 
    20 TARGETPATH	/sys/bin
    20 TARGETPATH	/sys/bin
    21 TARGET		tapparctestapp.exe
    21 TARGET		tapparctestapp.exe
    22 TARGETTYPE	exe
    22 TARGETTYPE	exe
    23 
    23 
    30 VENDORID 	0x70000001
    30 VENDORID 	0x70000001
    31 
    31 
    32 SOURCEPATH	.
    32 SOURCEPATH	.
    33 SOURCE		tapparctestapp.cpp
    33 SOURCE		tapparctestapp.cpp
    34 
    34 
    35 USERINCLUDE	.
    35 USERINCLUDE		.
       
    36 USERINCLUDE		../../uiftestfw/inc
       
    37 USERINCLUDE		../inc
    36 
    38 
    37 SYSTEMINCLUDE	/epoc32/include ../inc
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 SYSTEMINCLUDE 	/epoc32/include/test
    40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 SYSTEMINCLUDE	/epoc32/include/techview
    41 //SYSTEMINCLUDE	/epoc32/include/techview
    40 
    42 
    41 MW_LAYER_SYSTEMINCLUDE
    43 RESOURCE	tapparctestapp.rss
    42 
    44 
    43 RESOURCE	tApparctestapp.rss
    45 START RESOURCE  tapparctestapp.rss
    44 
       
    45 START RESOURCE  tApparctestapp.rss
       
    46 HEADER
    46 HEADER
    47 TARGETPATH	/resource/apps
    47 TARGETPATH	/resource/apps
    48 END
    48 END
    49 
    49 
    50 START RESOURCE	tApparctestapp_reg.rss
    50 START RESOURCE	tapparctestapp_reg.rss
    51 TARGETPATH	/private/10003a3f/import/apps
    51 TARGETPATH	/private/10003a3f/import/apps
    52 END
    52 END
    53 
    53 
    54 START RESOURCE	tApparctestapp_loc.rss
    54 START RESOURCE	tapparctestapp_loc.rss
    55 TARGETPATH	/resource/apps
    55 TARGETPATH	/resource/apps
    56 LANG		sc
    56 LANG		sc
    57 END
    57 END
    58 
    58 
    59 LIBRARY	apparc.lib
    59 LIBRARY	apparc.lib
    60 LIBRARY	cone.lib
    60 LIBRARY	cone.lib
    61 LIBRARY	efsrv.lib
    61 LIBRARY	efsrv.lib
    62 LIBRARY	eikcore.lib
    62 LIBRARY	eikcore.lib
    63 LIBRARY	euser.lib
    63 LIBRARY	euser.lib
    64 LIBRARY	gdi.lib
    64 LIBRARY	gdi.lib
       
    65 
       
    66 SMPSAFE