email/imap4mtm/imapsyncmanager/group/imapsyncmanager.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 // Copyright (c) 2006-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 // imapsyncmanager.dll IMAP synchronisation manager
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			imapsyncmanager.dll
       
    23 TARGETTYPE		dll
       
    24 
       
    25 CAPABILITY 		ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData
       
    26 TARGETPATH		/system/libs
       
    27 UID			0x1000008d 0x10281D1E
       
    28 VENDORID		0x70000001
       
    29 SOURCEPATH		../src
       
    30 SOURCE			cimapfolder.cpp
       
    31 SOURCE			cimapfolderindex.cpp
       
    32 SOURCE			cimapopsyncfoldertree.cpp
       
    33 SOURCE			cimapopsyncsubs.cpp
       
    34 SOURCE			cimapsyncoperation.cpp
       
    35 SOURCE			cimapsyncmanager.cpp
       
    36 USERINCLUDE		../inc ../../../pop3andsmtpmtm/clientmtms/inc
       
    37 USERINCLUDE		../../imapsession/inc ../../../pop3andsmtpmtm/servermtmutils/inc
       
    38 USERINCLUDE		../../imapsettings/inc
       
    39 USERINCLUDE		../../imapprotocolcontroller/inc
       
    40 USERINCLUDE		../../imaptransporthandler/inc
       
    41 USERINCLUDE		../../imapservermtm/inc
       
    42 USERINCLUDE		../../imaputils/inc
       
    43 USERINCLUDE		../../imapofflinecontrol/inc
       
    44 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 LIBRARY 		efsrv.lib
       
    46 LIBRARY         	euser.lib
       
    47 LIBRARY			msgs.lib
       
    48 LIBRARY         	imcm.lib imut.lib
       
    49 LIBRARY         	etext.lib charconv.lib numberconversion.lib
       
    50 LIBRARY			transporthandler.lib
       
    51 LIBRARY			imapmailstore.lib
       
    52 LIBRARY			imapsession.lib
       
    53 LIBRARY			imapsettings.lib
       
    54 LIBRARY			imaputils.lib
       
    55 
       
    56 SMPSAFE