browserui/browser/Launcher2/group/BrowserLauncher.mmp
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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 specification file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <platform/mw/browser_platform_variant.hrh>
       
    20 
       
    21 TARGET          BrowserLauncher.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x101F8559
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 #if defined(ARMCC)
       
    29     DEFFILE ../EABI/BROWSERLAUNCHERU_EKA2.def
       
    30 #elif defined( WINSCW )
       
    31     DEFFILE ../BWinsCw/BROWSERLAUNCHERU_EKA2.def
       
    32 #endif
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 USERINCLUDE     ../Inc
       
    36 USERINCLUDE     ../../BrowserAppInc
       
    37 USERINCLUDE     ../../SettingsInc 
       
    38 USERINCLUDE     ../../FeedsInc 
       
    39 USERINCLUDE     ../../SrcData
       
    40 
       
    41 #include "../../Group/BrowserLogger.inc"
       
    42 
       
    43 SOURCEPATH      ../Src
       
    44 SOURCE          BrowserLauncher.cpp
       
    45 SOURCE          BrowserLauncherExtension.cpp
       
    46 SOURCE          LauncherReceiveHandler.cpp
       
    47 SOURCE          LauncherServerBase.cpp
       
    48 SOURCE          LauncherClientService.cpp
       
    49 SOURCE          ../../BrowserAppSrc/Logger.cpp
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         avkon.lib
       
    53 LIBRARY         cone.lib
       
    54 LIBRARY         favouritesengine.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         APPARC.lib
       
    57 LIBRARY         eikcore.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         servicehandler.lib
       
    60 LIBRARY centralrepository.lib
       
    61 
       
    62 #if defined( I__BROWSER_LOG_ENABLED )
       
    63 LIBRARY    flogger.lib
       
    64 #endif