email/pop3andsmtpmtm/imapservermtm/test/group/T_DecodeServer.mmp
changeset 25 84d9eb65b26f
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     1 // Copyright (c) 2005-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 #if (defined WINS && !defined EKA2)
       
    19 TARGET      T_DecodeServer.dll
       
    20 TARGETTYPE  dll
       
    21 UID             0x1000008d 0x101F777E
       
    22 VENDORID 0x70000001
       
    23 #else
       
    24 TARGET       T_DecodeServer.exe
       
    25 TARGETTYPE  exe
       
    26 UID             0x1000007A 0x101F777E
       
    27 VENDORID 0x70000001
       
    28 #endif
       
    29 
       
    30 CAPABILITY All -TCB
       
    31 
       
    32 SOURCEPATH  ..\src
       
    33 SOURCE		T_DecodeServer.cpp
       
    34 SOURCE		t_test_decode_step.cpp
       
    35 SOURCE		DecodeImapClient.cpp
       
    36 
       
    37 USERINCLUDE   ..\inc
       
    38 USERINCLUDE   ..\..\inc
       
    39 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    40 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/base/inc
       
    41 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/email/inc
       
    42 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/server/inc
       
    43 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/sms/inc
       
    44 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/tools/spoofserver/inc
       
    45 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 OS_LAYER_ESTLIB_SYSTEMINCLUDE  
       
    47 LIBRARY     	euser.lib
       
    48 LIBRARY		testexecuteutils.lib
       
    49 LIBRARY		testexecutelogclient.lib
       
    50 LIBRARY		msgs.lib efsrv.lib etext.lib imcm.lib bafl.lib charconv.lib
       
    51 LIBRARY		EmailTestUtils.lib MsvTestUtils.lib imut.lib insock.lib esock.lib estor.lib Spoofserver.lib
       
    52 
       
    53 
       
    54 SMPSAFE