filehandling/fileconverterfw/Tef/TConArcTestServer.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // TConArcTestServer.mmp
       
     2 
       
     3 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 // Using relative paths for sourcepath and user includes
       
    17 // 
       
    18 //
       
    19 
       
    20 TARGET		tconarctestserver.exe
       
    21 TARGETTYPE	exe
       
    22 UID           	0x1000007A 0x10004c6f
       
    23 VENDORID 0x70000001
       
    24 CAPABILITY All -Tcb
       
    25 
       
    26 macro ETEXT_CONVERTER_UIDS_CORRECTED // corrects the values of KUidPlainTextToETextConverter and KUidETextToPlainTextConverter in Conarc.h
       
    27 
       
    28 SOURCEPATH  .
       
    29 SOURCE		TConArcTestServer.cpp 
       
    30 SOURCE		TCnfStep.cpp TB64CnvStep.cpp TLoadEcomCnvStep.cpp
       
    31 
       
    32 userinclude		../Tef 
       
    33 userinclude		../TSRC
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 //systeminclude /epoc32/include/ecom
       
    36 
       
    37 SMPSAFE
       
    38 
       
    39 LIBRARY     euser.lib  apmime.lib efsrv.lib estor.lib
       
    40 LIBRARY     conarc.lib	bafl.lib
       
    41 LIBRARY	    testexecuteutils.lib
       
    42 LIBRARY		testexecutelogclient.lib
       
    43 LIBRARY     ecom.lib
       
    44 
       
    45 DEFFILE TCONARCTESTSERVER.DEF
       
    46 
       
    47 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    48 EPOCSTACKSIZE	0x6000