webengine/osswebengine/WebKit/s60/group/browserengine/browserengine.mmp
changeset 0 dd21522fd290
child 16 a359256acfc6
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 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:  WebKit
       
    15 *
       
    16 */
       
    17 #include "../common.mmpi"
       
    18 #include <platform/mw/Browser_platform_variant.hrh>
       
    19 
       
    20 TARGET          browserengine.dll
       
    21 TARGETTYPE      dll
       
    22 
       
    23 UID 0x1000008D  0x101F8712
       
    24 
       
    25 VENDORID  VID_DEFAULT
       
    26 CAPABILITY  CAP_GENERAL_DLL
       
    27 EPOCALLOWDLLDATA
       
    28 
       
    29 #if defined(WINSCW)
       
    30 deffile ../bwinscw/browserengine.def
       
    31 #elif defined(ARMCC)
       
    32 deffile ../eabi/browserengine.def
       
    33 #endif
       
    34 
       
    35 #include <data_caging_paths.hrh>
       
    36 
       
    37 MACRO NOKIA_MOBILE_BROWSER
       
    38 #define NOKIA_MOBILE_BROWSER
       
    39 
       
    40 SOURCEPATH      ../../WebView
       
    41 SOURCE BrCtl.cpp
       
    42 
       
    43 STATICLIBRARY   WebKit.lib
       
    44 STATICLIBRARY   WebCoreDerivedSources.lib
       
    45 STATICLIBRARY   WebCorebindings.lib      
       
    46 STATICLIBRARY   WebCorecss.lib           
       
    47 STATICLIBRARY   WebCoredom.lib           
       
    48 STATICLIBRARY   WebCoreediting.lib       
       
    49 STATICLIBRARY   WebCorehistory.lib       
       
    50 STATICLIBRARY   WebCorehtml.lib          
       
    51 STATICLIBRARY   WebCoreloader.lib        
       
    52 STATICLIBRARY   WebCorepage.lib          
       
    53 STATICLIBRARY   WebCorerendering.lib     
       
    54 STATICLIBRARY   WebCorexml.lib           
       
    55 STATICLIBRARY   WebCorebridge.lib        
       
    56 STATICLIBRARY   WebCoreplatform.lib      
       
    57 STATICLIBRARY   webcore_xmlparser.lib
       
    58 
       
    59 // browser engine
       
    60 LIBRARY         WebKitUtils.lib
       
    61 LIBRARY         pagescaler.lib
       
    62 LIBRARY         MemMan.lib
       
    63 LIBRARY         JavaScriptCore.lib
       
    64 LIBRARY         BrowserCache.lib
       
    65 STATICLIBRARY   Plugins.lib
       
    66 
       
    67 // platform
       
    68 LIBRARY         BitmapTransforms.lib
       
    69 LIBRARY         ESTLIB.lib 
       
    70 LIBRARY         http.lib 
       
    71 LIBRARY         EFSRV.lib 
       
    72 LIBRARY         bafl.lib 
       
    73 LIBRARY         InetProtUtil.lib 
       
    74 LIBRARY         HttpFilterCommon.lib
       
    75 LIBRARY         ecom.lib 
       
    76 LIBRARY         CommonEngine.lib
       
    77 LIBRARY         flogger.lib
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         browserdialogsprovider.lib
       
    80 LIBRARY         avkon.lib
       
    81 LIBRARY         ConnectionManager.lib
       
    82 LIBRARY         CommonUI.LIB
       
    83 LIBRARY         fbscli.lib 
       
    84 LIBRARY         bitgdi.lib 
       
    85 LIBRARY         charconv.lib 
       
    86 LIBRARY         gdi.lib 
       
    87 LIBRARY         apparc.lib 
       
    88 LIBRARY         eikcore.lib 
       
    89 LIBRARY         eikcoctl.lib
       
    90 LIBRARY         egul.lib
       
    91 LIBRARY         fntstr.lib
       
    92 LIBRARY         ws32.lib
       
    93 LIBRARY         insock.lib
       
    94 LIBRARY         esock.lib
       
    95 LIBRARY         euser.lib 
       
    96 LIBRARY         ImageConversion.lib
       
    97 LIBRARY         edbms.lib
       
    98 LIBRARY         estor.lib
       
    99 LIBRARY         CookieManager.lib 
       
   100 LIBRARY         WebUtils.lib 
       
   101 LIBRARY         MultipartParser.lib
       
   102 LIBRARY         DownloadMgr.lib
       
   103 LIBRARY         DownloadMgrUiLib.lib
       
   104 LIBRARY         imut.lib
       
   105 LIBRARY         eikctl.lib 
       
   106 LIBRARY         form.lib 
       
   107 LIBRARY         etext.lib 
       
   108 LIBRARY         fepbase.lib 
       
   109 LIBRARY         sysutil.lib 
       
   110 LIBRARY         apgrfx.lib
       
   111 LIBRARY         apmime.lib
       
   112 LIBRARY         SysLangUtil.lib
       
   113 LIBRARY         centralrepository.lib
       
   114 LIBRARY         CenRepNotifHandler.lib
       
   115 LIBRARY         featmgr.lib
       
   116 LIBRARY         caf.lib
       
   117 #ifdef __USE_CCC_AUTO_FORM_FILL_POPUP
       
   118 LIBRARY         broaffpopup.lib
       
   119 #endif
       
   120 LIBRARY         AknSkins.lib 
       
   121 LIBRARY         aknicon.lib
       
   122 
       
   123 LIBRARY         ServiceHandler.lib
       
   124 LIBRARY         PbkView.lib             
       
   125 LIBRARY         PbkEng.lib              
       
   126 LIBRARY         sendui.lib              
       
   127 LIBRARY         aknpictograph.lib
       
   128 LIBRARY         pbe.lib
       
   129 LIBRARY         crypto.lib
       
   130 LIBRARY         libpthread.lib
       
   131 #ifdef BRDO_TOUCH_ENABLED_FF 
       
   132 LIBRARY         touchfeedback.lib
       
   133 #endif // BRDO_TOUCH_ENABLED_FF 
       
   134 
       
   135 #ifdef BRDO_USE_GESTURE_HELPER    
       
   136 LIBRARY         rt_gesturehelper.lib
       
   137 #endif // BRDO_USE_GESTURE_HELPER    
       
   138 #if defined(GCCE)
       
   139 STATICLIBRARY edllstub.lib
       
   140 #endif
       
   141 
       
   142 #ifdef __GCCE__
       
   143 STATICLIBRARY edllstub.lib
       
   144 #endif