svgtviewer/SvgtViewerPlugin/Group/SVGTViewerApp.mmp
branchRCL_3
changeset 18 20b99a6d6175
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 18:20b99a6d6175
       
     1 /*
       
     2 * Copyright (c) 2004,2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This is the .mmp for building the SVGT Viewer App for
       
    15 *                  the Series60 Platform.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          SVGTViewerApp.exe
       
    24 EPOCHEAPSIZE    300000 16000000
       
    25 EPOCSTACKSIZE   0x5000
       
    26 TARGETTYPE      exe
       
    27 UID             0x100039CE 0x101F874A
       
    28 
       
    29 CAPABILITY      CAP_APPLICATION ProtServ MultimediaDD
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../AppSrc
       
    33 SOURCE          SVGTViewerApp.cpp
       
    34 SOURCE          SVGTViewerAppApplication.cpp 
       
    35 SOURCE          SVGTViewerAppAppUi.cpp
       
    36 SOURCE          SVGTViewerAppDocument.cpp 
       
    37 SOURCE          SvgtViewerAppView.cpp
       
    38 
       
    39 // This is a SYSTEMINCLUDE macro containing the applications
       
    40 // layer specific include directories
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 START RESOURCE  ../data/SVGTViewerApp.rss
       
    44 TARGETPATH      APP_RESOURCE_DIR
       
    45 HEADER
       
    46 LANGUAGE_IDS
       
    47 END // RESOURCE 
       
    48 
       
    49 USERINCLUDE     ../AppInc 
       
    50 USERINCLUDE     ../UIControlInc 
       
    51 
       
    52 
       
    53 
       
    54 SYSTEMINCLUDE   /epoc32/include/libc
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         apparc.lib
       
    58 LIBRARY         cone.lib 
       
    59 LIBRARY         eikcore.lib 
       
    60 LIBRARY         eikcoctl.lib
       
    61 LIBRARY         avkon.lib
       
    62 LIBRARY         egul.lib 
       
    63 LIBRARY         bitgdi.lib
       
    64 LIBRARY         gdi.lib
       
    65 LIBRARY         svgengine.lib   
       
    66 LIBRARY         fbscli.lib
       
    67 LIBRARY         efsrv.lib 
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         WS32.lib
       
    70 LIBRARY         CommonEngine.lib
       
    71 LIBRARY         CommonUi.lib
       
    72 LIBRARY         SVGTUIControl.lib
       
    73 LIBRARY         SVGTAppObserverUtil.lib
       
    74 LIBRARY         ServiceHandler.lib  // AIW Generic Param Handling.
       
    75 LIBRARY         platformenv.lib
       
    76 
       
    77 // Changes for Scalable UI:
       
    78 // New registration resource defined.
       
    79 // else 
       
    80 //      Normal AIF will work.
       
    81 
       
    82 START RESOURCE ../data/SVGTViewerApp_reg.rss
       
    83 DEPENDS svgtviewerapp.rsg
       
    84 // Do not change the UID below.
       
    85 TARGETPATH      /private/10003a3f/apps
       
    86 END
       
    87 
       
    88 // End of File