--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/instantmessagesalert/group/instantmessagesalert.mmp Tue Feb 02 10:12:18 2010 +0200
@@ -0,0 +1,68 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: Project definition file for instantmessagesalert.
+*
+*/
+
+#include <platform_paths.hrh>
+#include "../inc/imalertuids.h"
+
+CAPABILITY CAP_GENERAL_DLL
+TARGET instantmessagesalert.dll
+TARGETTYPE dll
+UID KIMALERTUIDS1 KIMALERTUIDS2
+VENDORID VID_DEFAULT
+VERSION 10.0
+
+//used to allow binary compression by making use of BYTEPAIR algorithm
+PAGED
+
+SOURCEPATH ../src
+
+SOURCE cimalertmanager.cpp
+SOURCE cimalertnotifierimpl.cpp
+SOURCE cimalertpropertyobserver.cpp
+SOURCE imalertnotifierfactory.cpp
+
+USERINCLUDE ../inc
+APP_LAYER_SYSTEMINCLUDE
+
+
+#include "../inc/imalertbuilddefinitions.h"
+#ifdef _ENABLE_DEBUG_PRINT
+MACRO CHAT_ENABLE_DEBUG_PRINT
+ #ifdef _ENABLE_FILE_DEBUG
+MACRO CHAT_DEBUG_OUTPUT_TO_FILE
+LIBRARY flogger.lib
+ #endif // _ENABLE_FILE_DEBUG
+#endif // _ENABLE_DEBUG_PRINT
+
+// BASIC TYPES
+LIBRARY euser.lib
+LIBRARY centralrepository.lib
+LIBRARY cenrepnotifhandler.lib
+
+LIBRARY apgrfx.lib // for instantmessagesalert
+LIBRARY mediaclientaudio.lib // for instantmessagesalert
+LIBRARY apmime.lib // for instantmessagesalert
+LIBRARY filelist.lib //filelist dialog, needed for tone setting item
+
+LIBRARY platformenv.lib
+LIBRARY profileeng.lib
+LIBRARY efsrv.lib
+LIBRARY bafl.lib
+LIBRARY hwrmvibraclient.lib
+LIBRARY vimpstsettings.lib
+
+