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