svgtopt/SVG/SVGRecog/Group/SvgRecog.MMP
author hgs
Wed, 03 Nov 2010 18:56:10 +0200
changeset 46 88edb906c587
permissions -rw-r--r--
201044

/*
* 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"
* 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:  This mmp file generates makefile for SVG Recognizer
*
*/


#include <platform_paths.hrh>

TARGET        svgrecog.dll
TARGETTYPE    PLUGIN

UID           0x10009D8D 0x101F8570
SOURCEPATH    ../src

// This is a SYSTEMINCLUDE macro containing the middleware
// layer specific include directories
MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE /epoc32/include/ecom

START RESOURCE  101f8570.rss
TARGET svgrecog.rsc
END
//RESOURCE      101F8570.rss

VENDORID      VID_DEFAULT
CAPABILITY    CAP_RECOGNISER

USERINCLUDE   ../inc
SOURCEPATH    ../src
SOURCE        SvgRecognizer.cpp

LIBRARY       euser.lib
LIBRARY       apmime.lib
LIBRARY       efsrv.lib

START WINS
  baseaddress 0x70800000
END

START MARM
END