appfw/apparchitecture/tef/SimpleApparcTestApp.mmp
changeset 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2000-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 target		simpleapparctestapp.exe
       
    19 TARGETTYPE 	exe
       
    20 	
       
    21 targetpath	/sys/bin
       
    22 UID           	0x100039CE 0x12008ACE
       
    23 VENDORID 	0x70000001
       
    24 CAPABILITY 	All -Tcb
       
    25 epocstacksize 	0x5000
       
    26 
       
    27 SOURCEPATH    	.
       
    28 SOURCE		SimpleApparcTestApp.cpp
       
    29 
       
    30 USERINCLUDE   	.
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    35 
       
    36 // Application exe specific resource which is localised to the application
       
    37 RESOURCE	SimpleApparcTestApp.rss
       
    38 start resource	SimpleApparcTestApp.rss
       
    39 targetpath	/resource/apps
       
    40 lang		sc
       
    41 end
       
    42 
       
    43 
       
    44 // Application exe registration resource file
       
    45 START RESOURCE	SimpleApparcTestApp_Reg.RSS
       
    46 TARGETPATH	/private/10003a3f/apps
       
    47 lang		sc
       
    48 END
       
    49 
       
    50  
       
    51 LIBRARY       	apparc.lib  
       
    52 LIBRARY       	cone.lib 
       
    53 LIBRARY       	eikcore.lib
       
    54 LIBRARY       	euser.lib 
       
    55 LIBRARY       	gdi.lib
       
    56 
       
    57 SMPSAFE