menufw/hierarchynavigator/hnpresentationmodel/group/hnpresentationmodel.mmp
changeset 0 f72a12da539e
child 54 1b758917cafc
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 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 hierarchy navigator presentation model
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hnpresentationmodel.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008d 0x2000F8C6
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          hnsuitemodelcontainer.cpp
       
    33 SOURCE          hnsuitemodel.cpp
       
    34 SOURCE          hnsuitesstack.cpp
       
    35 SOURCE          hnitemmodel.cpp
       
    36 SOURCE          hnmenuitemmodel.cpp
       
    37 SOURCE          hnactionmodel.cpp 
       
    38 SOURCE          hntoolbarmodel.cpp 
       
    39 SOURCE          hnbuttonmodel.cpp 
       
    40 SOURCE          hnattributebase.cpp 
       
    41 SOURCE          hnattributeimage.cpp 
       
    42 SOURCE          hnattrimgprovider.cpp 
       
    43 SOURCE          hnattrimgprovthememif.cpp 
       
    44 SOURCE          hnattrimgprovemptyimage.cpp
       
    45 SOURCE          hnattrimgprovappimage.cpp
       
    46 SOURCE          hnattrimgprovfileimage.cpp
       
    47 SOURCE          hnattrimgprovliwimage.cpp 
       
    48 SOURCE          hnattributetext.cpp
       
    49 SOURCE          hneventhandler.cpp
       
    50 SOURCE          hnitemsorder.cpp 
       
    51 SOURCE          hnattrimgprovsvgimage.cpp
       
    52 SOURCE          hnitemfocushandler.cpp
       
    53 SOURCE          hniconholder.cpp
       
    54 SOURCE          hnextbmpiconholder.cpp
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 
       
    58 SYSTEMINCLUDE   ../../../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY         hnutilities.lib
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         libpthread.lib
       
    66 LIBRARY         egul.lib
       
    67 LIBRARY         liwservicehandler.lib //LIW Framework
       
    68 LIBRARY         mmextensionmanager.lib
       
    69 LIBRARY         aknskins.lib
       
    70 LIBRARY         aknskinsrv.lib
       
    71 LIBRARY         aknicon.lib
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         fbscli.lib
       
    74 LIBRARY         mediaclientimage.lib
       
    75 LIBRARY         imageconversion.lib 
       
    76 LIBRARY         cone.lib 
       
    77 LIBRARY         estor.lib
       
    78 LIBRARY         svgengine.lib
       
    79 LIBRARY         gdi.lib
       
    80 
       
    81 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    82 LIBRARY         flogger.lib
       
    83 #else
       
    84 DEBUGLIBRARY    flogger.lib
       
    85 #endif
       
    86 
       
    87 
       
    88 
       
    89 // End of file