email/pop3andsmtpmtm/imapservermtm/test/group/T_PARSE_UTC_IMAP.mmp
changeset 25 84d9eb65b26f
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     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 // T_ImapParseUtcServer.mmp
       
    15 // Using relative paths for sourcepath and user includes
       
    16 // 
       
    17 //
       
    18 
       
    19 #if (defined WINS && !defined EKA2)
       
    20 TARGET      T_ImapParseUtcServer.dll
       
    21 TARGETTYPE  dll
       
    22 UID             0x1000008d 0x101F777E
       
    23 VENDORID 0x70000001
       
    24 #else
       
    25 TARGET       T_ImapParseUtcServer.exe
       
    26 TARGETTYPE  exe
       
    27 UID             0x1000007A 0x101F777E
       
    28 VENDORID 0x70000001
       
    29 #endif
       
    30 
       
    31 CAPABILITY All -TCB
       
    32 
       
    33 SOURCEPATH  ..\src
       
    34 SOURCE		T_PARSE_UTC_IMAPServer.cpp
       
    35 SOURCE		T_PARSE_UTC_IMAPStep.cpp
       
    36 SOURCE		ImapSpoofServer.cpp
       
    37 SOURCE		IMapClient.cpp
       
    38 SOURCE		ScriptFileProcessor.cpp
       
    39 
       
    40 USERINCLUDE   ..\..\inc
       
    41 USERINCLUDE   ..\inc
       
    42 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    43 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/base/inc
       
    44 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/email/inc
       
    45 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/server/inc
       
    46 USERINCLUDE		../../../../../../../mw/messagingmw/messagingfw/msgtest/testutils/sms/inc
       
    47 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 OS_LAYER_ESTLIB_SYSTEMINCLUDE  
       
    49 LIBRARY     euser.lib
       
    50 LIBRARY		testexecuteutils.lib
       
    51 LIBRARY		testexecutelogclient.lib
       
    52 LIBRARY		msgs.lib efsrv.lib etext.lib imcm.lib bafl.lib
       
    53 LIBRARY		EmailTestUtils.lib MsvTestUtils.lib imut.lib insock.lib esock.lib estor.lib
       
    54 
       
    55 
       
    56 SMPSAFE