equal
deleted
inserted
replaced
16 * |
16 * |
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
20 #include <platform_paths.hrh> |
20 #include <platform_paths.hrh> |
21 #include <platform/mw/Browser_platform_variant.hrh> |
21 #include <platform/mw/browser_platform_variant.hrh> |
22 #include <platform/mw/SchemeDefs.hrh> |
22 #include <platform/mw/schemedefs.hrh> |
23 |
23 |
24 TARGET SchemeDispatcher.dll |
24 TARGET SchemeDispatcher.dll |
25 TARGETTYPE PLUGIN |
25 TARGETTYPE PLUGIN |
26 UID 0x10009D8D SCHEME_DISPATCHER_UID |
26 UID 0x10009D8D SCHEME_DISPATCHER_UID |
27 |
27 |
69 LIBRARY ws32.lib |
69 LIBRARY ws32.lib |
70 LIBRARY ServiceHandler.lib |
70 LIBRARY ServiceHandler.lib |
71 LIBRARY BrowserLauncher.lib |
71 LIBRARY BrowserLauncher.lib |
72 LIBRARY avkon.lib |
72 LIBRARY avkon.lib |
73 LIBRARY Centralrepository.lib |
73 LIBRARY Centralrepository.lib |
74 |
74 LIBRARY charconv.lib |
75 // Define this macro if you wish to enable logging |
75 // Define this macro if you wish to enable logging |
76 //#define __TEST_SCHEMEDISP_LOG_ENABLED |
76 //#define __TEST_SCHEMEDISP_LOG_ENABLED |
77 |
77 |
78 #ifdef __TEST_SCHEMEDISP_LOG_ENABLED |
78 #ifdef __TEST_SCHEMEDISP_LOG_ENABLED |
79 MACRO __SCHEMEDISP_LOG__ |
79 MACRO __SCHEMEDISP_LOG__ |
80 DEBUGLIBRARY flogger.lib |
80 DEBUGLIBRARY flogger.lib |
81 #endif // __TEST_SCHEMEDISP_LOG_ENABLED |
81 #endif // __TEST_SCHEMEDISP_LOG_ENABLED |
82 |
82 |
83 |
83 |
|
84 |