cmmanager/cmmgr/cmmpluginbase/group/cmmpluginbase.mmp
changeset 20 9c97ad6591ae
child 27 489cf6208544
child 38 9cd75f35e6e4
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     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 <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          cmmpluginbase.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x20016A84
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 
       
    30 SOURCE          ccmpluginbaseeng.cpp
       
    31 SOURCE          ccmpluginbaseengtextresolver.cpp
       
    32 
       
    33 // Component specific internal headers
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../cmmserver/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