messagingfw/msgtest/testutils/base/group/MsvTestUtils.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1999-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 // msvtestutils.mmp
       
    15 //
       
    16 
       
    17 TARGET        msvtestutils.dll
       
    18 TARGETTYPE    dll
       
    19 
       
    20 CAPABILITY All -TCB
       
    21 UID    0x10003C5E 0x10005F31
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH	../src
       
    25 SOURCE		msvtestutilswatcherstarter.cpp
       
    26 SOURCE		msvtestutils.cpp MsvTestUtilsBase.cpp 
       
    27 SOURCE		msvtestconfig.cpp ScriptFile.cpp
       
    28 SOURCE		ScriptSection.cpp ScriptSectionItem.cpp
       
    29 USERINCLUDE   ../inc ../../../../../../../app/messaging/email/pop3andsmtpmtm/clientmtms/inc
       
    30 USERINCLUDE   ../../../../msgsrvnstore/server/inc
       
    31 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 #if !defined (SYMBIAN_MESSAGESTORE_USING_SQLDB)
       
    33 MACRO SYMBIAN_MESSAGESTORE_USING_SQLDB
       
    34 #define SYMBIAN_MESSAGESTORE_USING_SQLDB
       
    35 #endif
       
    36 
       
    37 LIBRARY       euser.lib
       
    38 LIBRARY       msgs.lib
       
    39 LIBRARY       efsrv.lib
       
    40 LIBRARY       estor.lib
       
    41 LIBRARY       etext.lib
       
    42 LIBRARY       logcli.lib
       
    43 LIBRARY       schsend.lib
       
    44 LIBRARY       schsvr.lib
       
    45 LIBRARY       cntmodel.lib
       
    46 LIBRARY       bafl.lib
       
    47 LIBRARY       sqldb.lib
       
    48 
       
    49 
       
    50 START WINS
       
    51 	baseaddress     0x4AD60000
       
    52 END
       
    53 
       
    54 SMPSAFE