localisation/apparchitecture/tef/tRuleBasedApps/tRuleBasedApp3.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2005-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 // t_RuleBasedApp.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // using relative paths for sourcepath and user includes
       
    21 CAPABILITY NONE
       
    22 epocstacksize 		0x5000
       
    23 
       
    24 TARGETPATH		/sys/bin
       
    25 
       
    26 
       
    27 TARGET			tRuleBasedApp3.exe
       
    28 TARGETTYPE		exe
       
    29 
       
    30 
       
    31 UID           		0x100039CE 0X1020D6FE
       
    32 
       
    33 VENDORID 		0x70000001
       
    34 
       
    35 SOURCEPATH    		.
       
    36 
       
    37 SOURCE        		tRuleBasedApp3.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE   		.
       
    41 
       
    42 SYSTEMINCLUDE 		/epoc32/include
       
    43 SYSTEMINCLUDE 		/epoc32/include/techview
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY       		euser.lib apparc.lib cone.lib eikcore.lib bitgdi.lib fntstr.lib fbscli.lib gdi.lib
       
    48 
       
    49 			
       
    50 START RESOURCE      	tRuleBasedApp3.rss
       
    51 HEADER
       
    52 TARGETPATH		/resource/apps
       
    53 END
       
    54 
       
    55 START RESOURCE		tRuleBasedApp3_reg.rss
       
    56 TARGETPATH		/private/10003a3f/apps
       
    57 END