/*
* 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: Implementation of applicationmanagement components
*
*/
// To get the APP_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>
#include "defaultcaps.hrh"
TARGET amadapter2.dll
CAPABILITY CAP_ECOM_PLUGIN
TARGETTYPE PLUGIN
UID 0x10009D8D 0x10207844
VENDORID VID_DEFAULT
MACRO __AM_LASTERROR_NODE // uncomment to enable /SCM/Ext/LastError node
APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE /epoc32/include/ecom
#ifdef __TARM_SYMBIAN_CONVERGENCY
SYSTEMINCLUDE /epoc32/include/devman
#else
// nothing
#endif
SOURCEPATH ../src
SOURCE amadapter.cpp
SOURCE nsmldmiapmatcher.cpp
SOURCE nsmldmuri.cpp
USERINCLUDE ../inc
USERINCLUDE ../../inc
USERINCLUDE ../../options/inc // install options
START RESOURCE amadapter.rss
TARGET amadapter2.rsc
END
LIBRARY euser.lib
LIBRARY ecom.lib
LIBRARY estor.lib
LIBRARY efsrv.lib
LIBRARY applicationmanagement.lib
LIBRARY centralrepository.lib
LIBRARY aminstalloptions.lib
LIBRARY featmgr.lib
LIBRARY flogger.lib
#ifdef __TARM_SYMBIAN_CONVERGENCY
LIBRARY devmancmdmgr.lib
LIBRARY dmtreeclient.lib
#else
LIBRARY nsmldmtreedbclient.lib
LIBRARY nsmldmclientserverutils.lib
LIBRARY nsmldmiapmatcher.lib
#endif
SMPSAFE
// End of File