mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/group/mpxsqlitedbcommon.mmp
changeset 0 ff3acec5bc43
child 9 13afc0e517bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/group/mpxsqlitedbcommon.mmp	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,69 @@
+/*
+* Copyright (c) 2006 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 project mpxsqlitedbcommon.
+*
+*/
+
+
+#include <bldvariant.hrh>
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET          mpxsqlitedbcommon.dll
+TARGETTYPE      dll
+UID             0x1000008d 0x101FFCAE
+VENDORID        VID_DEFAULT
+
+CAPABILITY      CAP_GENERAL_DLL
+
+VERSION 15.0
+
+SOURCEPATH      ../src
+SOURCE          mpxdbcommonutil.cpp
+SOURCE          mpxresource.cpp
+SOURCE          mpxdbmanager.cpp
+SOURCE          mpxdbtable.cpp
+SOURCE          mpxdbactivetask.cpp
+
+USERINCLUDE     ../inc
+USERINCLUDE     ../../inc
+
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE   /epoc32/include/mmf/common
+SYSTEMINCLUDE   /epoc32/include/mmf/server
+
+LIBRARY         euser.lib
+LIBRARY         efsrv.lib
+LIBRARY         sqldb.lib
+LIBRARY         sysutil.lib
+LIBRARY         caf.lib
+LIBRARY         cafutils.lib
+LIBRARY         apgrfx.lib
+LIBRARY         apmime.lib
+LIBRARY         hash.lib
+
+LIBRARY         estor.lib
+LIBRARY         mmfcontrollerframework.lib   // CMMFMetaDataEntry
+LIBRARY         mmfstandardcustomcommands.lib
+LIBRARY         bafl.lib
+LIBRARY         ecom.lib // DestroyedImplementation
+LIBRARY         mpxcommon.lib
+
+#if defined(ARMCC)
+deffile ../eabi/ 
+#elif defined(WINSCW)
+deffile ../bwinscw/ 
+#endif
+
+// End of File
\ No newline at end of file