appfw/apparchitecture/tef/app_CTRL.MMP
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 //
       
    18 // App_CTRL.MMP for test component App_CTRL (released in APPARC)
       
    19 //
       
    20 
       
    21 target		app_ctrl.exe
       
    22 TARGETTYPE 	exe
       
    23 
       
    24 UID             0x100039CE 0x13008ACE
       
    25 targetpath      /sys/bin
       
    26 CAPABILITY 	All -Tcb
       
    27 VENDORID 	0x70000001
       
    28 
       
    29 SOURCEPATH	.	
       
    30 
       
    31 // your public include directory should be here
       
    32 userinclude   ../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 //systeminclude   /epoc32/include/techview
       
    37 
       
    38 // Application exe specific resource which is localised to the application
       
    39 resource  	App_CTRL.rss
       
    40 start resource  App_CTRL.rss
       
    41 targetpath	/resource/apps
       
    42 lang 		sc
       
    43 end
       
    44 
       
    45 // Application exe registration resource file
       
    46 resource  	App_CTRL_reg.rss
       
    47 start resource 	App_CTRL_reg.rss
       
    48 targetpath 	/private/10003a3f/apps
       
    49 lang		sc
       
    50 end
       
    51 
       
    52 // Application localisable resource file
       
    53 resource  	App_ctrl_loc.RSS
       
    54 start resource 	App_ctrl_loc.RSS
       
    55 targetpath 	/resource/apps
       
    56 lang		sc
       
    57 end
       
    58 
       
    59 SOURCE		app_CTRL.CPP
       
    60 
       
    61 
       
    62 LIBRARY       	apparc.lib
       
    63 LIBRARY       	cone.lib 
       
    64 LIBRARY       	eikcore.lib 
       
    65 LIBRARY       	euser.lib
       
    66 LIBRARY       	gdi.lib
       
    67 
       
    68 SMPSAFE