filehandling/fileconverterfw/TSRC/TTestEcomConverter.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2004-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 target ttestecomconverter.dll
       
    18 targettype plugin
       
    19 UID			0x10009d8d  0x10001111
       
    20 VENDORID 0x70000001
       
    21 CAPABILITY All -Tcb
       
    22 
       
    23 sourcepath		.
       
    24 
       
    25 start resource 10001111.rss
       
    26 target ttestecomconverter.rsc
       
    27 targetpath /resource/plugins
       
    28 end
       
    29 
       
    30 start resource 1871e.RSS
       
    31 targetpath /resource/convert
       
    32 end
       
    33 
       
    34 userinclude		../TSRC
       
    35 userinclude		../INC
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 //systeminclude 		/epoc32/include/ecom
       
    38 
       
    39 source			TTestEcomConverter.cpp
       
    40 
       
    41 
       
    42 library  		euser.lib
       
    43 library  		conarc.lib
       
    44 
       
    45 SMPSAFE
       
    46 
       
    47