webengine/osswebengine/WebKit/s60/group/browserengine/browserengine.mmp
branchRCL_3
changeset 48 79859ed3eea9
parent 28 d39add9822e2
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    13 *
    13 *
    14 * Description:  WebKit
    14 * Description:  WebKit
    15 *
    15 *
    16 */
    16 */
    17 #include "../common.mmpi"
    17 #include "../common.mmpi"
       
    18 #include <platform/mw/Browser_platform_variant.hrh>
    18 
    19 
    19 TARGET          browserengine.dll
    20 TARGET          browserengine.dll
    20 TARGETTYPE      dll
    21 TARGETTYPE      dll
    21 
    22 
    22 UID 0x1000008D  0x101F8712
    23 UID 0x1000008D  0x101F8712
    34 #include <data_caging_paths.hrh>
    35 #include <data_caging_paths.hrh>
    35 
    36 
    36 MACRO NOKIA_MOBILE_BROWSER
    37 MACRO NOKIA_MOBILE_BROWSER
    37 #define NOKIA_MOBILE_BROWSER
    38 #define NOKIA_MOBILE_BROWSER
    38 
    39 
    39 SOURCEPATH      ../../WebView
    40 SOURCEPATH      ../../webview
    40 SOURCE BrCtl.cpp
    41 SOURCE BrCtl.cpp
    41 
    42 
    42 STATICLIBRARY   WebKit.lib
    43 STATICLIBRARY   WebKit.lib
    43 STATICLIBRARY   WebCoreDerivedSources.lib
    44 STATICLIBRARY   WebCoreDerivedSources.lib
    44 STATICLIBRARY   WebCorebindings.lib      
    45 STATICLIBRARY   WebCorebindings.lib      
   118 #endif
   119 #endif
   119 LIBRARY         AknSkins.lib 
   120 LIBRARY         AknSkins.lib 
   120 LIBRARY         aknicon.lib
   121 LIBRARY         aknicon.lib
   121 
   122 
   122 LIBRARY         ServiceHandler.lib
   123 LIBRARY         ServiceHandler.lib
   123 LIBRARY         PbkView.lib             
   124 //LIBRARY         PbkView.lib             
   124 LIBRARY         PbkEng.lib              
   125 //LIBRARY         PbkEng.lib              
   125 LIBRARY         sendui.lib              
   126 LIBRARY         sendui.lib              
   126 LIBRARY         aknpictograph.lib
   127 LIBRARY         aknpictograph.lib
   127 LIBRARY         pbe.lib
   128 LIBRARY         pbe.lib
   128 LIBRARY         crypto.lib
   129 LIBRARY         crypto.lib
   129 LIBRARY         libpthread.lib
   130 LIBRARY         libpthread.lib
   132 #ifdef BRDO_TOUCH_ENABLED_FF 
   133 #ifdef BRDO_TOUCH_ENABLED_FF 
   133 LIBRARY         touchfeedback.lib
   134 LIBRARY         touchfeedback.lib
   134 #endif // BRDO_TOUCH_ENABLED_FF 
   135 #endif // BRDO_TOUCH_ENABLED_FF 
   135 
   136 
   136 #ifdef BRDO_USE_GESTURE_HELPER    
   137 #ifdef BRDO_USE_GESTURE_HELPER    
   137 LIBRARY		stmgesturefw.lib
   138 LIBRARY         rt_gesturehelper.lib
   138 #endif // BRDO_USE_GESTURE_HELPER    
   139 #endif // BRDO_USE_GESTURE_HELPER    
   139 #if defined(GCCE)
   140 #if defined(GCCE)
   140 STATICLIBRARY edllstub.lib
   141 STATICLIBRARY edllstub.lib
   141 #endif
   142 #endif
   142 
   143