menufw/hierarchynavigator/hnutilities/group/hnutilities.mmp
changeset 0 f72a12da539e
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 utilities
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          hnutilities.dll
       
    22 TARGETTYPE      dll
       
    23 
       
    24 UID             0x1000008d 0x2001843B
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 
       
    32 SOURCE          hnrepositorymanager.cpp
       
    33 // static utils
       
    34 SOURCE          hnconvutils.cpp
       
    35 SOURCE          hnliwutils.cpp
       
    36 // keys
       
    37 SOURCE          hnmdbasekey.cpp
       
    38 SOURCE          hnmdbooleankey.cpp
       
    39 SOURCE          hnmdintegerkey.cpp
       
    40 SOURCE          hnmdlistkey.cpp
       
    41 SOURCE          hnmdmapkey.cpp
       
    42 SOURCE          hnmdstring16key.cpp
       
    43 SOURCE          hnmdstring8key.cpp
       
    44 SOURCE          hnmdundefkey.cpp
       
    45 SOURCE          hnmduidkey.cpp
       
    46 SOURCE          hnmdkeyfactory.cpp
       
    47 // service handling
       
    48 SOURCE          hnservicehandler.cpp 
       
    49 SOURCE          hnmduintegerkey.cpp hnmdinteger64key.cpp
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 
       
    53 SYSTEMINCLUDE   ../../../inc
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY         estor.lib 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         efsrv.lib
       
    61 LIBRARY         CentralRepository.lib
       
    62 LIBRARY         charconv.lib              // for CnvUtfConverter
       
    63 LIBRARY         liwservicehandler.lib     // LIW Framework
       
    64 LIBRARY         XmlEngineDOM.lib          // XML parser
       
    65 LIBRARY         commonengine.lib          // StringLoader
       
    66 
       
    67 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    68 LIBRARY         flogger.lib
       
    69 #else
       
    70 DEBUGLIBRARY    flogger.lib
       
    71 #endif
       
    72 
       
    73 
       
    74 // End of file
       
    75