pimappservices/calendar/group/agnmodel.iby
changeset 0 f979ecb2b13e
child 27 aba12c885d83
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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 __AGNMODEL_IBY__
       
    19 #define __AGNMODEL_IBY__
       
    20 
       
    21 REM Agenda Model
       
    22 
       
    23 #ifndef DATAZ_
       
    24   define DATAZ_ EPOCROOT##epoc32\data\Z
       
    25 #endif
       
    26 
       
    27 REM Configurable heap size for agenda server.
       
    28 #ifndef AGENDA_SERVER_MAX_HEAPSIZE
       
    29 #define AGENDA_SERVER_MAX_HEAPSIZE  0x100000
       
    30 #endif
       
    31 
       
    32 file=ABI_DIR\BUILD_DIR\agnmodel.dll        System\Libs\agnmodel.dll
       
    33 file=ABI_DIR\BUILD_DIR\agsvexe.exe         System\Programs\agsvexe.exe       heapmax=AGENDA_SERVER_MAX_HEAPSIZE
       
    34 
       
    35 data = ZPRIVATE\10003A5B\backup_registration.xml	PRIVATE\10003A5B\backup_registration.xml
       
    36 
       
    37 #endif