equal
deleted
inserted
replaced
21 |
21 |
22 DEPENDPATH += . ./inc ./src |
22 DEPENDPATH += . ./inc ./src |
23 |
23 |
24 INCLUDEPATH += ./inc \ |
24 INCLUDEPATH += ./inc \ |
25 ./../utils/inc \ |
25 ./../utils/inc \ |
26 ./../../msgutils/s60qconversions/inc \ |
|
27 ./../../../mmsengine/inc |
26 ./../../../mmsengine/inc |
28 |
27 |
29 INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include |
|
30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
31 |
29 |
32 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
30 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
33 |
31 |
34 symbian { |
32 symbian { |
35 TARGET.UID3 = 0x2002A542 |
33 TARGET.UID3 = 0x2002A542 |
36 TARGET.CAPABILITY = CAP_SERVER |
34 TARGET.CAPABILITY = CAP_SERVER |
37 TARGET.EPOCSTACKSIZE = 0x8000 |
35 TARGET.EPOCSTACKSIZE = 0x14000 |
38 VENDORID = VID_DEFAULT |
36 VENDORID = VID_DEFAULT |
39 TARGET.EPOCHEAPSIZE = 0x100000 0x500000 |
37 TARGET.EPOCHEAPSIZE = 0x100000 0x1000000 |
40 VERSION = 1.0 |
38 VERSION = 1.0 |
41 } |
39 } |
42 |
40 |
43 HEADERS += ccsserver.h \ |
41 HEADERS += ccsserver.h \ |
44 ccssession.h \ |
42 ccssession.h \ |
49 ccsconversationcachehelper.h \ |
47 ccsconversationcachehelper.h \ |
50 ccsconversation.h \ |
48 ccsconversation.h \ |
51 ccsconversationevent.h \ |
49 ccsconversationevent.h \ |
52 ccsconversationcontact.h \ |
50 ccsconversationcontact.h \ |
53 ccsconversationdeletehandler.h \ |
51 ccsconversationdeletehandler.h \ |
54 ccsconversationmarkreadhandler.h |
52 ccsconversationmarkreadhandler.h \ |
|
53 ccsbackuphandler.h |
55 |
54 |
56 SOURCES += ccsstartup.cpp \ |
55 SOURCES += ccsstartup.cpp \ |
57 ccsserver.cpp \ |
56 ccsserver.cpp \ |
58 ccssession.cpp \ |
57 ccssession.cpp \ |
59 ccsplugininterface.cpp \ |
58 ccsplugininterface.cpp \ |
63 ccsconversationcachehelper.cpp \ |
62 ccsconversationcachehelper.cpp \ |
64 ccsconversation.cpp \ |
63 ccsconversation.cpp \ |
65 ccsconversationevent.cpp \ |
64 ccsconversationevent.cpp \ |
66 ccsconversationcontact.cpp \ |
65 ccsconversationcontact.cpp \ |
67 ccsconversationdeletehandler.cpp \ |
66 ccsconversationdeletehandler.cpp \ |
68 ccsconversationmarkreadhandler.cpp |
67 ccsconversationmarkreadhandler.cpp \ |
|
68 ccsbackuphandler.cpp |
69 |
69 |
70 # Build.inf rules |
70 # Build.inf rules |
71 BLD_INF_RULES.prj_exports += \ |
71 BLD_INF_RULES.prj_exports += \ |
72 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
72 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
73 "$${LITERAL_HASH}include <data_caging_paths.hrh>" \ |
73 "$${LITERAL_HASH}include <data_caging_paths.hrh>" \ |
74 "rom/csserver.iby CORE_APP_LAYER_IBY_EXPORT_PATH(csserver.iby)" \ |
74 "rom/csserver.iby CORE_APP_LAYER_IBY_EXPORT_PATH(csserver.iby)" \ |
75 "stub_sis/csserver_stub.sis /epoc32/data/z/system/install/csserver_stub.sis" |
75 "stub_sis/csserver_stub.sis /epoc32/data/z/system/install/csserver_stub.sis" \ |
|
76 "backup_registration.xml z:/private/2002A542/backup_registration.xml" |
76 |
77 |
77 LIBS += -leuser \ |
78 LIBS += -leuser \ |
78 -lcone \ |
79 -lcone \ |
79 -leikcore \ |
80 -leikcore \ |
80 -lefsrv \ |
81 -lefsrv \ |
86 -lmsgs \ |
87 -lmsgs \ |
87 -lbafl \ |
88 -lbafl \ |
88 -lcentralrepository \ |
89 -lcentralrepository \ |
89 -limcm \ |
90 -limcm \ |
90 -lQtContacts \ |
91 -lQtContacts \ |
91 -ls60qconversions |
92 -lxqutils |
92 |
93 |
93 |
94 |