uiacceltk/hitchcock/tsrc/alfdebugextension/group/alfdebugserver.mmp
changeset 0 15bf7259bb7c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uiacceltk/hitchcock/tsrc/alfdebugextension/group/alfdebugserver.mmp	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,55 @@
+/*
+* Copyright (c) 2007 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: 
+*
+*/
+
+
+#include <data_caging_paths.hrh>
+#include <bldvariant.hrh>
+#include "../inc/alfdebuguid.h"
+
+TARGET          alfdebugserver.dll
+TARGETTYPE      PLUGIN
+UID             0x10009d8d KAlfDebugServerExtensionPluginUid
+
+CAPABILITY      CAP_ECOM_PLUGIN
+VENDORID        VID_DEFAULT
+
+USERINCLUDE     ../inc
+USERINCLUDE     .
+
+#include <platform_paths.hrh>
+MW_LAYER_SYSTEMINCLUDE
+
+
+SYSTEMINCLUDE   /epoc32/include/ecom
+SYSTEMINCLUDE   ../../../../../inc
+
+SOURCEPATH      ../data
+START RESOURCE  alfdebugserver.rss
+END
+
+SOURCEPATH      ../src
+SOURCE          alfdebugserver.cpp
+
+LIBRARY         ECOM.LIB
+LIBRARY         euser.lib
+LIBRARY         alfappservercore.lib
+LIBRARY         apparc.lib
+LIBRARY         avkon.lib 
+LIBRARY         eikcore.lib 
+LIBRARY         cone.lib
+LIBRARY         hitchcock.lib
+