appfw/apparchitecture/tef/app_CTRL2_stub.MMP
changeset 46 eea20ed08f4b
parent 29 6a787171e1de
equal deleted inserted replaced
40:951aeeb3da43 46:eea20ed08f4b
       
     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 // App_CTRL2.MMP for test component App_CTRL2 (released in APPARC)
       
    19 //
       
    20 
       
    21 target		app_ctrl2.exe
       
    22 TARGETTYPE 	exe
       
    23 
       
    24 CAPABILITY 	All -Tcb
       
    25 VENDORID 	0x70000001
       
    26 
       
    27 UID             0x100039CE 0x13008ADE
       
    28 targetpath 	/sys/bin
       
    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 //systeminclude   /epoc32/include/kernel
       
    38 
       
    39 source          app_CTRL2.CPP
       
    40 
       
    41 // Application exe specific resource which is localised to the application
       
    42 resource	App_CTRL2.rss
       
    43 start resource	App_CTRL2.rss
       
    44 targetpath	/resource/apps
       
    45 lang		sc
       
    46 end
       
    47 
       
    48 // Application exe registration resource file
       
    49 resource	App_CTRL2_reg.rss
       
    50 start resource	App_CTRL2_reg.rss
       
    51 targetpath 	/private/10003a3f/import/apps
       
    52 lang		sc
       
    53 end
       
    54 
       
    55 
       
    56 LIBRARY       	apparc.lib
       
    57 LIBRARY       	cone.lib 
       
    58 LIBRARY       	eikcore.lib 
       
    59 LIBRARY       	euser.lib
       
    60 LIBRARY       	gdi.lib
       
    61 
       
    62 SMPSAFE