eventsui/eventshandlerui/eventshandlerserver/group/evthandlerserver.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 Management UI
       
    15 *                Application
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // SYSTEM INCLUDES
       
    21 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET          evthandlerserver.exe
       
    26 TARGETTYPE      exe
       
    27 
       
    28 UID             0 0x2001E669
       
    29 
       
    30 VERSION         1.0
       
    31 
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_SERVER
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../inc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../eventsnotifier/inc
       
    41 USERINCLUDE     ../../eventshandlerapp/inc
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 SOURCE          evthandlerserverstartup.cpp
       
    46 SOURCE          evthandlershutdowntimer.cpp
       
    47 SOURCE          evthandlerserver.cpp
       
    48 SOURCE          evthandlerserversession.cpp
       
    49 SOURCE          evtnotifierhandler.cpp
       
    50 SOURCE          evtglobalquery.cpp
       
    51 SOURCE          evtserverappui.cpp evtserverappdocument.cpp evtserverapp.cpp
       
    52 SOURCE          evtsnoozehandler.cpp
       
    53 
       
    54 LIBRARY         euser.lib 
       
    55 LIBRARY 		aknnotify.lib eiksrv.lib    //CAknGlobalNote 
       
    56 LIBRARY         apgrfx.lib
       
    57 LIBRARY         apparc.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         cone.lib 
       
    61 LIBRARY         eikcore.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         eikdlg.lib
       
    64 LIBRARY         estor.lib
       
    65 LIBRARY        	ws32.lib
       
    66 LIBRARY         eikcoctl.lib
       
    67 LIBRARY         egul.lib
       
    68 LIBRARY         fbscli.lib
       
    69 LIBRARY         aknicon.lib
       
    70 LIBRARY         eikcdlg.lib
       
    71 LIBRARY         eikctl.lib 
       
    72 LIBRARY         aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
       
    73 LIBRARY         centralrepository.lib   // CRepository
       
    74 LIBRARY 		cenrepnotifhandler.lib	// CRepository Handler
       
    75 
       
    76 //eventsui libraries
       
    77 LIBRARY 		evtengine.lib
       
    78 LIBRARY         evtutils.lib