presencecache/presencecachesymbian/presencecacheserver2/group/presencecacheserver2.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:29:23 +0300
changeset 40 b46a585f6909
child 81 640d30f4fb64
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* Copyright (c) 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 Presence Cache Server
*
*/

#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include "../../group/presencecacheuids.hrh"


TARGET                  presencecacheserver2.exe
TARGETTYPE              exe
UID                     PRESENCECACHE_DLL_UID_STATIC PRESENCECACHE_DLL_UID_SERVER

CAPABILITY              CAP_SERVER
VENDORID                VID_DEFAULT


SOURCEPATH              ../src
SOURCE                  presencecacheserver.cpp
SOURCE                  presencecachesession.cpp
SOURCE                  presencecachebuddystore.cpp
SOURCE                  presencecacheservicestore.cpp presencecacheevent.cpp 
SOURCE                  presencecacheexpiry.cpp

USERINCLUDE             ../inc
USERINCLUDE             ../../inc
USERINCLUDE             ../../../inc
USERINCLUDE             ../../presencecacheutils/inc
USERINCLUDE ../../presence_cache_api/inc 

SYSTEMINCLUDE           /epoc32/include/ecom
APP_LAYER_SYSTEMINCLUDE
// SYSTEMINCLUDE ../../presence_cache_api/inc  


LIBRARY             	euser.lib
LIBRARY                 flogger.lib
LIBRARY                 estor.lib   // streams
LIBRARY                 ecom.lib

LIBRARY                 presencecacheutils.lib

// End of file