mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/group/mpxsqlitedbcommon.mmp
changeset 0 ff3acec5bc43
child 11 13afc0e517bd
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project mpxsqlitedbcommon.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mpxsqlitedbcommon.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101FFCAE
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 VERSION 15.0
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          mpxdbcommonutil.cpp
       
    34 SOURCE          mpxresource.cpp
       
    35 SOURCE          mpxdbmanager.cpp
       
    36 SOURCE          mpxdbtable.cpp
       
    37 SOURCE          mpxdbactivetask.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    44 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         sqldb.lib
       
    49 LIBRARY         sysutil.lib
       
    50 LIBRARY         caf.lib
       
    51 LIBRARY         cafutils.lib
       
    52 LIBRARY         apgrfx.lib
       
    53 LIBRARY         apmime.lib
       
    54 LIBRARY         hash.lib
       
    55 
       
    56 LIBRARY         estor.lib
       
    57 LIBRARY         mmfcontrollerframework.lib   // CMMFMetaDataEntry
       
    58 LIBRARY         mmfstandardcustomcommands.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         ecom.lib // DestroyedImplementation
       
    61 LIBRARY         mpxcommon.lib
       
    62 
       
    63 #if defined(ARMCC)
       
    64 deffile ../eabi/ 
       
    65 #elif defined(WINSCW)
       
    66 deffile ../bwinscw/ 
       
    67 #endif
       
    68 
       
    69 // End of File