plugins/contacts/symbian/contactsmodel/group/cntsrv.mmp
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 /*
       
     2 * Copyright (c) 1997-2009 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: 
       
    15 * cntsrv.exe Contacts server (no external interfaces)
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "cntmodel.mmh"
       
    21 
       
    22 TARGET        cntsrv.exe
       
    23 TARGETTYPE    exe
       
    24 
       
    25 CAPABILITY   readuserdata  writeuserdata   protserv
       
    26 
       
    27 UID				0x10004019 0x10003A73
       
    28 VENDORID 		0x70000001
       
    29 EPOCSTACKSIZE	0x14000
       
    30 
       
    31 //MACRO __VERBOSE_DEBUG__
       
    32 //MACRO __STATE_MACHINE_DEBUG__
       
    33 //MACRO __PROFILE_DEBUG__
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 USERINCLUDE ../src
       
    38 USERINCLUDE ../cntmodel/inc // For CCntPackager.h
       
    39 USERINCLUDE	../cntsrv/inc
       
    40 USERINCLUDE	../inc
       
    41 
       
    42 SOURCEPATH  ../cntsrv/src
       
    43 SOURCE		ccntsession.cpp
       
    44 SOURCE		ccntserver.cpp
       
    45 SOURCE		main.cpp
       
    46 SOURCE		ccntdbmanager.cpp
       
    47 SOURCE		ccntdbmanagercontroller.cpp
       
    48 SOURCE		ccntstatemachine.cpp
       
    49 SOURCE		ccntrequest.cpp
       
    50 SOURCE		cactiveloop.cpp
       
    51 SOURCE		cviewsubsessions.cpp
       
    52 SOURCE		ccnteventqueue.cpp
       
    53 SOURCE		cntcurrentitemmap.cpp
       
    54 SOURCE		cinifilemanager.cpp
       
    55 SOURCE		cntspeeddials.cpp
       
    56 SOURCE		ccntbackuprestoreagent.cpp
       
    57 SOURCE		ccntlowdiskmanager.cpp
       
    58 SOURCE		ccntpermanentdata.cpp
       
    59 SOURCE		ccntmsghandler.cpp
       
    60 SOURCE		ccntitemmsghandler.cpp
       
    61 SOURCE		ccnteventmsghandler.cpp
       
    62 SOURCE		ccnttransactionmsghandler.cpp
       
    63 SOURCE		ccntfilemanagermsghandler.cpp
       
    64 SOURCE		ccntpropertiesmsghandler.cpp
       
    65 SOURCE		ccntviewmsghandler.cpp
       
    66 
       
    67 
       
    68 SOURCEPATH	../src
       
    69 SOURCE		debug.cpp
       
    70 
       
    71 
       
    72 LIBRARY		euser.lib
       
    73 LIBRARY		efsrv.lib
       
    74 LIBRARY		estor.lib
       
    75 LIBRARY		cntmodel.lib
       
    76 LIBRARY		bafl.lib
       
    77 LIBRARY		charconv.lib
       
    78 
       
    79 #ifdef BUILD_SQL
       
    80 LIBRARY		cntplsql.lib
       
    81 #else
       
    82 LIBRARY		cntpldbms.lib
       
    83 #endif