mpserviceplugins/mpxsqlitedbcommon/group/mpxsqlitedbcommon.mmp
branchRCL_3
changeset 52 14979e23cb5e
equal deleted inserted replaced
50:26a1709b9fec 52:14979e23cb5e
       
     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 MACRO __RAMDISK_PERF_ENABLE
       
    31 #define __RAMDISK_PERF_ENABLE
       
    32 
       
    33 VERSION 15.0
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          mpxdbcommonutil.cpp
       
    37 SOURCE          mpxresource.cpp
       
    38 SOURCE          mpxdbmanager.cpp
       
    39 SOURCE          mpxdbtable.cpp
       
    40 SOURCE          mpxdbactivetask.cpp
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    47 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         sqldb.lib
       
    52 LIBRARY         sysutil.lib
       
    53 LIBRARY         caf.lib
       
    54 LIBRARY         cafutils.lib
       
    55 LIBRARY         apgrfx.lib
       
    56 LIBRARY         apmime.lib
       
    57 LIBRARY         hash.lib
       
    58 
       
    59 LIBRARY         estor.lib
       
    60 LIBRARY         mmfcontrollerframework.lib   // CMMFMetaDataEntry
       
    61 LIBRARY         mmfstandardcustomcommands.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         ecom.lib // DestroyedImplementation
       
    64 LIBRARY         mpxcommon.lib
       
    65 LIBRARY         centralrepository.lib
       
    66 
       
    67 ALWAYS_BUILD_AS_ARM
       
    68 OPTION ARMCC -O3 -Otime
       
    69 
       
    70 #if defined(ARMCC)
       
    71 deffile ../eabi/ 
       
    72 #elif defined(WINSCW)
       
    73 deffile ../bwinscw/ 
       
    74 #endif
       
    75 
       
    76 SMPSAFE
       
    77 
       
    78 // End of File