equal
deleted
inserted
replaced
14 * Description: File Transfer Controller mmp file |
14 * Description: File Transfer Controller mmp file |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
21 #include <data_caging_paths.hrh> |
20 #include <data_caging_paths.hrh> |
22 |
21 |
23 VENDORID VID_DEFAULT |
22 VENDORID VID_DEFAULT |
24 |
23 |
44 SOURCE sconftp.cpp |
43 SOURCE sconftp.cpp |
45 SOURCE sconinboxhandler.cpp |
44 SOURCE sconinboxhandler.cpp |
46 |
45 |
47 USERINCLUDE ../../../inc |
46 USERINCLUDE ../../../inc |
48 USERINCLUDE ../inc |
47 USERINCLUDE ../inc |
49 // cntparser is dropped as it depends on APP-layer. TODO: Check howto get this working |
48 USERINCLUDE ../../../cntParser/inc |
50 // USERINCLUDE ../../../cntParser/inc |
|
51 |
49 |
52 |
50 // Default system include paths. |
53 MW_LAYER_SYSTEMINCLUDE |
51 APP_LAYER_SYSTEMINCLUDE |
54 |
52 |
55 |
53 |
56 START RESOURCE ../src/sconftp.rss |
54 START RESOURCE ../src/sconftp.rss |
57 HEADER |
55 HEADER |
58 TARGETPATH RESOURCE_FILES_DIR |
56 TARGETPATH RESOURCE_FILES_DIR |
67 LIBRARY msgs.lib // For Inbox entry |
65 LIBRARY msgs.lib // For Inbox entry |
68 LIBRARY charconv.lib // For Unicode conversion |
66 LIBRARY charconv.lib // For Unicode conversion |
69 LIBRARY bafl.lib // Basic Application Framework Library |
67 LIBRARY bafl.lib // Basic Application Framework Library |
70 LIBRARY commonengine.lib // For resource reader |
68 LIBRARY commonengine.lib // For resource reader |
71 LIBRARY platformenv.lib // For pathinfo |
69 LIBRARY platformenv.lib // For pathinfo |
72 // cntparser is dropped as it depends on APP-layer. TODO: Check howto get this working |
70 LIBRARY CntParserServer.lib // for contacts |
73 // LIBRARY CntParserServer.lib // for contacts |
|
74 LIBRARY directorylocalizer.lib // For localizing directories |
71 LIBRARY directorylocalizer.lib // For localizing directories |
75 LIBRARY sysutil.lib |
72 LIBRARY sysutil.lib |
76 LIBRARY centralrepository.lib |
73 LIBRARY centralrepository.lib |
77 DEBUGLIBRARY flogger.lib // For debug logging |
74 DEBUGLIBRARY flogger.lib // For debug logging |