common/tools/ats/smoketest/localisation/apparchitecture/tef/app_CTRL.MMP
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-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 #include <platform_paths.hrh>
       
    22 
       
    23 target		APP_CTRL.EXE
       
    24 TARGETTYPE 	exe
       
    25 
       
    26 UID             0x100039CE 0x13008ACE
       
    27 targetpath      /sys/bin
       
    28 CAPABILITY 	All -Tcb
       
    29 VENDORID 	0x70000001
       
    30 
       
    31 SOURCEPATH	.	
       
    32 
       
    33 // your public include directory should be here
       
    34 systeminclude   ../inc
       
    35 systeminclude   /epoc32/include
       
    36 systeminclude   /epoc32/include/techview
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // Application exe specific resource which is localised to the application
       
    41 resource  	App_CTRL.rss
       
    42 start resource  App_CTRL.rss
       
    43 targetpath	/Resource/apps
       
    44 lang 		sc
       
    45 end
       
    46 
       
    47 // Application exe registration resource file
       
    48 resource  	App_CTRL_reg.rss
       
    49 start resource 	App_CTRL_reg.rss
       
    50 targetpath 	/private/10003a3f/apps
       
    51 lang		sc
       
    52 end
       
    53 
       
    54 // Application localisable resource file
       
    55 resource  	App_CTRL_loc.rss
       
    56 start resource 	App_CTRL_loc.rss
       
    57 targetpath 	/Resource/apps
       
    58 lang		sc
       
    59 end
       
    60 
       
    61 SOURCE		App_CTRL.CPP
       
    62 
       
    63 
       
    64 LIBRARY       	APPARC.LIB
       
    65 LIBRARY       	CONE.LIB 
       
    66 LIBRARY       	EIKCORE.LIB 
       
    67 LIBRARY       	EUSER.LIB
       
    68 LIBRARY       	GDI.LIB