equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
|
20 #include "../../../symbian_version.hrh" |
20 |
21 |
21 TARGET HtiPIMServicePlugin.dll |
22 TARGET HtiPIMServicePlugin.dll |
22 TARGETTYPE PLUGIN |
23 TARGETTYPE PLUGIN |
23 |
24 |
24 // ECom Dll recognition UID followed by the unique UID for this dll |
25 // ECom Dll recognition UID followed by the unique UID for this dll |
30 |
31 |
31 SOURCEPATH ../src |
32 SOURCEPATH ../src |
32 SOURCE proxy.cpp |
33 SOURCE proxy.cpp |
33 SOURCE HtiPIMServicePlugin.cpp |
34 SOURCE HtiPIMServicePlugin.cpp |
34 SOURCE PIMHandler.cpp |
35 SOURCE PIMHandler.cpp |
|
36 SOURCE HtiSimDirHandler.cpp |
|
37 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) |
35 SOURCE HtiBookmarkHandler.cpp |
38 SOURCE HtiBookmarkHandler.cpp |
36 SOURCE HtiSimDirHandler.cpp |
39 #endif |
37 |
40 |
38 USERINCLUDE ../inc |
41 USERINCLUDE ../inc |
39 APP_LAYER_SYSTEMINCLUDE |
42 APP_LAYER_SYSTEMINCLUDE |
40 |
43 |
41 START RESOURCE ../data/200212C3.rss |
44 START RESOURCE ../data/200212C3.rss |
47 LIBRARY calinterimapi.lib |
50 LIBRARY calinterimapi.lib |
48 LIBRARY charconv.lib |
51 LIBRARY charconv.lib |
49 LIBRARY ecom.lib |
52 LIBRARY ecom.lib |
50 LIBRARY estor.lib |
53 LIBRARY estor.lib |
51 LIBRARY euser.lib |
54 LIBRARY euser.lib |
52 LIBRARY favouritesengine.lib |
|
53 LIBRARY ws32.lib |
55 LIBRARY ws32.lib |
54 LIBRARY flogger.lib |
56 LIBRARY flogger.lib |
55 LIBRARY cntmodel.lib |
57 LIBRARY cntmodel.lib |
56 LIBRARY etelmm.lib |
58 LIBRARY etelmm.lib |
57 LIBRARY etel.lib |
59 LIBRARY etel.lib |
|
60 |
|
61 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) |
|
62 LIBRARY favouritesengine.lib |
|
63 #endif |
|
64 |
58 SMPSAFE |
65 SMPSAFE |
59 |
66 |
60 // End of file |
67 // End of file |