uiacceltk/hitchcock/tsrc/alfdebugextension/group/alfdebugserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 07:56:43 +0200
changeset 0 15bf7259bb7c
permissions -rw-r--r--
Revision: 201003

/*
* 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