genericservices/mimerecognitionfw/tef/TEmimeTestServer.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2003-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 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			temimetestserver.exe
       
    19 TARGETTYPE		exe
       
    20 UID           	0x1000007A 0x10004c73
       
    21 VENDORID 		0x70000001
       
    22 SECUREID 		0x10003a3f
       
    23 
       
    24 CAPABILITY ProtServ
       
    25 
       
    26 SOURCEPATH  .
       
    27 SOURCE		TEmimeTestServer.cpp
       
    28 SOURCE		T_MimeStep.cpp T_MstrStep.cpp T_MAPS.CPP
       
    29 
       
    30 userinclude		../tef
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 LIBRARY     euser.lib  efsrv.lib  apmime.lib estor.lib
       
    35 LIBRARY	    testexecuteutils.lib 
       
    36 LIBRARY		testexecutelogclient.lib
       
    37 LIBRARY     ecom.lib
       
    38 
       
    39 
       
    40 DEFFILE TEMIMETESTSERVER.DEF
       
    41 
       
    42 
       
    43 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    44 EPOCSTACKSIZE	0x6000
       
    45 
       
    46 SMPSAFE