filehandling/fileconverterfw/TSRC/t_conV2_V2.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1997-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 // t_conV2.MMP
       
    15 // A converter module used for testing the version 2 CNF format
       
    16 // 
       
    17 //
       
    18 
       
    19 target			t_conv2.dll
       
    20 targettype      plugin
       
    21 UID				0x10009d8d 0x10004c63
       
    22 VENDORID 		0x70000001
       
    23 CAPABILITY All -Tcb
       
    24 
       
    25 
       
    26 SOURCEPATH		.
       
    27 
       
    28 start resource 10004c63.rss
       
    29 target t_conv2.rsc
       
    30 targetpath /resource/plugins
       
    31 end
       
    32 
       
    33 start resource 10004c41.rss
       
    34 targetpath /resource/convert
       
    35 end
       
    36 
       
    37 
       
    38 userinclude			../TSRC
       
    39 userinclude			../INC
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 //systeminclude 		/epoc32/include/ecom
       
    42 
       
    43 source			t_conV2_V2.cpp
       
    44 
       
    45 library			euser.lib
       
    46 library			conarc.lib
       
    47 
       
    48 SMPSAFE