contextengine/group/contextengine.mmp
changeset 0 c53acadfccc6
child 8 6752808b2036
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION       10.0
       
    23 TARGET        contextengine.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008d 0x200009F6
       
    26 
       
    27 CAPABILITY    CAP_GENERAL_DLL
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 SYSTEMINCLUDE /epoc32/include/ecom
       
    31 SYSTEMINCLUDE /epoc32/include/connect
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../inc
       
    34 USERINCLUDE   ../../harvester/common/inc
       
    35 
       
    36 SOURCEPATH   ../src
       
    37 SOURCE        contextengine.cpp
       
    38 SOURCE        contextengineao.cpp
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY       euser.lib
       
    43 LIBRARY       ecom.lib
       
    44 LIBRARY       contextplugininterface.lib
       
    45 LIBRARY	  	  harvesterdata.lib
       
    46 LIBRARY	  	  harvestercommon.lib
       
    47 
       
    48 #if defined(WINS)
       
    49 deffile ../bwincw/contextenginewinscw.def
       
    50 #elif defined(ARMCC)
       
    51 deffile ../eabi/contextenginearm.def
       
    52 #endif
       
    53 nostrictdef
       
    54 
       
    55 PAGED
       
    56 BYTEPAIRCOMPRESSTARGET
       
    57