diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgappfw/server/server.pro --- a/messagingapp/msgappfw/server/server.pro Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgappfw/server/server.pro Fri Jun 25 15:47:40 2010 +0530 @@ -23,10 +23,8 @@ INCLUDEPATH += ./inc \ ./../utils/inc \ - ./../../msgutils/s60qconversions/inc \ ./../../../mmsengine/inc -INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE SYMBIAN_PLATFORMS = WINSCW ARMV5 @@ -34,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 } @@ -51,7 +49,8 @@ ccsconversationevent.h \ ccsconversationcontact.h \ ccsconversationdeletehandler.h \ - ccsconversationmarkreadhandler.h + ccsconversationmarkreadhandler.h \ + ccsbackuphandler.h SOURCES += ccsstartup.cpp \ ccsserver.cpp \ @@ -65,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 " \ "$${LITERAL_HASH}include " \ "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 \ @@ -88,6 +89,6 @@ -lcentralrepository \ -limcm \ -lQtContacts \ - -ls60qconversions + -lxqutils - \ No newline at end of file +