instantmessagesalert/group/instantmessagesalert.mmp
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     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 instantmessagesalert.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../inc/imalertuids.h"   
       
    20 
       
    21 CAPABILITY CAP_GENERAL_DLL
       
    22 TARGET			instantmessagesalert.dll
       
    23 TARGETTYPE		dll
       
    24 UID				KIMALERTUIDS1 KIMALERTUIDS2 
       
    25 VENDORID		VID_DEFAULT
       
    26 VERSION      10.0
       
    27 
       
    28 //used to allow binary compression by making use of BYTEPAIR algorithm
       
    29 PAGED  
       
    30 
       
    31 SOURCEPATH		../src
       
    32 
       
    33 SOURCE			cimalertmanager.cpp
       
    34 SOURCE			cimalertnotifierimpl.cpp
       
    35 SOURCE			cimalertpropertyobserver.cpp
       
    36 SOURCE			imalertnotifierfactory.cpp
       
    37 
       
    38 USERINCLUDE ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 
       
    42 #include		"../inc/imalertbuilddefinitions.h"	
       
    43 #ifdef _ENABLE_DEBUG_PRINT
       
    44 MACRO   CHAT_ENABLE_DEBUG_PRINT         
       
    45     #ifdef _ENABLE_FILE_DEBUG
       
    46 MACRO   CHAT_DEBUG_OUTPUT_TO_FILE     
       
    47 LIBRARY			flogger.lib
       
    48     #endif // _ENABLE_FILE_DEBUG
       
    49 #endif // _ENABLE_DEBUG_PRINT
       
    50 
       
    51 // BASIC TYPES
       
    52 LIBRARY 	euser.lib
       
    53 LIBRARY 	centralrepository.lib
       
    54 LIBRARY 	cenrepnotifhandler.lib
       
    55 
       
    56 LIBRARY 	apgrfx.lib // for instantmessagesalert
       
    57 LIBRARY 	mediaclientaudio.lib // for instantmessagesalert
       
    58 LIBRARY 	apmime.lib // for instantmessagesalert
       
    59 LIBRARY 	filelist.lib //filelist dialog, needed for tone setting item
       
    60 
       
    61 LIBRARY     platformenv.lib
       
    62 LIBRARY     profileeng.lib
       
    63 LIBRARY		efsrv.lib
       
    64 LIBRARY     bafl.lib 
       
    65 LIBRARY 	hwrmvibraclient.lib
       
    66 LIBRARY 	vimpstsettings.lib
       
    67 
       
    68