menufw/menufwui/matrixmenu/group/matrixmenu.mmp
branchv5backport
changeset 14 1abc632eb502
parent 13 6205fd287e8a
child 20 636d517f67e6
equal deleted inserted replaced
13:6205fd287e8a 14:1abc632eb502
     1 /*
       
     2 * Copyright (c) 2007-2008 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:   Project definition file for project matrixmenu
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../inc/mmguiuid.hrh"
       
    23 
       
    24 epocheapsize  1800000 4500000
       
    25 
       
    26 TARGET          matrixmenu.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x100039CE _MATRIX_UID3  
       
    29 
       
    30 CAPABILITY      CAP_APPLICATION
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          mmgui.cpp
       
    35 SOURCE          mmapplication.cpp
       
    36 SOURCE          mmappui.cpp
       
    37 SOURCE          mmdocument.cpp
       
    38 SOURCE          mmnomemory.cpp
       
    39 SOURCE          mmappkeyhandler.cpp
       
    40 
       
    41 SOURCEPATH      ../data
       
    42 
       
    43 START RESOURCE  matrixmenu.rss
       
    44 HEADER
       
    45 TARGET matrixmenu.rsc
       
    46 TARGETPATH APP_RESOURCE_DIR
       
    47 LANGUAGE_IDS
       
    48 END //RESOURCE
       
    49 
       
    50 START RESOURCE  matrixmenu_reg.rss
       
    51 DEPENDS matrixmenu.rsg
       
    52 TARGET matrixmenu_reg.rsc
       
    53 TARGETPATH /private/10003a3f/apps
       
    54 END //RESOURCE
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../loc
       
    58 
       
    59 SYSTEMINCLUDE   ../../../inc
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY           euser.lib
       
    63 
       
    64 LIBRARY           apparc.lib
       
    65 LIBRARY           avkon.lib
       
    66 LIBRARY           apgrfx.lib            // for TApaTask
       
    67 LIBRARY           eikcore.lib
       
    68 LIBRARY           eikcoctl.lib
       
    69 LIBRARY           cone.lib
       
    70 LIBRARY           fbscli.lib
       
    71 LIBRARY           egul.lib
       
    72 LIBRARY           gdi.lib
       
    73 LIBRARY			  eikctl.lib
       
    74 LIBRARY           bafl.lib
       
    75 LIBRARY           ws32.lib 
       
    76 
       
    77 LIBRARY           commonengine.lib      // for  stringloader
       
    78 LIBRARY           cdlengine.lib         // for Layout_Meta_Data
       
    79 LIBRARY           featmgr.lib
       
    80 LIBRARY           gfxtrans.lib          // effects
       
    81 
       
    82 LIBRARY           hnengine.lib
       
    83 LIBRARY           hnpresentationmodel.lib
       
    84 LIBRARY           mmwidgets.lib
       
    85 LIBRARY           hnutilities.lib
       
    86 LIBRARY           liwservicehandler.lib 
       
    87 LIBRARY           mmextensionmanager.lib
       
    88 LIBRARY           aknskins.lib
       
    89 LIBRARY           aknskinsrv.lib
       
    90 LIBRARY           aknswallpaperutils.lib
       
    91 
       
    92 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    93 LIBRARY         flogger.lib
       
    94 #else
       
    95 DEBUGLIBRARY    flogger.lib
       
    96 #endif
       
    97 
       
    98 // End of File