menufw/hierarchynavigator/hnengine/group/hnengine.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 engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          hnengine.dll
       
    23 TARGETTYPE      dll
       
    24 
       
    25 UID             0x1000008d 0x2000F8C5
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          hnengine.cpp
       
    35 SOURCE          hninstallnotifier.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         bafl.lib
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY         hnmetadatamodel.lib
       
    46 LIBRARY         hnpresentationmodel.lib
       
    47 LIBRARY         liwservicehandler.lib
       
    48 LIBRARY         xmlenginedom.lib
       
    49 LIBRARY         inetprotutil.lib        // for parsing message URI
       
    50 LIBRARY         hnutilities.lib
       
    51 LIBRARY         centralrepository.lib
       
    52 LIBRARY         eikcoctl.lib
       
    53 LIBRARY         HWRMLightClient.lib
       
    54 LIBRARY         avkon.lib
       
    55 
       
    56 LIBRARY         eikcore.lib             // for error info notes
       
    57 LIBRARY         cone.lib                // for error info notes
       
    58 LIBRARY         apgrfx.lib
       
    59 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    60 LIBRARY         flogger.lib
       
    61 #else
       
    62 DEBUGLIBRARY    flogger.lib
       
    63 #endif
       
    64 
       
    65 
       
    66 
       
    67 // End of file
       
    68