|
1 /* |
|
2 * Copyright (c) 2004 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 "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: |
|
15 * Project specification for Scheme Handler Plugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include "../inc/SchemePluginDefs.hrh" |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET schemeplugin.dll |
|
24 TARGETTYPE plugin |
|
25 UID 0x10009D8D SCHEME_PLUGIN_UID |
|
26 VERSION 10.0 |
|
27 PAGED |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE BaseHandler.cpp |
|
32 SOURCE MmsToHandler.cpp |
|
33 SOURCE SchemeProxy.cpp |
|
34 SOURCE SmsHandler.cpp |
|
35 SOURCE LocalAppHandler.cpp |
|
36 |
|
37 START RESOURCE SCHEME_PLUGIN_UID_RSS_NAME |
|
38 TARGET schemeplugin.rsc |
|
39 END |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 |
|
43 SYSTEMINCLUDE /epoc32/include/ecom |
|
44 SYSTEMINCLUDE ../../../inc |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY ecom.lib |
|
50 LIBRARY efsrv.lib |
|
51 LIBRARY inetprotutil.lib |
|
52 LIBRARY sendui.lib |
|
53 LIBRARY etext.lib // CRichtext |
|
54 LIBRARY bafl.lib // CPtrC16Array |
|
55 LIBRARY estor.lib |
|
56 LIBRARY cone.lib |
|
57 LIBRARY apgrfx.lib // TApaTaskList |
|
58 LIBRARY ws32.lib // RWsSession |
|
59 LIBRARY apparc.lib |
|
60 LIBRARY commonui.lib |
|
61 LIBRARY servicehandler.lib |
|
62 |
|
63 |
|
64 CAPABILITY CAP_ECOM_PLUGIN |
|
65 VENDORID VID_DEFAULT |
|
66 |
|
67 // Define this macro is you wish to enable logging |
|
68 //#define __TEST_SCHEMEDISP_LOG_ENABLED |
|
69 |
|
70 #ifdef __TEST_SCHEMEDISP_LOG_ENABLED |
|
71 MACRO __SCHEMEDISP_LOG__ |
|
72 LIBRARY flogger.lib |
|
73 #endif // __TEST_SCHEMEDISP_LOG_ENABLED |
|
74 |
|
75 |