browserutilities/favouritesengine/ClientServer/group/FavouritesEngine.mmp
branchRCL_3
changeset 93 79859ed3eea9
parent 36 0ed94ceaa377
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    22 #include <platform/mw/browser_platform_variant.hrh>
    22 #include <platform/mw/Browser_platform_variant.hrh>
    23 
    23 
    24 TARGET          FavouritesEngine.dll
    24 TARGET          FavouritesEngine.dll
    25 TARGETTYPE      dll
    25 TARGETTYPE      dll
    26 UID             0x1000008d 0x10008D38
    26 UID             0x1000008d 0x10008D38
    27 CAPABILITY	    CAP_GENERAL_DLL
    27 CAPABILITY	    CAP_GENERAL_DLL
    84 LIBRARY         charconv.lib
    84 LIBRARY         charconv.lib
    85 
    85 
    86 DEBUGLIBRARY    flogger.lib
    86 DEBUGLIBRARY    flogger.lib
    87 
    87 
    88 #if defined(ARMCC)
    88 #if defined(ARMCC)
    89     DEFFILE ../EABI/FAVOURITESENGINE.def
    89     DEFFILE ../EABI/FavouritesEngine.DEF
    90 #elif defined( WINSCW )
    90 #elif defined( WINSCW )
    91     DEFFILE ../BWinsCw/FAVOURITESENGINE.def
    91     DEFFILE ../BWinsCw/FAVOURITESENGINE.def
    92 #elif defined( WINS )
    92 #elif defined( WINS )
    93     DEFFILE ../BWins/FAVOURITESENGINE.def
    93     DEFFILE ../BWins/FAVOURITESENGINE.def
    94 #else
    94 #else