diff -r c76a0b1755b9 -r 2be0b271d017 phoneengine/phoneservices/phoneservices.pro --- a/phoneengine/phoneservices/phoneservices.pro Fri Sep 17 08:29:19 2010 +0300 +++ b/phoneengine/phoneservices/phoneservices.pro Mon Oct 04 00:16:48 2010 +0300 @@ -24,7 +24,7 @@ TARGET.CAPABILITY = ALL -TCB TARGET.EPOCALLOWDLLDATA =1 DEFINES += BUILD_PHONESERVICES - + VERSION = 10.0 INCLUDEPATH += ../../inc \ ../phonemodel/inc INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE @@ -51,4 +51,7 @@ headers.sources = $$PHONESERVICES_API_HEADERS headers.path = |../../inc # This is for new exporting system coming in garden -for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)" \ No newline at end of file +for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)" + +BLD_INF_RULES.prj_exports += \ + "./rom/phoneservices_stub.sis /epoc32/data/z/system/install/phoneservices_stub.sis" \ No newline at end of file