mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/group/mpxsqlitedbcommon.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:05 +0200
changeset 0 ff3acec5bc43
child 11 13afc0e517bd
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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