email/email/pop/group/T_PopServer.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Project definition file for Pop test Server
       
    15 // 
       
    16 //
       
    17 
       
    18 	CAPABILITY 		ALL -TCB
       
    19 	TARGET			t_msgpopserver.exe
       
    20 	TARGETTYPE		exe
       
    21 	UID			0x1000007A 0x1027406F
       
    22 	VENDORID 		0x70000001
       
    23 
       
    24 // Include the Framework 
       
    25 #include "../../../framework/group/T_MsgFramework.mph"
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 SYSTEMINCLUDE		/epoc32/include
       
    31 SYSTEMINCLUDE		/epoc32/include/test
       
    32 SYSTEMINCLUDE		/epoc32/include/comms-infras
       
    33 
       
    34 USERINCLUDE 	../inc
       
    35 
       
    36 SOURCEPATH	../src
       
    37 SOURCE	T_PopServer.cpp
       
    38 SOURCE	T_MsgSharedDataPop.cpp
       
    39 SOURCE	T_MsgAsyncStepPOP.cpp
       
    40 SOURCE	T_MsgSyncStepPOP.cpp
       
    41 SOURCE	T_CheckChildrenCountPop.cpp
       
    42 SOURCE	T_ComparePopEmailMsgs.cpp
       
    43 SOURCE	T_ComparePopSettings.cpp
       
    44 SOURCE	T_ConnectPop3Server.cpp
       
    45 SOURCE	T_CopyPopSelection.cpp
       
    46 SOURCE	T_CreatePopAccount.cpp
       
    47 SOURCE	T_DeleteAllPopChildren.cpp
       
    48 SOURCE	T_DeletePopAccount.cpp
       
    49 SOURCE	T_DisconnectPop3Server.cpp
       
    50 SOURCE	T_ModifyPopSettings.cpp
       
    51 SOURCE	T_PopInvokeAsyncFunction.cpp
       
    52 SOURCE	T_VerifyPopAccountsCount.cpp
       
    53 SOURCE	T_VerifyPopSettings.cpp
       
    54 SOURCE	T_StartRamUsageTimer.cpp
       
    55 SOURCE	T_StopRamUsageTimer.cpp
       
    56 SOURCE	T_CheckPop3AccessPoint.cpp
       
    57 SOURCE	T_CreatePopAccountWithoutSmtp.cpp
       
    58 SOURCE	T_ModifyPopSettings2.cpp
       
    59 SOURCE	T_CheckPopSNAPSetting.cpp
       
    60 SOURCE	T_RemovePopSNAPSetting.cpp
       
    61 SOURCE	T_CheckPopBMSetting.cpp
       
    62 
       
    63 LIBRARY 	testexecuteutils.lib
       
    64 LIBRARY		testexecutelogclient.lib
       
    65 LIBRARY		imut.lib 
       
    66 LIBRARY		bafl.lib
       
    67 LIBRARY		etext.lib
       
    68 LIBRARY		estor.lib 
       
    69 LIBRARY		msgs.lib
       
    70 LIBRARY		euser.lib
       
    71 LIBRARY		imcm.lib
       
    72 LIBRARY		efsrv.lib
       
    73 LIBRARY		charconv.lib
       
    74 LIBRARY		t_msgutilityserver.lib
       
    75 LIBRARY		hal.lib
       
    76 //LIBRARY		instrumentationhandler.lib
       
    77 LIBRARY		netmeta.lib
       
    78 EPOCHEAPSIZE 0x1000 0x800000
       
    79 
       
    80 
       
    81