appfw/apparchitecture/tef/TSTAPP_embedded.MMP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @test
       
    19  @internalComponent - Internal Symbian test code 
       
    20 */
       
    21 
       
    22 
       
    23 target			tstapp_embedded.dll
       
    24 TARGETPATH		/sys/bin
       
    25 TARGETTYPE 		PLUGIN
       
    26 UID 			0x10009d8d 0x10004c66
       
    27 
       
    28 CAPABILITY 		All -Tcb
       
    29 VENDORID 		0x70000001
       
    30 
       
    31 
       
    32 sourcepath		.
       
    33 source          TSTAPP.CPP
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 userinclude		../inc // your public include directory should be here
       
    38 userinclude     .
       
    39 
       
    40 
       
    41 START RESOURCE 	10004c66.rss
       
    42 TARGET 			tstapp_embedded.rsc
       
    43 END
       
    44 
       
    45 library         euser.lib apparc.lib gdi.lib estor.lib efsrv.lib apgrfx.lib eikcore.lib cone.lib
       
    46 library			ecom.lib
       
    47 
       
    48 SMPSAFE