emailservices/emailstore/message_store/server/group/MessageStoreServer.mmp
changeset 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Message store server project file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 #include "../../../inc/EmailStoreUids.hrh"
       
    23 
       
    24 TARGET        MessageStoreServer.dll
       
    25 TARGETTYPE    dll
       
    26 UID           KUidSharedLibrary KUidMessageStoreServer
       
    27 SECUREID      KUidMessageStoreServer
       
    28 VENDORID      VID_DEFAULT
       
    29 CAPABILITY    CAP_CLIENT_DLL
       
    30 
       
    31 VERSION       KEmailBinaryVersionNumber
       
    32 KEmailBinaryDemandPaging
       
    33 
       
    34 MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
       
    35 MACRO DEBUG_LOG_OPTION_ENTER
       
    36 MACRO DEBUG_LOG_OPTION_EXIT
       
    37 MACRO DEBUG_LOG_OPTION_ERRORS
       
    38 //MACRO DEBUG_LOG_OPTION_INFO
       
    39 
       
    40 // COMMENT OUT THESE 4 LINES TO BYPASS THE CRYPTO API
       
    41 //SYSTEMINCLUDE /epoc32/include/libc
       
    42 //USERINCLUDE   /epoc32/include/certicom
       
    43 //USERINCLUDE   /epoc32/include/CryptoApi
       
    44 //LIBRARY       cryptoapi.lib
       
    45 
       
    46 USERINCLUDE   ../inc
       
    47 USERINCLUDE   ../../client/api
       
    48 USERINCLUDE   ../../common/inc
       
    49 USERINCLUDE   ../../../inc
       
    50 USERINCLUDE   ../../../../../inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 SOURCEPATH    ../src
       
    55 SOURCE        MessageStoreServer.cpp
       
    56 SOURCE        MessageStoreSession.cpp
       
    57 SOURCE        BackupRestoreObserver.cpp
       
    58 SOURCE        ShutdownServer.cpp
       
    59 SOURCE        StoreDriveMonitor.cpp
       
    60 
       
    61 SOURCE        ContainerStore.cpp
       
    62 SOURCE        ContainerStoreContainersTable.cpp
       
    63 SOURCE        ContainerStoreContentManager.cpp
       
    64 SOURCE        ContainerStoreDeleteHandler.cpp
       
    65 SOURCE        ContainerStoreEncryption.cpp
       
    66 SOURCE        ContainerStoreAccountTable.cpp
       
    67 SOURCE        ContainerStoreGeneralTable.cpp
       
    68 SOURCE        ContainerStoreSearchHandler.cpp
       
    69 SOURCE        ContainerStoreTable.cpp
       
    70 SOURCE        ContainerStoreUtils.cpp
       
    71 SOURCE        MsgStoreSortResultRowSet.cpp
       
    72 SOURCE        MsgStoreStringSortResultRowSet.cpp
       
    73 SOURCE        ContainerStoreSortingTable.cpp
       
    74 SOURCE		  ContainerStoreSearchResultTable.cpp
       
    75 SOURCE        MessageStoreEncryptHandler.cpp
       
    76 SOURCE        ContainerStoreMRUAddressTable.cpp
       
    77 SOURCE        MsgStoreInMemorySortRowSet.cpp
       
    78 SOURCE        bufferedmessagecreator.cpp
       
    79 SOURCE        messagestoreutils.cpp
       
    80 
       
    81 SOURCEPATH    ../../common/src
       
    82 SOURCE        PropertiesSerializer.cpp
       
    83 SOURCE        AccountsSerializer.cpp
       
    84 SOURCE        psintpropertyobserver.cpp
       
    85 
       
    86 
       
    87 LIBRARY euser.lib 
       
    88 LIBRARY estor.lib
       
    89 LIBRARY efsrv.lib
       
    90 LIBRARY	bafl.lib
       
    91 LIBRARY edbms.lib
       
    92 LIBRARY sysutil.lib
       
    93 LIBRARY charconv.lib
       
    94 LIBRARY DebugLog.lib
       
    95 LIBRARY ImsPointSecMonitor.lib
       
    96 LIBRARY platformenv.lib