eventsui/eventshandlerui/eventshandler/group/evthandler.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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 Events Hanlder
       
    15 *
       
    16 */
       
    17 
       
    18 // using relative paths for source and userinclude directories
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET      evthandler.exe
       
    25 TARGETTYPE  exe
       
    26 UID         0 0x2001E667
       
    27 VENDORID    VID_DEFAULT
       
    28 CAPABILITY 	CAP_SERVER
       
    29 
       
    30 // Project source directory
       
    31 SOURCEPATH  ../src
       
    32 
       
    33 // Source files
       
    34 SOURCE      evthandler.cpp
       
    35 SOURCE      evthandlerclient.cpp
       
    36 
       
    37 // Include paths
       
    38 USERINCLUDE     . 
       
    39 USERINCLUDE     ../inc 
       
    40 USERINCLUDE     ../../inc
       
    41 USERINCLUDE     ../../../inc
       
    42 
       
    43 // Default system include paths for application layer modules.
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 
       
    47 // Libraries
       
    48 LIBRARY         euser.lib efsrv.lib
       
    49 LIBRARY         estor.lib 
       
    50 LIBRARY 		bafl.lib  // commandline arguments
       
    51 LIBRARY         evtengine.lib evtutils.lib