phonebookengines_old/contactsmodel/groupsql/cntmodel.iby
changeset 59 a642906a277a
parent 40 b46a585f6909
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    21 REM Contact Model
    21 REM Contact Model
    22 
    22 
    23 #include <versit.iby>
    23 #include <versit.iby>
    24 #include <conarc.iby>
    24 #include <conarc.iby>
    25 #include <charconv.iby>
    25 #include <charconv.iby>
    26 #include <BackupRestoreNotification.iby>
    26 #include <backuprestorenotification.iby>
    27 #include <cntplsql.iby>
    27 #include <cntplsql.iby>
    28 REM Log Engine contact matching plug-in implementation
    28 REM Log Engine contact matching plug-in implementation
    29 #include <cntmatchlog.iby>
    29 #include <cntmatchlog.iby>
    30 
    30 
    31 REM Configurable heap size for contact server.
    31 REM Configurable heap size for contact server.
    32 #ifndef CONTACT_SERVER_MAX_HEAPSIZE
    32 #ifndef CONTACT_SERVER_MAX_HEAPSIZE
    33 #define CONTACT_SERVER_MAX_HEAPSIZE  0x100000
    33 #define CONTACT_SERVER_MAX_HEAPSIZE  0x100000
    34 #endif
    34 #endif
    35 
    35 
    36 file=ABI_DIR\BUILD_DIR\cntsrv.exe		System\Programs\cntsrv.exe       heapmax=CONTACT_SERVER_MAX_HEAPSIZE
    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
    37 file=ABI_DIR/BUILD_DIR/cntmodel.dll		System/Libs/cntmodel.dll
    38 file=ABI_DIR\BUILD_DIR\cntview.dll		System\Libs\cntview.dll
    38 file=ABI_DIR/BUILD_DIR/cntview.dll		System/Libs/cntview.dll
    39 
    39 
    40 ECOM_PLUGIN(cntvcard.dll,102035f8.rsc)
    40 ECOM_PLUGIN(cntvcard.dll,102035f8.rsc)
    41 ECOM_PLUGIN(cntphone.dll,102035fb.rsc)
    41 ECOM_PLUGIN(cntphone.dll,102035fb.rsc)
    42 
    42 
    43 
    43