menufw/hierarchynavigator/hnmetadatamodel/group/hnmetadatamodel.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 meta data model
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          hnmetadatamodel.dll
       
    23 TARGETTYPE      dll
       
    24 
       
    25 UID             0x1000008d 0x2000F8C7
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 SOURCE          hnmdaction.cpp
       
    35 SOURCE          hnmditem.cpp
       
    36 SOURCE          hnmdevent.cpp
       
    37 SOURCE          hnmdeventmapping.cpp
       
    38 SOURCE          hnmdeventmappingelement.cpp
       
    39 SOURCE          hnmdquery.cpp
       
    40 SOURCE          hnmdsuite.cpp
       
    41 SOURCE          hnmdvaluebase.cpp
       
    42 SOURCE          hnmdvalueimage.cpp
       
    43 SOURCE          hnmdvaluetext.cpp
       
    44 SOURCE          hnmduimapping.cpp
       
    45 SOURCE          hnmduimappingelement.cpp
       
    46 SOURCE          hnmdmenuitem.cpp
       
    47 SOURCE          hnmdmodel.cpp
       
    48 SOURCE          hnutils.cpp
       
    49 SOURCE          hnmdlocalizationelement.cpp
       
    50 SOURCE          hnmdlocalization.cpp
       
    51 SOURCE          hnmdqueries.cpp
       
    52 SOURCE          hnstringhandler.cpp
       
    53 SOURCE          hnfilter.cpp
       
    54 SOURCE          hnitemid.cpp
       
    55 SOURCE          hnxmlmodelprovider.cpp
       
    56 SOURCE          hnmdnotifyrequest.cpp
       
    57 SOURCE          hnmdnotifyrequests.cpp 
       
    58 SOURCE          hnmdbutton.cpp 
       
    59 SOURCE          hnmdtoolbar.cpp
       
    60 SOURCE	        hnrepositoryobserver.cpp
       
    61 SOURCE          hnmdservicecommand.cpp
       
    62 SOURCE 	        hnmdservice.cpp
       
    63 SOURCE          hnsimplecondition.cpp
       
    64 SOURCE          hncomplexcondition.cpp
       
    65 SOURCE          hnconditionfactory.cpp 
       
    66 SOURCE          hnsimpleconditionequal.cpp 
       
    67 SOURCE          hnsimpleconditiondifferent.cpp 
       
    68 SOURCE          hnsimpleconditionsmaller.cpp 
       
    69 SOURCE          hnqueryresultcollector.cpp
       
    70 SOURCE          hnsimpleconditiongreater.cpp
       
    71 SOURCE          hnsimpleconditionhas.cpp
       
    72 SOURCE          hnsimpleconditionhasnot.cpp
       
    73 SOURCE          hnxmlmodelcache.cpp 
       
    74 SOURCE          hnxmlsuitefilesreg.cpp
       
    75 SOURCE          hnbitmapidcache.cpp
       
    76 
       
    77 USERINCLUDE     ../inc
       
    78 //USERINCLUDE     ../../../inc
       
    79 
       
    80 SYSTEMINCLUDE   ../../../inc
       
    81 
       
    82 APP_LAYER_SYSTEMINCLUDE
       
    83 
       
    84 LIBRARY         estor.lib 
       
    85 LIBRARY         euser.lib
       
    86 LIBRARY         XmlEngineDOM.lib
       
    87 LIBRARY         bafl.lib
       
    88 LIBRARY         efsrv.lib
       
    89 LIBRARY         cone.lib //for CCoeEnv
       
    90 LIBRARY         CommonEngine.lib //for String Loader
       
    91 LIBRARY         mmextensionmanager.lib
       
    92 LIBRARY         liwservicehandler.lib //LIW Framework
       
    93 LIBRARY         hnpresentationmodel.lib
       
    94 LIBRARY         aknicon.lib
       
    95 LIBRARY         XCFW.lib
       
    96 LIBRARY         libpthread.lib
       
    97 LIBRARY	        aknskins.lib
       
    98 LIBRARY	        aknskinsrv.lib
       
    99 LIBRARY	        aknswallpaperutils.lib
       
   100 LIBRARY         CentralRepository.lib
       
   101 LIBRARY	        hnutilities.lib
       
   102 LIBRARY         mediaclientimage.lib
       
   103 LIBRARY         fbscli.lib
       
   104 LIBRARY         egul.lib 
       
   105 LIBRARY         cenrepnotifhandler.lib 
       
   106 LIBRARY         bitgdi.lib 
       
   107 LIBRARY         ws32.lib 
       
   108 LIBRARY         gdi.lib
       
   109 LIBRARY         sysutil.lib
       
   110     
       
   111 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
   112 LIBRARY         flogger.lib
       
   113 #else
       
   114 DEBUGLIBRARY    flogger.lib
       
   115 #endif
       
   116 
       
   117 
       
   118 
       
   119 // End of file
       
   120