eventsui/eventsutils/group/evtutils.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 UI Utils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // System Includes
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 // User Includes
       
    24 #include "../inc/evtutilsuid.hrh"
       
    25 
       
    26 TARGET                  evtutils.dll
       
    27 TARGETTYPE              DLL
       
    28 UID                     0x101FDFAE KEvtUtilsUid
       
    29 
       
    30 CAPABILITY              ALL -TCB
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 USERINCLUDE		        . 
       
    34 USERINCLUDE		        ../inc
       
    35 
       
    36 // System Include
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH              ../src         
       
    40 SOURCE                  evtinfonoteparams.cpp
       
    41 SOURCE 			        evtenginedebug.cpp
       
    42 SOURCE                  evttoneplayer.cpp
       
    43 SOURCE                  evtprofilehandler.cpp
       
    44 SOURCE                  evttoneutils.cpp
       
    45 SOURCE                  evtcallhandler.cpp
       
    46 SOURCE                  evtkeylockhandler.cpp
       
    47 
       
    48 LIBRARY 		        euser.lib
       
    49 LIBRARY                 estor.lib bafl.lib efsrv.lib
       
    50 LIBRARY                 flogger.lib
       
    51 LIBRARY                 apgrfx.lib apmime.lib CAF.lib
       
    52 LIBRARY                 avkon.lib               // Key lock
       
    53 LIBRARY         		centralrepository.lib   // CRepository
       
    54 LIBRARY 				CenRepNotifHandler.lib	// CRepository Handler
       
    55 LIBRARY                 DrmAudioPlayUtility.lib	// DRM Player
       
    56 LIBRARY                 HWRMVibraClient.lib		// Vibra Settings
       
    57 LIBRARY                 mediaclientaudio.lib	// Audio Player
       
    58 LIBRARY                 etel3rdparty.lib		// Telephony
       
    59 
       
    60 #if defined(WINS)
       
    61  deffile   ../bwins/evtutils.def
       
    62 #elif defined(EABI)
       
    63  deffile   ../eabi/evtutils.def
       
    64 #endif