plugins/contacts/symbian/contactsmodel/groupsql/cntmodel.iby
changeset 0 876b1a06bc25
child 5 603d3f8b6302
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 /*
       
     2 * Copyright (c) 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 *
       
    16 */
       
    17 
       
    18 #ifndef __CNTMODEL_IBY__
       
    19 #define __CNTMODEL_IBY__
       
    20 
       
    21 REM Contact Model
       
    22 
       
    23 #include <versit.iby>
       
    24 #include <conarc.iby>
       
    25 #include <charconv.iby>
       
    26 #include <BackupRestoreNotification.iby>
       
    27 #include <cntplsql.iby>
       
    28 REM Log Engine contact matching plug-in implementation
       
    29 #include <cntmatchlog.iby>
       
    30 
       
    31 REM Configurable heap size for contact server.
       
    32 #ifndef CONTACT_SERVER_MAX_HEAPSIZE
       
    33 #define CONTACT_SERVER_MAX_HEAPSIZE  0x100000
       
    34 #endif
       
    35 
       
    36 file=ABI_DIR\BUILD_DIR\cntsrv.exe		System\Programs\cntsrv.exe       heapmax=CONTACT_SERVER_MAX_HEAPSIZE
       
    37 file=ABI_DIR\BUILD_DIR\cntmodel.dll		System\Libs\cntmodel.dll
       
    38 file=ABI_DIR\BUILD_DIR\cntview.dll		System\Libs\cntview.dll
       
    39 
       
    40 ECOM_PLUGIN(cntvcard.dll,102035f8.rsc)
       
    41 ECOM_PLUGIN(cntphone.dll,102035fb.rsc)
       
    42 
       
    43 
       
    44 #endif