taskswitcher/contextengine/hgctxutils/group/hgcontextservicesutils.mmp
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2 * ===========================================================================
       
     3 *  Name        : hgcontextservicesutils.mmp
       
     4 *  Part of     : Huriganes / Context Services Utils
       
     5 *  Description : Project definition file for project Context Services
       
     6 *  Version     : %version: sa1spcx1#24 %
       
     7 *
       
     8 *  Copyright © 2008 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET        	hgcontextservicesutils.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d
       
    26 
       
    27 CAPABILITY       CAP_GENERAL_DLL  
       
    28 VENDORID         VID_DEFAULT
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../trace
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          hgproplistener.cpp
       
    35 SOURCE          hgcenreplistener.cpp
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY	        euser.lib  
       
    40 LIBRARY         centralrepository.lib
       
    41 
       
    42 DEBUGLIBRARY	flogger.lib
       
    43