/*
* Copyright (c) 2002 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: Implementation of syncmlfw/dm component
* This is part of syncmlfw.
*
*/
#include "defaultcaps.hrh"
#include <platform_paths.hrh>
TARGET nsmldmagent.dll
TARGETTYPE dll
UID 0x101F6DE5 0x101F6DE5
CAPABILITY CAP_GENERAL_DLL
VENDORID VID_DEFAULT
#if defined(ARMCC)
DEFFILE ./DEF/eabi
#elif defined(WINSCW)
DEFFILE ./DEF/bwinscw
#elif defined(WINS)
DEFFILE ./def/bwins
#else
DEFFILE ./def/bmarm
#endif
SOURCEPATH ../src
SOURCE nsmldmagent.cpp
SOURCE nsmldmcmds.cpp
SOURCE nsmldmerror.cpp
MW_LAYER_SYSTEMINCLUDE
USERINCLUDE ../inc ../../inc
USERINCLUDE ../../../../inc // internal header include
USERINCLUDE ../../settings/inc
USERINCLUDE ../../treemodule/inc
USERINCLUDE ../../treemodule/inc/exported
USERINCLUDE ../../../common/syncagent/inc
USERINCLUDE ../../../common/wbxml/inc
USERINCLUDE ../../../common/wbxml/inc/syncml
USERINCLUDE ../../../common/wbxml/inc/devinf
USERINCLUDE ../../../common/historylog/inc
SYSTEMINCLUDE /epoc32/include/ecom
LIBRARY euser.lib
LIBRARY estor.lib
LIBRARY nsmlagentcommon.lib
LIBRARY charconv.lib
LIBRARY nsmlhistorylog.lib
LIBRARY nsmldebug.lib
LIBRARY nsmlwbxml.lib
LIBRARY nsmldmsettings.lib
LIBRARY nsmldmmodule.lib
// FOTA
LIBRARY featmgr.lib
LIBRARY centralrepository.lib
// FOTA end
//LIBRARY nsmldmtestmodule.lib
LIBRARY policyengine.lib
#ifdef ARMCC
LIBRARY ecom.lib
#endif
SMPSAFE