homescreensrv_plat/sapi_actionhandler/actionhandlerplugins/group/ahplugins.mmp
changeset 0 79c6a41cd166
child 15 a0713522ab97
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreensrv_plat/sapi_actionhandler/actionhandlerplugins/group/ahplugins.mmp	Thu Dec 17 08:54:17 2009 +0200
@@ -0,0 +1,62 @@
+/*
+* Copyright (c) 2002-2004 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:  Active Space Action Handler Plugins
+*
+*/
+
+// To get the APP_LAYER_SYSTEMINCLUDE-definition
+#include <platform_paths.hrh>
+
+TARGET        actionhandlerplugins.dll
+TARGETTYPE    PLUGIN
+UID           0x10009D8D 0x10282E64 
+
+CAPABILITY    CAP_ECOM_PLUGIN
+
+SOURCEPATH    	../src
+SOURCE		proxy.cpp
+SOURCE      ahpapplauncher.cpp
+SOURCE		ahmessagehandler.cpp
+SOURCE		ahtelkeyhandler.cpp
+SOURCE      ahhelplauncher.cpp
+    
+
+SOURCEPATH 	../data
+
+USERINCLUDE   	.
+USERINCLUDE 	../inc
+USERINCLUDE 	../../inc
+
+APP_LAYER_SYSTEMINCLUDE
+
+start resource actionhandlerplugins.rss
+HEADER
+TARGET actionhandlerplugins.rsc
+TARGETPATH	resource/plugins 
+END
+
+LIBRARY         euser.lib
+LIBRARY         ECom.lib  
+LIBRARY         cone.lib
+LIBRARY	    	liwservicehandler.lib	//LIW Framework
+LIBRARY	    	servicehandler.lib	//AIW Framework
+LIBRARY         aiwdialdata.lib
+LIBRARY         apgrfx.lib 
+LIBRARY         apparc.lib
+LIBRARY         sendui.lib
+LIBRARY         hlplch.lib 
+LIBRARY         ws32.lib  
+
+
+// End of File