syncmlfw/common/alertqueue/bld/NSmlAlertQueue.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:04:06 +0300
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2004 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:  SyncLog
*
*/


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

TARGET          nsmlalertqueue.dll
TARGETTYPE      dll
UID             0x1000008d 0x101F6DF0
CAPABILITY 	CAP_GENERAL_DLL
VENDORID 	VID_DEFAULT

#if defined(ARMCC)
DEFFILE		./def/eabi
#elif defined(WINSCW)
DEFFILE		./def/bwinscw
#endif

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

USERINCLUDE     ../inc
USERINCLUDE     ../../inc
USERINCLUDE		../../wbxml/inc
USERINCLUDE		../../wbxml/inc/syncml
USERINCLUDE		../../wbxml/inc/devinf
USERINCLUDE		../../syncagent/inc
USERINCLUDE     ../../../ds/inc
USERINCLUDE     ../../../ds/settings/inc
USERINCLUDE     ../../../ds/hostserver/dshostclient/inc
USERINCLUDE     ../../../dm/settings/inc
USERINCLUDE		../../../ds/syncagent/inc
USERINCLUDE     ../../historylog/inc
USERINCLUDE     ../../sosserver/inc

SOURCEPATH      ../src
SOURCE          NSmlAlertParserBase.cpp
SOURCE          NSmlDSAlertParser12.cpp
SOURCE          NSmlDMAlertParser11.cpp
SOURCE          NSmlDSAlertParser11.cpp
SOURCE          NSmlAlertInfo.cpp
SOURCE          NSmlAlertJobInfo.cpp
SOURCE          NSmlAlertHandler.cpp
SOURCE          NSmlMessageQueue.cpp
SOURCE          NSmlMessageItem.cpp
SOURCE          NSmlParserFactory.cpp

LIBRARY         euser.lib estor.lib bafl.lib efsrv.lib nsmlwbxml.lib
LIBRARY		nsmlhistorylog.lib
LIBRARY		NSmlDSSettings.lib
LIBRARY		nsmldmsettings.lib
LIBRARY		nsmldshostclient.lib
LIBRARY         nsmlagentcommon.lib
LIBRARY		charconv.lib
LIBRARY 	ecom.lib
LIBRARY 	nsmldebug.lib
LIBRARY         centralrepository.lib

SOURCEPATH	../src/ContentTypes

START RESOURCE	NSmlDSTypesRes.rss
HEADER
TARGETPATH	RESOURCE_FILES_DIR
END

SMPSAFE