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