menufw/menufwui/matrixmenu/group/matrixmenu.mmp
changeset 0 f72a12da539e
child 1 5315654608de
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     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          mmpropertysubscriber.cpp
       
    39 SOURCE          mmnomemory.cpp
       
    40 SOURCE          mmappkeyhandler.cpp
       
    41 
       
    42 SOURCEPATH      ../data
       
    43 
       
    44 START RESOURCE  matrixmenu.rss
       
    45 HEADER
       
    46 TARGET matrixmenu.rsc
       
    47 TARGETPATH APP_RESOURCE_DIR
       
    48 LANGUAGE_IDS
       
    49 END //RESOURCE
       
    50 
       
    51 START RESOURCE  matrixmenu_reg.rss
       
    52 DEPENDS matrixmenu.rsg
       
    53 TARGET matrixmenu_reg.rsc
       
    54 TARGETPATH /private/10003a3f/apps
       
    55 END //RESOURCE
       
    56 
       
    57 USERINCLUDE     ../inc
       
    58 USERINCLUDE     ../loc
       
    59 
       
    60 SYSTEMINCLUDE   ../../../inc
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY           euser.lib
       
    64 
       
    65 LIBRARY           apparc.lib
       
    66 LIBRARY           avkon.lib
       
    67 LIBRARY           apgrfx.lib            // for TApaTask
       
    68 LIBRARY           eikcore.lib
       
    69 LIBRARY           eikcoctl.lib
       
    70 LIBRARY           cone.lib
       
    71 LIBRARY           fbscli.lib
       
    72 LIBRARY           egul.lib
       
    73 LIBRARY           gdi.lib
       
    74 LIBRARY			  eikctl.lib
       
    75 LIBRARY           bafl.lib
       
    76 LIBRARY           ws32.lib 
       
    77 
       
    78 LIBRARY           commonengine.lib      // for  stringloader
       
    79 LIBRARY           cdlengine.lib         // for Layout_Meta_Data
       
    80 LIBRARY           featmgr.lib
       
    81 LIBRARY           gfxtrans.lib          // effects
       
    82 
       
    83 LIBRARY           hnengine.lib
       
    84 LIBRARY           hnpresentationmodel.lib
       
    85 LIBRARY           mmwidgets.lib
       
    86 LIBRARY           hnutilities.lib
       
    87 LIBRARY           liwservicehandler.lib 
       
    88 LIBRARY           mmextensionmanager.lib
       
    89 LIBRARY           aknskins.lib
       
    90 LIBRARY           aknskinsrv.lib
       
    91 LIBRARY           aknswallpaperutils.lib
       
    92 
       
    93 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    94 LIBRARY         flogger.lib
       
    95 #else
       
    96 DEBUGLIBRARY    flogger.lib
       
    97 #endif
       
    98 
       
    99 // End of File