pimappservices/calendar/group/agnmodel.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:19 +0200
changeset 0 f979ecb2b13e
child 27 aba12c885d83
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

#ifndef __AGNMODEL_IBY__
#define __AGNMODEL_IBY__

REM Agenda Model

#ifndef DATAZ_
  define DATAZ_ EPOCROOT##epoc32\data\Z
#endif

REM Configurable heap size for agenda server.
#ifndef AGENDA_SERVER_MAX_HEAPSIZE
#define AGENDA_SERVER_MAX_HEAPSIZE  0x100000
#endif

file=ABI_DIR\BUILD_DIR\agnmodel.dll        System\Libs\agnmodel.dll
file=ABI_DIR\BUILD_DIR\agsvexe.exe         System\Programs\agsvexe.exe       heapmax=AGENDA_SERVER_MAX_HEAPSIZE

data = ZPRIVATE\10003A5B\backup_registration.xml	PRIVATE\10003A5B\backup_registration.xml

#endif