webengine/osswebengine/WebKit/s60/group/browserengine/browserengine.mmp
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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
   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