appfw/apparchitecture/tef/m_ctrl_v2_Stub.mmp
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
child 21 9af619316cbf
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
       
     2 * Copyright (c) 2010 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 // M_CTRL.MMP for test component M_CTRL (released in APPARC)
       
    19 // New style APP/EXE built for a secure environment
       
    20 //
       
    21 
       
    22 target 		m_ctrl.exe
       
    23 TARGETTYPE 	exe
       
    24 
       
    25 targetpath	/sys/bin
       
    26 UID		0x100039CE 0x13008AEE
       
    27 CAPABILITY 	All -Tcb
       
    28 VENDORID 	0x70000001
       
    29 
       
    30 epocstacksize 	0x5000
       
    31 
       
    32 SOURCEPATH	.
       
    33 
       
    34 
       
    35 userinclude   ../inc
       
    36  		
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 //systeminclude   /epoc32/include/techview
       
    40 
       
    41 userinclude     .
       
    42 
       
    43 // Application exe specific resource which is localised to the application
       
    44 resource  	M_CTRL.rss
       
    45 start resource  M_CTRL.rss
       
    46 targetpath	/resource/apps
       
    47 lang 		sc
       
    48 end
       
    49 
       
    50 // Application exe registration resource file
       
    51 start resource 	M_CTRL_reg.rss
       
    52 targetpath 	/private/10003a3f/import/apps
       
    53 lang		sc
       
    54 end
       
    55 
       
    56 // Application localisable resource file
       
    57 start resource 	M_CTRL_loc.RSS
       
    58 targetpath 	/resource/apps
       
    59 lang		sc
       
    60 end
       
    61 
       
    62 SOURCE		M_CTRL_V2.CPP
       
    63 
       
    64 LIBRARY 	apparc.lib 
       
    65 LIBRARY 	cone.lib
       
    66 LIBRARY 	efsrv.lib
       
    67 LIBRARY 	eikcore.lib
       
    68 LIBRARY 	euser.lib 
       
    69 LIBRARY 	gdi.lib
       
    70 LIBRARY 	appfwk_test_appui.lib 
       
    71 
       
    72 SMPSAFE