coreapplicationuis/accfwuinotifier/group/accfwuinotifier.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
--- a/coreapplicationuis/accfwuinotifier/group/accfwuinotifier.mmp	Tue Aug 31 15:24:25 2010 +0300
+++ b/coreapplicationuis/accfwuinotifier/group/accfwuinotifier.mmp	Wed Sep 01 12:24:48 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002 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"
@@ -28,17 +28,11 @@
 
 CAPABILITY      CAP_ECOM_PLUGIN
 
-
-
-
-
-SYSTEMINCLUDE		/epoc32/include/mw/hb/hbwidgets
-
 SOURCEPATH      ../src
 
 SOURCE          AccFwUiNotifierProxy.cpp
 SOURCE          AccFwUiNoteNotifier.cpp
-
+SOURCE          AccFwUiDialogNotifier.cpp
 						
 USERINCLUDE     ../inc
 
@@ -58,15 +52,14 @@
 LIBRARY         euser.lib
 LIBRARY         eiksrv.lib
 LIBRARY	        efsrv.lib
-LIBRARY         featmgr.lib
+LIBRARY         FeatMgr.lib
 LIBRARY         eikdlg.lib
-LIBRARY		bafl.lib
-LIBRARY 	cone.lib
-//hb
-LIBRARY         HbWidgets.lib
+LIBRARY         Avkon.lib
+LIBRARY			bafl.lib
+LIBRARY 		cone.lib
+
 
 MACRO           API_TRACE_FLAG
 MACRO           COMPONENT_TRACE_FLAG
 
 // End of file
-