eventsui/eventsengine/group/evtengine.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 Events Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Includes 
       
    20 #include "../inc/evtengineuid.hrh"		// For UID3
       
    21 
       
    22 // SYSTEM INCLUDE
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 // Target information
       
    27 TARGET  		evtengine.dll
       
    28 TARGETTYPE  	dll
       
    29 UID  			0x0 EVTENGINE_UID3
       
    30 CAPABILITY 		CAP_GENERAL_DLL
       
    31 VENDORID 		VID_DEFAULT
       
    32 
       
    33 // System Includes
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 // User Includes
       
    37 USERINCLUDE     ../inc ../../inc
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 SOURCE 			        evtmgmtuiengine.cpp
       
    41 SOURCE 			        evtmgmtuilbtadapter.cpp
       
    42 SOURCE                  evteventmanager.cpp
       
    43 SOURCE                  evtbasiceventinfo.cpp
       
    44 SOURCE                  evtevent.cpp
       
    45 SOURCE                  evtaction.cpp
       
    46 SOURCE                  evttoneaction.cpp
       
    47 SOURCE                  evtdatabase.cpp
       
    48 SOURCE                  evtdbnotifier.cpp
       
    49 
       
    50 LIBRARY                 estor.lib	
       
    51 LIBRARY                 euser.lib 			
       
    52 LIBRARY                 sqldb.lib               // Sqlite
       
    53 LIBRARY                 centralrepository.lib   // CRepository
       
    54 LIBRARY                 evtutils.lib
       
    55 LIBRARY		            lbt.lib
       
    56 LiBRARY		            lbs.lib 
       
    57 
       
    58 DEFFILE                 evtengine.def