localisation/apparchitecture/tef/TEndTaskTestApp/EndTaskTestApp.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 #include "EndTaskTestAppExternalInterface.h"
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET			EndTaskTestApp.exe
       
    20 TARGETTYPE		exe
       
    21 CAPABILITY  	SwEvent
       
    22 
       
    23 UID           	0x100039CE KUidEndTaskAppUid
       
    24 VENDORID 		0x70000001
       
    25 
       
    26 SOURCEPATH    	.
       
    27 SOURCE        	EndTaskTestApp.cpp
       
    28 
       
    29 USERINCLUDE   	.
       
    30 SYSTEMINCLUDE 	/epoc32/include	/epoc32/include/techview 
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 LIBRARY     euser.lib 
       
    35 LIBRARY		apparc.lib 
       
    36 LIBRARY		apgrfx.lib 
       
    37 LIBRARY		cone.lib 
       
    38 LIBRARY		eikcore.lib
       
    39 LIBRARY		ws32.lib 
       
    40 LIBRARY		gdi.lib
       
    41 
       
    42 
       
    43 // Registration file
       
    44 SOURCEPATH    	.
       
    45 START RESOURCE	EndTask_reg.rss
       
    46 TARGETPATH		/private/10003a3f/apps
       
    47 END
       
    48 
       
    49 // Application resource file
       
    50 SOURCEPATH    	.
       
    51 START RESOURCE	EndTaskTestApp.rss
       
    52 HEADER
       
    53 TARGETPATH		/resource/apps
       
    54 END