--- a/messagingapp/msgappfw/server/server.pro Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgappfw/server/server.pro Tue Jul 06 14:12:40 2010 +0300
@@ -25,7 +25,6 @@
./../utils/inc \
./../../../mmsengine/inc
-INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
SYMBIAN_PLATFORMS = WINSCW ARMV5
@@ -33,9 +32,9 @@
symbian {
TARGET.UID3 = 0x2002A542
TARGET.CAPABILITY = CAP_SERVER
- TARGET.EPOCSTACKSIZE = 0x8000
+ TARGET.EPOCSTACKSIZE = 0x14000
VENDORID = VID_DEFAULT
- TARGET.EPOCHEAPSIZE = 0x100000 0x500000
+ TARGET.EPOCHEAPSIZE = 0x100000 0x1000000
VERSION = 1.0
}
@@ -50,7 +49,8 @@
ccsconversationevent.h \
ccsconversationcontact.h \
ccsconversationdeletehandler.h \
- ccsconversationmarkreadhandler.h
+ ccsconversationmarkreadhandler.h \
+ ccsbackuphandler.h
SOURCES += ccsstartup.cpp \
ccsserver.cpp \
@@ -64,14 +64,16 @@
ccsconversationevent.cpp \
ccsconversationcontact.cpp \
ccsconversationdeletehandler.cpp \
- ccsconversationmarkreadhandler.cpp
+ ccsconversationmarkreadhandler.cpp \
+ ccsbackuphandler.cpp
# Build.inf rules
BLD_INF_RULES.prj_exports += \
"$${LITERAL_HASH}include <platform_paths.hrh>" \
"$${LITERAL_HASH}include <data_caging_paths.hrh>" \
"rom/csserver.iby CORE_APP_LAYER_IBY_EXPORT_PATH(csserver.iby)" \
- "stub_sis/csserver_stub.sis /epoc32/data/z/system/install/csserver_stub.sis"
+ "stub_sis/csserver_stub.sis /epoc32/data/z/system/install/csserver_stub.sis" \
+ "backup_registration.xml z:/private/2002A542/backup_registration.xml"
LIBS += -leuser \
-lcone \
@@ -89,4 +91,4 @@
-lQtContacts \
-lxqutils
-
\ No newline at end of file
+