presetserver/group/psserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 14:07:20 +0300
changeset 12 608f67c22514
parent 0 09774dfdd46b
child 14 896e9dbc5f19
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

/*
* Copyright (c) 2006-2007 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:  Project definition file for project PresetServer
*
*/

#include <platform_paths.hrh>

TARGET                  psserver.exe
TARGETTYPE              EXE
#ifdef __S60_50__
EPOCHEAPSIZE            0x1000 0x300000 // 4KB - 3MB
#endif //__S60_50__
UID                     0x1000008D 0x10281CB5
#ifdef __S60_50__
VERSION                 10.0
#endif //__S60_50__

CAPABILITY              None
VENDORID                VID_DEFAULT

#ifdef __S60_50__
PAGED
#endif //__S60_50__

SOURCEPATH              ../serversrc
SOURCE                  Psdatabase.cpp
SOURCE                  Psdatabasecleanup.cpp
SOURCE                  Pspendingpreset.cpp
SOURCE                  Psscheduler.cpp
SOURCE                  Psserver.cpp
SOURCE                  Pssession.cpp
SOURCE                  Psshutdown.cpp
SOURCE                  Pspropertyobserver.cpp

USERINCLUDE             ../include
USERINCLUDE             ../serverinc
USERINCLUDE             ../clientinc

APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(connect)

LIBRARY                 bafl.lib
LIBRARY                 ecom.lib
LIBRARY                 edbms.lib
LIBRARY                 efsrv.lib
LIBRARY                 estor.lib
LIBRARY                 euser.lib
LIBRARY                 platformenv.lib