syncmlfw/ds/hostserver/dshostserverbase/bld/nsmldshostserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 22:54:36 +0300
branchRCL_3
changeset 65 5cc2995847ea
parent 62 19bba8228ff0
child 76 3cdbd92ee07b
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 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:  mmp file for DS Host Server
*
*/


#include "data_caging_paths.hrh"
#include <platform_paths.hrh>

#include "defaultcaps.hrh"
CAPABILITY CAP_GENERAL_DLL
VENDORID VID_DEFAULT

TARGETPATH	SHARED_LIB_DIR

TARGET          nsmldshostserver.dll
TARGETTYPE      dll

#if defined(ARMCC)
DEFFILE		./def/eabidshostserver
#elif defined(WINSCW)
DEFFILE		./def/bwinscwdshostserver
#endif

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/libc
SYSTEMINCLUDE   /epoc32/include/ecom
SYSTEMINCLUDE   /epoc32/include/syncml

USERINCLUDE ../inc
USERINCLUDE	../../dshostclient/inc
USERINCLUDE ../../../adapterlog/inc
USERINCLUDE ../../../inc

SOURCEPATH      ../src
SOURCE		Nsmldshostserver.cpp
SOURCE		Nsmldshostsession.cpp
SOURCE		Nsmldsdataproviderarray.cpp
SOURCE		Nsmldsdatastoreelement.cpp
SOURCE		Nsmldsasyncrequesthandler.cpp
SOURCE		Nsmldsasynccallback.cpp
SOURCE		NsmldschangedItemsFetcher.cpp
SOURCE		Nsmldshostsessioncancel.cpp

LIBRARY     euser.lib ecom.lib efsrv.lib edbms.lib estor.lib bafl.lib smlstoreformat.lib
LIBRARY		nsmldebug.lib smldataprovider.lib nsmldshostclient.lib NSmlAdapterLog.lib
LIBRARY		nsmlchangefinder.lib syncmldatafilter.lib

#ifdef ARMCC
LIBRARY ecom.lib
#endif