/** Copyright (c) 2004,2005 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 is the .mmp for building the SVGT Viewer App for* the Series60 Platform.**/#include <data_caging_paths.hrh>#include <platform_paths.hrh>TARGET SVGTViewerApp.exeEPOCHEAPSIZE 300000 16000000EPOCSTACKSIZE 0x5000TARGETTYPE exeUID 0x100039CE 0x101F874ACAPABILITY CAP_APPLICATION ProtServ MultimediaDDVENDORID VID_DEFAULTSOURCEPATH ../AppSrcSOURCE SVGTViewerApp.cppSOURCE SVGTViewerAppApplication.cpp SOURCE SVGTViewerAppAppUi.cppSOURCE SVGTViewerAppDocument.cpp SOURCE SvgtViewerAppView.cpp// This is a SYSTEMINCLUDE macro containing the applications// layer specific include directoriesAPP_LAYER_SYSTEMINCLUDESTART RESOURCE ../data/SVGTViewerApp.rssTARGETPATH APP_RESOURCE_DIRHEADERLANGUAGE_IDSEND // RESOURCE USERINCLUDE ../AppInc USERINCLUDE ../UIControlInc SYSTEMINCLUDE /epoc32/include/libcLIBRARY euser.libLIBRARY apparc.libLIBRARY cone.lib LIBRARY eikcore.lib LIBRARY eikcoctl.libLIBRARY avkon.libLIBRARY egul.lib LIBRARY bitgdi.libLIBRARY gdi.libLIBRARY svgengine.lib LIBRARY fbscli.libLIBRARY efsrv.lib LIBRARY bafl.libLIBRARY WS32.libLIBRARY CommonEngine.libLIBRARY CommonUi.libLIBRARY SVGTUIControl.libLIBRARY SVGTAppObserverUtil.libLIBRARY ServiceHandler.lib // AIW Generic Param Handling.LIBRARY platformenv.lib// Changes for Scalable UI:// New registration resource defined.// else // Normal AIF will work.START RESOURCE ../data/SVGTViewerApp_reg.rssDEPENDS svgtviewerapp.rsg// Do not change the UID below.TARGETPATH /private/10003a3f/appsEND// End of File