cmmanager/cmmgr/cmmpluginbase/group/cmmpluginbase.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
       
     2 * Copyright (c) 2009-2010 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:
       
    15 *        Project definition file for project cmpluginbase
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          cmmpluginbase.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x20016A84
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 
       
    29 SOURCE          ccmpluginbaseeng.cpp
       
    30 SOURCE          ccmpluginbaseengtextresolver.cpp
       
    31 
       
    32 // Component specific internal headers
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../cmmserver/inc
       
    35 USERINCLUDE     ../../cmmcommon/inc
       
    36 USERINCLUDE     ../traces
       
    37 
       
    38 // ADO specific internal headers
       
    39 SYSTEMINCLUDE   ../../../../inc
       
    40 
       
    41 //Macro to /epoc32 headers
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY     euser.lib
       
    45 LIBRARY     commsdat.lib
       
    46 LIBRARY     featmgr.lib
       
    47 LIBRARY     esock.lib
       
    48 LIBRARY     ws32.lib
       
    49 LIBRARY     cmmanagerdatabase.lib
       
    50 LIBRARY     insock.lib
       
    51 LIBRARY     sysutil.lib
       
    52 LIBRARY     ecom.lib
       
    53 LIBRARY     efsrv.lib
       
    54 LIBRARY     hbcore.lib
       
    55 
       
    56 #if defined(ARMCC)
       
    57     DEFFILE ../EABI/cmmpluginbase.def
       
    58 #else
       
    59     DEFFILE ../BWinsCw/cmmpluginbase.def
       
    60 #endif
       
    61